Openobserve
Sending messages over Openobserve
Overview
Send messages to OpenObserve using its Logs Ingestion - JSON API. This API accepts multiple records in batch in JSON format.
Available in Logging operator version 4.5 and later.
Example
For details on the available options of the output, see the documentation of the AxoSyslog syslog-ng distribution.
Configuration
OpenobserveOutput
(HTTPOutput, required)
organization (string, optional)
Name of the organization in OpenObserve.
port (int, optional)
The port number of the OpenObserve server. Specify it here instead of appending it to the URL.
Default: 5080
record (string, optional)
Arguments to the $format-json()
template function. Default: "--scope rfc5424 --exclude DATE --key ISODATE @timestamp=${ISODATE}"
stream (string, optional)
Name of the stream in OpenObserve.
Last modified June 3, 2024: [4.6] Blog link fix (cc4602a)