kibana
kibana copied to clipboard
[Security Solution][Endpoint] Update the `run_endpoint_agent` dev script to support use of an API Key
Summary
- Updates the
/x-pack/plugins/security_solution/scripts/endpoint/run_endpoint_agent.js
with a new optional argument:--apiKey
- This argument enables use of a Kibana/ES API key with the script instead of
--username
and--password
- Ideal for use against Serverless environments where the use of
username/password
is not ideal
- This argument enables use of a Kibana/ES API key with the script instead of