Alright, lets try one more thing.
-
Run
curl -XDELETE "http://localhost:9200/_ingest/pipeline/filebeat-*"
-
Edit your
filebeat.yml
and add:filebeat.overwrite_pipelines: true
-
Start up filebeat
-
In your filebeat logs, check if you have two lines like these:
2018-07-25T13:29:18.570-0700 INFO fileset/pipelines.go:62 Elasticsearch pipeline with ID 'filebeat-6.3.1-system-auth-pipeline' loaded 2018-07-25T13:29:18.591-0700 INFO fileset/pipelines.go:62 Elasticsearch pipeline with ID 'filebeat-6.3.1-system-syslog-pipeline' loaded
-
Run
curl -XGET "http://localhost:9200/_ingest/pipeline/file*syslog*"
and post it's response here.