Skip to content

Commit

Permalink
Merge pull request #12487 from Security-Onion-Solutions/2.4/elastic-a…
Browse files Browse the repository at this point in the history
…gent-fim

Fix FIM
  • Loading branch information
defensivedepth authored Mar 4, 2024
2 parents f3dce66 + f28f269 commit 9fd1653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ do
done

printf "\n### Stripping out unused components"
find /nsm/elastic-agent-workspace/elastic-agent-*/data/elastic-agent-*/components -maxdepth 1 -regex '.*fleet.*\|.*packet.*\|.*apm.*\|.*audit.*\|.*heart.*\|.*cloud.*' -delete
find /nsm/elastic-agent-workspace/elastic-agent-*/data/elastic-agent-*/components -maxdepth 1 -regex '.*fleet.*\|.*packet.*\|.*apm.*\|.*heart.*\|.*cloud.*' -delete

printf "\n### Tarring everything up again"
for OS in "${OSARCH[@]}"
Expand Down

0 comments on commit 9fd1653

Please sign in to comment.