kibana/x-pack/test/plugin_api_integration
Patrick Mueller 5bfe665028
[event_log] index event docs in bulk instead of individually (#80941)
resolves https://github.com/elastic/kibana/issues/55634
resolves https://github.com/elastic/kibana/issues/65746

Buffers event docs being written for a fixed interval / buffer size,
and indexes those docs via a bulk ES call.

Also now flushing those buffers at plugin stop() time, which
we couldn't do before with the single index calls, which were
run via `setImmediate()`.
2020-11-19 20:21:34 -05:00
..
plugins [event_log] index event docs in bulk instead of individually (#80941) 2020-11-19 20:21:34 -05:00
test_suites [event_log] index event docs in bulk instead of individually (#80941) 2020-11-19 20:21:34 -05:00
config.ts [Task Manager] adds basic observability into Task Manager's runtime operations (#77868) 2020-10-27 15:58:04 +00:00
ftr_provider_context.d.ts
services.ts