kibana/x-pack/plugins/infra/server/utils
Liza Katz 8abb656d7f
[Kuery] Move json utils (#102058)
* Move JSON utils to utils package

* Imports from tests

* delete

* split package

* docs

* test

* test

* imports

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-16 18:15:47 +03:00
..
calculate_metric_interval.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
create_afterkey_handler.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
elasticsearch_runtime_types.ts [Logs UI] Allow for missing properties on ES shard failure responses (#96768) 2021-04-15 13:28:26 +02:00
get_all_composite_data.ts [Alerts] Replaces legacy es client with the ElasticsearchClient for alerts and triggers_actions_ui plugins. (#93364) 2021-03-16 12:03:24 -07:00
get_all_metrics_data.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
get_interval_in_seconds.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
README.md
request_context.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
round_timestamp.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
serialized_query.ts [Kuery] Move json utils (#102058) 2021-06-16 18:15:47 +03:00
typed_elasticsearch_mappings.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
typed_search_strategy.ts [Kuery] Move json utils (#102058) 2021-06-16 18:15:47 +03:00

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.