-
In your Logstash pipeline configuration file, add an
outputsection that defines thehttpplugin:- Replace
API_TOKENwith the API token generated from your service account. Chronosphere recommends storing your API token in a separate file or Kubernetes Secret and calling it using an environment variable, such as$API_TOKEN. - Replace
ADDRESSwith your company name prefixed to your Observability Platform instance that ends in.chronosphere.io(for example,acme-corp.chronosphere.io). - Optional: The
format=>"json_batch"option collects each batch of events received by the output and places them into a single JSON array that’s sent in one request.
- Replace
- After defining the output, contact Chronosphere Support and indicate which field in your data contains log timestamps.

