I tested the ingest pipeline it's working fine. . But want to know how does it will automatically process this ingest and create a new field in the index?
Thanks, this also works. The only thing I am struggling with is, how to attach this ingest to the index? Do I need to mention pipeline somewhere in the configuration file? What's the process?
Once you have created the pipeline, you can use it from the index API:
POST index/_doc?pipeline=your-pipeline-name
{
"message": "SAS Grant Suspension Failure;6825;serial_no.=EB184812696;supplAlarmInfo:SUSPENDED_GRANT;additionalFaultId=682"
}
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.