Parker Timmins
Parker Timmins
Pipeline names may currently contain several non-alpha characters, such as comma and asterisk. Pipelines with such names cannot be fetched by id from the `GET _ingest/pipeline/` api as the comma...
Add a yaml rest test to verify that after a reroute the destination index's default pipeline is run. Also, fix the preceding existing test to match its description.
The SLM health indicator relies on the [policyMetadata.getInvocationsSinceLastSuccess](https://github.com/elastic/elasticsearch/blob/95275f5be625aee03a1917353cc3c255771f7a02/x-pack/plugin/slm/src/main/java/org/elasticsearch/xpack/slm/SlmHealthIndicatorService.java#L219) to determine when the last several snapshots have failed. If a snapshot fails and the master is shutdown before setting invocationsSinceLastSuccess, the...
Changes the way we calculate if all replicas are unassigned when primary is recently created. Related to #107794 which did not treat replica as unassigned if primary was not yet...
If lazy rollover is set, when write with bulk request, always resolve default (and final) pipeline from index templates. Related to https://github.com/elastic/elasticsearch/issues/112781