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

Create Initial Opensearch Indices #567

Closed
wants to merge 2 commits into from
Closed

Conversation

piercema
Copy link
Collaborator

Closes #527

Today, if you open Dashboards without any data in the indexes you get spammed with this message about a thousand times about how there's no matching index for the arkime-sessions3-* index pattern or the malcolm_beats-* pattern.

This change creates an empty index to suppress the message. These empty indices are called:

<MALCOLM_NETWORK_INDEX_PATTERN>initial
and
<MALCOLM_OTHER_INDEX_PATTERN>initial
The program drops the trailing asterisk in the index patterns.

@mmguero mmguero self-assigned this Sep 17, 2024
@mmguero mmguero added the release Related to creation/packaging of Malcolm releases label Sep 17, 2024
@mmguero mmguero added this to the v24.09.0 milestone Sep 17, 2024
@mmguero mmguero closed this Sep 18, 2024
This was referenced Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Related to creation/packaging of Malcolm releases
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

automatically create empty document on startup to avoid "no data" message spamming by Dashboards
3 participants