Skip to content

Commit

Permalink
Create index and insert template on plugin load
Browse files Browse the repository at this point in the history
  • Loading branch information
Fede Tux committed Sep 11, 2024
1 parent c9cbe60 commit edd8dce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public WazuhIndices(Client client, ClusterService clusterService) {

// Create Index Templates - Indices map
this.indexTemplates.put("index-template-agent", ".agents");
this.indexTemplates.put("index-template-fim", "wazuh-states-fim");
}

/**
Expand Down

0 comments on commit edd8dce

Please sign in to comment.