Skip to content

Commit

Permalink
Fix jq command
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Dec 11, 2024
1 parent 586c9b0 commit 03c15c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecs/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ remove_multi_fields() {
.mappings.properties.host.properties.os.properties.full.fields,
.mappings.properties.host.properties.os.properties.name.fields,
.mappings.properties.process.properties.command_line.fields,
.mappings.properties.process.properties.name.fields
.mappings.properties.vulnerability.properties.description.fields,
.mappings.properties.process.properties.name.fields,
.mappings.properties.vulnerability.properties.description.fields
)' "$IN_FILE" > "$OUT_FILE"
}

Expand Down

0 comments on commit 03c15c6

Please sign in to comment.