Log data

Ingest log data

Before you can explore and query your log data, you need to parse and ingest that data correctly before it enters Chronosphere.

Parsing log data provides structure to your data and removes information you don't need. For example, parsing can:

  • Add a schema or format to your logs.
  • Remove sensitive information, such as credit card numbers.
  • Exclude noisy logs or fields that aren't useful.
  • Add context, such as hostname, GeoIP address, or Kubernetes metadata.

Chronosphere recommends using Calyptia Core Agent or a combination of Calyptia Core Agent plus Calyptia Core, but also supports using your existing ingest pipeline, such as Fluent Bit, LogStash, or the OpenTelemetry Collector. You have the flexibility of sending log data from your existing ingest pipeline directly to Chronosphere, or sending that data to Calyptia Core for parsing and then to Chronosphere.

Whichever ingestion method you choose, Chronosphere recommends putting your primary parsing logic on the client side. This configuration means you can use your existing parsing logic or parse data in Calyptia Core without needing to also manage parsing logic in LogScale. LogScale still requires you to have a parser to use Logs, powered by CrowdStrike, but you can use one of the built-in parsers or make minor modifications.

Choose one of the following options to ingest your log data: