Elasticsearch datastream
Overview
Based on the ElasticSearch datastream destination of AxoSyslog.
Available in Logging operator version 4.9 and later.
Example
Configuration
ElasticsearchDatastreamOutput
(HTTPOutput, required)
disk_buffer (*DiskBuffer, optional)
This option enables putting outgoing messages into the disk buffer of the destination to avoid message loss in case of a system failure on the destination side. For details, see the Syslog-ng DiskBuffer options.
Default: false
record (string, optional)
Arguments to the $format-json()
template function. Default: "--scope rfc5424 --exclude DATE --key ISODATE @timestamp=${ISODATE}"
Last modified September 24, 2024: Merge pull request #256 from kube-logging/kubecon-banner (ddb5873)