OpenSearch/x-pack/plugin
Benjamin Trent 6c26de444d
[ML] reduce InferenceProcessor.Factory log spam by not parsing pipelines (#56020) (#56126)
If there are ill-formed pipelines, or other pipelines are not ready to be parsed, `InferenceProcessor.Factory::accept(ClusterState)` logs warnings. This can be confusing and cause log spam.

It might lead folks to think there an issue with the inference processor. Also, they would see logs for the inference processor even though they might not be using the inference processor. Leading to more confusion.

Additionally, pipelines might not be parseable in this method as some processors require the new cluster state metadata before construction (e.g. `enrich` requires cluster metadata to be set before creating the processor).

closes https://github.com/elastic/elasticsearch/issues/55985
2020-05-04 13:32:01 -04:00
..
analytics [7.x] Histogram field type support for ValueCount and Avg aggregations (#56099) 2020-05-04 13:23:02 +03:00
async-search Consolidate DelayableWriteable (#55932) 2020-04-30 17:16:58 +02:00
autoscaling Add wire tests for get autoscaling decision objects 2020-04-05 21:34:36 -04:00
ccr Add Functionality to Consistently Read RepositoryData For CS Updates (#55773) (#56091) 2020-05-04 08:13:14 +02:00
core Add auto create action (#56122) 2020-05-04 19:10:09 +02:00
deprecation Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
enrich Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
eql EQL: Add match function implementation (#55182) 2020-05-04 09:34:20 -06:00
frozen-indices Allow searching of snapshot taken while indexing (#55511) 2020-04-21 13:21:38 +01:00
graph Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
identity-provider Backport: Deprecate the kibana reserved user (#54967) (#55822) 2020-04-28 10:30:25 -04:00
ilm Remove Dead Code in SLM Delete Handling (#56081) (#56098) 2020-05-04 12:22:06 +02:00
logstash Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
mapper-constant-keyword For constant_keyword, make sure exists query handles missing values. (#55757) 2020-05-04 09:41:52 -07:00
mapper-flattened Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
ml [ML] reduce InferenceProcessor.Factory log spam by not parsing pipelines (#56020) (#56126) 2020-05-04 13:32:01 -04:00
monitoring Make xpack.monitoring.enabled setting a no-op (#55617) (#56061) 2020-05-01 16:42:11 -04:00
ql Repurpose `ignore_throttled` to be only about frozen indices. (#55047) (#55852) 2020-04-28 14:31:54 +02:00
rollup Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
search-business-rules [7.x] Create new `geo` module and migrate geo_shape registration (#53562) (#54924) 2020-04-07 16:30:58 -07:00
searchable-snapshots Permit searches to be concurrent to prewarming (#55795) 2020-04-28 10:44:05 +01:00
security Add auto create action (#56122) 2020-05-04 19:10:09 +02:00
spatial Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
sql Make xpack.monitoring.enabled setting a no-op (#55617) (#56061) 2020-05-01 16:42:11 -04:00
src/test Add auto create action (#56122) 2020-05-04 19:10:09 +02:00
transform Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
vectors Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
voting-only-node Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
watcher Make xpack.monitoring.enabled setting a no-op (#55617) (#56061) 2020-05-01 16:42:11 -04:00
wildcard Remove normalizer support from wildcard field while we decide on approach for handling case insensitvity (#55294) (#55375) 2020-04-17 11:43:26 +01:00
build.gradle [7.x] json spec - add description for autoscaling (#55748) (#55901) 2020-04-29 08:40:11 -05:00