Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix kibana link #473

Closed
callmevladik opened this issue Nov 8, 2024 · 0 comments · Fixed by #474 or #477
Closed

Fix kibana link #473

callmevladik opened this issue Nov 8, 2024 · 0 comments · Fixed by #474 or #477
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@callmevladik
Copy link
Contributor

callmevladik commented Nov 8, 2024

The current default index pattern in Elastic Search is set to 'kubernetes_namespace_name', which needs to be updated to 'kubernetes.namespace_name'. This change is required to align with the standard naming conventions and improve query performance.

Acceptance Criteria
The default index pattern in Elastic Search is verified to be 'kubernetes.namespace_name'.
All existing data indexed under 'kubernetes_namespace_name' is accessible with the new index pattern.
Elastic Search queries and dashboards are updated to reflect the new index pattern without any loss in functionality.
A reindexing strategy is outlined and executed if necessary to migrate data from the old index pattern to the new one without data loss.
Comprehensive testing is performed to ensure that the update does not impact the performance and functionality of Elastic Search.

@callmevladik callmevladik converted this from a draft issue Nov 8, 2024
@callmevladik callmevladik self-assigned this Nov 8, 2024
@callmevladik callmevladik added bug Something isn't working enhancement New feature or request labels Nov 8, 2024
callmevladik added a commit that referenced this issue Nov 8, 2024
callmevladik added a commit that referenced this issue Nov 8, 2024
@callmevladik callmevladik mentioned this issue Nov 8, 2024
11 tasks
SergK pushed a commit that referenced this issue Nov 8, 2024
@SergK SergK closed this as completed in #474 Nov 8, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in KubeRocketCI Nov 8, 2024
callmevladik added a commit that referenced this issue Nov 12, 2024
SergK pushed a commit that referenced this issue Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant