elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
73 stars 4.92k forks source link

[Journald] Document the parsers #40478

Open belimawr opened 2 months ago

belimawr commented 2 months ago

The Journald input supports the same parsers as the Filestream input, here is an example:

filebeat.inputs:
  - type: journald
    id: PR-testing
    parsers:
      - multiline:
          type: count
          count_lines: 3

However this is not documented. We need to add documentation and examples both in our public documentation and configuration files.

elasticmachine commented 2 months ago

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)