Query parameters
-
master_timeout string
Period to wait for a connection to the master node.
GET
/_enrich/policy
curl \
--request GET http://api.example.com/_enrich/policy
Response examples (200)
{
"policies": [
{
"config": {
"additionalProperty1": {
"enrich_fields": "string",
"indices": "string",
"match_field": "string",
"query": {},
"name": "string",
"elasticsearch_version": "string"
},
"additionalProperty2": {
"enrich_fields": "string",
"indices": "string",
"match_field": "string",
"query": {},
"name": "string",
"elasticsearch_version": "string"
}
}
}
]
}