kibana icon indicating copy to clipboard operation
kibana copied to clipboard

[Security Solution][Endpoint] Update the `run_endpoint_agent` dev script to support use of an API Key

Open paul-tavares opened this issue 6 months ago • 2 comments

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

paul-tavares avatar Aug 13 '24 18:08 paul-tavares