Closed
Description
Elasticsearch version (bin/elasticsearch --version
): 7.15.1
Plugins installed: []
JVM version (java -version
): Bundled
OS version (uname -a
if on a Unix-like system): Cloud
Description of the problem including expected versus actual behavior:
Each call to PUT /_ingest/pipeline/{id}
results in a cluster state update (unless it times out in the master queue first). We should detect calls that don't change anything and skip the publication process in those cases. It'd also be nice to batch up multiple requests into a single cluster state update.