There are few references to this problem already here but none provide resolution, I am getting the below error on 7.6.2 and i do see the pipeline when i run the GET API call
{
"index" : "xxxxxxxxxx-2020.45-reindex",
"type" : "_doc",
"id" : "AXWZCt_d8Su-BwbMoSsb",
"cause" : {
"type" : "illegal_argument_exception",
"reason" : "pipeline with id [mypipe] does not exist"
},
"status" : 400
Could you provide a full recreation script as described in About the Elasticsearch category. It will help to better understand what you are doing. Please, try to keep the example as simple as possible.
A full reproduction script is something anyone can copy and paste in Kibana dev console, click on the run button to reproduce your use case. It will help readers to understand, reproduce and if needed fix your problem. It will also most likely help to get a faster answer.
Thank you for the prompt responses, i used the below two snippets to create a pipeline and then force a reindex (old to new cluster) using the above pipeline.
Hope this helps
{"xpack_monitoring_6":{"description":"This pipeline upgrades documents from the older version of the Monitoring API to the newer version (7) by fixing breaking changes in those older documents before they are indexed from the older version (6).","version":7000199,"processors":[{"script":{"source":"ctx._type = null"}},{"gsub":{"field":"_index","pattern":"(.monitoring-\\w+-)6(-.+)","replacement":"$17$2"}}]},"xpack_monitoring_7":{"description":"This is a placeholder pipeline for Monitoring API version 7 so that future versions may fix breaking changes.","version":7000199,"processors":[]},"mypipe":{"description":"ELK Migration","processors":[{"rename":{"field":"host","target_field":"host.name"}}]}}[root@clu01 ~]#
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.