mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Resolves https://github.com/elastic/kibana/issues/168240
### Changes
- Removes `fields.message` from the `infrastructure-ui-source` saved
object who's value was being populated by
`xpack.infra.sources.default.fields.message` from config. See
https://www.elastic.co/guide/en/kibana/master/logs-ui-settings-kb.html
- Removes `getInternalSourceConfiguration` and
`defineInternalSourceConfiguration` functions introduced in
https://github.com/elastic/kibana/pull/36066 as I cannot see them being
used anywhere. Stops exposing `defineInternalSourceConfiguration` as
part of server plugin interface.
- Removes `getStaticDefaultSourceConfiguration` from InfraSources class
as we aren't using `sources` from kibana config in source configuration
anymore.
- Removes deprecations warning of removal in 8.0 for other fields
belonging to config xpack.infra.sources.* introduced in
https://github.com/elastic/kibana/pull/115103
- Removes `getAllSourceConfigurations` used only in removed deprecations
file
|
||
---|---|---|
.. | ||
calculate_metric_interval.ts | ||
create_afterkey_handler.ts | ||
elasticsearch_runtime_types.ts | ||
get_all_composite_data.ts | ||
get_all_metrics_data.ts | ||
get_original_action_group.ts | ||
map_source_to_log_view.test.ts | ||
map_source_to_log_view.ts | ||
README.md | ||
request_context.ts | ||
round_timestamp.ts | ||
serialized_query.ts | ||
typed_elasticsearch_mappings.ts |
Utils should be data processing functions and other tools.... all in all utils is basicly everything that is not an adaptor, or presenter and yet too much to put in a lib.