Hello,
I am trying to familiarize myself with the Enrich Policy. I have set up a source index and an enrich policy. When I go to execute the enrich policy I receive a "index_not_found_exception".
I have posted some short outputs of the index I'm trying to attach the policy to. Any help or guidance is more than welcome. (as an FYI I have been following this tutorial.
On an unrelated note, is it possible to create an enrichment policy based off of an alias?
I know output should be linked, but hopefully this isn't too much to warrant any indirection.
GET _indices
yellow open node_attributes-46121119122022 dJ2MaS-3QXqp-CK5lhYrbg 1 1 2959807 0 1gb 1gb
GET _enrich/policy
{
"match" : {
"name" : "node_enrich_policy_2",
"indices" : [
"node_attributes-46121119122022"
],
"match_field" : "nodeId",
"enrich_fields" : [ ... ]
}
}