- Install the pipeline definition to Elasticsearch using Kibana Dev Tools Console or use
curl
.
ORPUT _ingest/pipeline/citrix-netscaler { /* JSON pipeline content */ }
curl -XPUT "https://es:9200/_ingest/pipeline/citrix-netscaler" -H 'Content-Type: application/json' -d@citrix-netscaler-pipeline.json
-
Add a log file input to the filebeat.yml.
filebeat.inputs: - type: log paths: - /var/log/citrix-netscaler*.log tags: [citrix-netscaler, forwarded] pipeline: citrix-netscaler
-
Restart Filebeat.