I have date field yyyy-mm-dd in an index..i want to reindex data to a new index where the date field is in mm-dd-yyyy....it is giving reindexing error..how to achieve that using ingest pipeline?
i want to insert the ingest timestamp in my document that is already created and i added it in my ingest pipeline through dev tools query it gets added in my document but when i delete all the documents and insert again timestamp is not added.. do i need to do something as well
Hi soumil "set": { "field": "field1", "value": "{{ endpoint | regex_replace('/live/disk1/[^/]+/(?[^/]+)/', '$output') }}" } .im try to get the value in field1 but getting empty reply and also if remove the regex its working fine .can u help em
Is there a backend rest api route we can use to do this if we didn’t want to use the GUI for it?
I have date field yyyy-mm-dd in an index..i want to reindex data to a new index where the date field is in mm-dd-yyyy....it is giving reindexing error..how to achieve that using ingest pipeline?
Do you have an example setting up a pipeline using Grok?
i want to insert the ingest timestamp in my document that is already created and i added it in my ingest pipeline through dev tools query it gets added in my document but when i delete all the documents and insert again timestamp is not added.. do i need to do something as well
Can we add custom data processor to an ingest pipelines?
How to apply the same pipeline in existing index using Java??
Hi Soumil,
Is this process is repetitive process for reindexing consistent data or we can configure any job ?
What do you mean
Extremely good video.Thank you!
Glad you liked it!
Hi soumil
"set": {
"field": "field1",
"value": "{{ endpoint | regex_replace('/live/disk1/[^/]+/(?[^/]+)/', '$output') }}"
} .im try to get the value in field1 but getting empty reply and also if remove the regex its working fine .can u help em
Hi Soumil, how do you fetch data(not logs) from MQTT broker to elasticsearch?
Very Helpful
Nice video
Appreciated