error-log-logger

    It might take some time to receive the log data. It will be automatically sent after the timer function in the expires.

    NOTE: encrypt_fields = {"clickhouse.password"} is also defined in the schema, which means that the field will be stored encrypted in etcd. See .

    This Plugin supports using batch processors to aggregate and process entries (logs/data) in a batch. This avoids the need for frequently submitting the data. The batch processor submits data every 5 seconds or when the data in the queue reaches . See Batch Processor for more information or setting your custom configuration.

    conf/config.yaml

    Once you have enabled the Plugin, you can configure it through the Plugin metadata.

    You can set the TCP server address by configuring the Plugin metadata as shown below:

    The Plugin sends the error log as a string to the data field of a table in your ClickHouse server.

    You can configure it as shown below:

    To disable the Plugin, you can remove it from your configuration file (conf/config.yaml):