Skip to content

[8.x] [product documentation] Fix index names (#202265)#202308

Merged
kibanamachine merged 1 commit intoelastic:8.xfrom
kibanamachine:backport/8.x/pr-202265
Nov 29, 2024
Merged

[8.x] [product documentation] Fix index names (#202265)#202308
kibanamachine merged 1 commit intoelastic:8.xfrom
kibanamachine:backport/8.x/pr-202265

Conversation

@kibanamachine
Copy link
Copy Markdown
Contributor

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

## Summary

Follow-up of elastic#194379.

Turns out, the prefix for kibana system indices is `.kibana_*`, so our
indices were not considered as kibana system indices and causing
warnings when created, such as

```
Elasticsearch deprecation: 299 Elasticsearch-6db572c986d7e114b8b46f1d6f4169bed06717c5 "index name [.kibana-ai-product-doc-kibana] starts with a dot '.', in the next major version, index names starting with a dot are reserved for hidden indices and system indices"
Origin:kibana
```

This PR addresses it, by changing the product doc index names to follow
our system index pattern.

(cherry picked from commit d5cf0a6)
@kibanamachine kibanamachine added the backport This PR is a backport of another PR label Nov 29, 2024
@kibanamachine kibanamachine enabled auto-merge (squash) November 29, 2024 13:38
@kibanamachine kibanamachine merged commit 1232d3e into elastic:8.x Nov 29, 2024
@elasticmachine
Copy link
Copy Markdown
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #19 / Observability Rules Synthetics SyntheticsCustomStatusRule "after all" hook in "SyntheticsCustomStatusRule"

Metrics [docs]

✅ unchanged

cc @pgayvallet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants