Skip to content

Commit

Permalink
Add --log stderr to endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakerouse committed Mar 8, 2021
1 parent 707767c commit 15901c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/pkg/agent/program/supported.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions x-pack/elastic-agent/spec/endpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ check_install:
path: "endpoint-security"
args:
- "verify"
- "--log"
- "stderr"
timeout: 30
post_install:
- exec_file:
path: "endpoint-security"
args:
- "install"
- "--log"
- "stderr"
- "--upgrade"
- "--resources"
- "endpoint-security-resources.zip"
Expand All @@ -26,6 +30,8 @@ pre_uninstall:
path: "endpoint-security"
args:
- "uninstall"
- "--log"
- "stderr"
timeout: 600
rules:
- fix_stream: {}
Expand Down

0 comments on commit 15901c7

Please sign in to comment.