Hi there,
I have a simple question about abuseCH integration and field enrichment of abuseCH to an other index.
When a create my enrich policy, I don't have an error:
PUT /_enrich/policy/abusechurl-enrich-policy
{
"match": {
"indices": "logs-ti_abusech.url-*",
"match_field": "threat.indicator.ip",
"enrich_fields": ["threat.indicator.ip", "abusech.url.blacklists.spamhaus_dbl", "abusech.url.blacklists.surbl", "threat.indicator.provider", "abusech.url.tags"]
}
}
Then, when I want to create my enrichmnent processor on the other custom pipeline , here is the error:
It looks like there is no index but the policy creation find the index.
Do anyone struggle on this steps and finally find the key ?
Thank you