OpenSearch
  • 05 Oct 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

OpenSearch

  • Dark
    Light

Article summary

Output events and detections to OpenSearch.

  • addresses: the IPs or DNS where to send the data to

  • index: the index name to send data to

  • username: user name if using username/password auth

  • password: password if using username/password auth

Example:

addresses: https://1.2.3.4:9200, https://elastic.mydomain.com:9200
username: some
password: pass1234
index: limacharlie-events


Was this article helpful?


What's Next