Filebeat pipeline error

Hello. I just recently upgraded my system from 6.4.0 to 6.4.1. Now I'm getting this on my ingest nodes..
Do I need to delete my filebeat pipeline and if so is there a quick procedure?

thanks.

[2018-09-20T23:35:10,968][DEBUG][o.e.a.b.TransportBulkAction] [kib01] failed to execute pipeline [filebeat-6.4.1-system-auth-pipeline] for document [filebeat-6.4.1-2018.09.20/doc/null]

java.lang.IllegalArgumentException: pipeline with id [filebeat-6.4.1-system-auth-pipeline] does not exist

at org.elasticsearch.ingest.PipelineExecutionService.getPipeline(PipelineExecutionService.java:184) ~[elasticsearch-6.4.1.jar:6.4.1]

at org.elasticsearch.ingest.PipelineExecutionService.access$000(PipelineExecutionService.java:43) ~[elasticsearch-6.4.1.jar:6.4.1]

at org.elasticsearch.ingest.PipelineExecutionService$1.doRun(PipelineExecutionService.java:78) [elasticsearch-6.4.1.jar:6.4.1]

at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:723) [elasticsearch-6.4.1.jar:6.4.1]

at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.4.1.jar:6.4.1]

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_181]

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_181]

at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]

The error indicates that a certain pipeline is not found. Can you check the pipelines you have loaded in Elasticsearch? Pipeplines are versioned, so you should see one for 6.4.0 and 6.4.1.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.