Skip to content

Commit

Permalink
Add template and index name to initialization list
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Oct 25, 2024
1 parent 345ada4 commit a26e607
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public WazuhIndices(Client client, ClusterService clusterService) {
this.indexTemplates.put("index-template-system", "wazuh-states-inventory-system");
this.indexTemplates.put("index-template-processes", "wazuh-states-inventory-processes");
this.indexTemplates.put("index-template-packages", "wazuh-states-inventory-packages");
this.indexTemplates.put("index-template-commands", ".commands");
}

/**
Expand Down

0 comments on commit a26e607

Please sign in to comment.