Skip to content

Commit

Permalink
Fix command ECS definitions not being applied
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M committed Jan 23, 2025
1 parent 7dd0c94 commit e0acece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ecs/command/fields/template-settings-legacy.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"index_patterns": [
"wazuh-commands*"
],
"index_patterns": ["wazuh-commands*"],
"order": 1,
"settings": {
"index": {
Expand Down
2 changes: 1 addition & 1 deletion ecs/scripts/generate-pr-to-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ detect_modified_modules() {
module_to_file=(
[agent]="index-template-agent.json"
[alerts]="index-template-alerts.json"
[commands]="index-template-commands.json"
[command]="index-template-commands.json"
[states-fim]="index-template-fim.json"
[states-inventory-hardware]="index-template-hardware.json"
[states-inventory-hotfixes]="index-template-hotfixes.json"
Expand Down

0 comments on commit e0acece

Please sign in to comment.