Is there something that needs enabling in my 8.14.2 install or what exactly do I need to do? Sorry for the stupid question but I appreciate the assistance!
As per documentation below is used to update a transform :
POST/_transform/{transform_id}/_update
To create a transform we will have to use
PUT _transform/fortivpntunnels
{
}
When you want to update the transform we use _update
POST _transform/fortivpntunnels/_update
{
}
But in this he has not used pivot field to update existing fields :
POST _transform/fortivpntunnels/_update
{
"dest": {
"index": "fortinet-vpn-tunnels",
"pipeline": "add-client-geo"
}
}
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.