github.com/observiq/bindplane-agent@v1.51.0/config/elasticsearch/filelog/README.md (about)

     1  # Filelog receiver with Elasticsearch using JSON
     2  
     3  This is example configuration shows the `filelog` receiver parsing JSON logs and sending those to an Elasticsearch cluster.
     4  
     5  ## Prerequisites
     6  
     7  An Elasticsearch cluster/endpoint to send log data to.
     8  
     9  ## Configuration
    10  
    11  An example configuration is located [here](./config.yaml).
    12  
    13  1. Copy [config.yaml](./config.yaml) to `/opt/observiq-otel-collector/config.yaml`
    14  2. Modify `config.yaml` to include the Elasticsearch Exporter with endpoints to send log data to.
    15  3. Restart the agent: `sudo systemctl restart observiq-otel-collector`