kibana/packages/kbn-securitysolution-es-utils
Marshall Main a68f3ffd06
[Security Solution] Only apply field aliases to legacy .siem-signals indices (#115290)
* Only apply field aliases to legacy .siem-signals indices

* Fix unit test mocks

* Add new function for special index existence check

* Actually add new function for special index existence check

* Undo getIndexVersion change

* Add basic integration tests for field alias logic

* Add back create_index to test list

* Add missing markdown to readme

* Revert change to delete_index_route

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-29 13:19:54 -04:00
..
src [Security Solution] Only apply field aliases to legacy .siem-signals indices (#115290) 2021-10-29 13:19:54 -04:00
BUILD.bazel chore(NA): moving @kbn/securitysolution-es-utils to babel transpiler (#109426) 2021-08-23 15:51:31 +01:00
jest.config.js
package.json chore(NA): moving @kbn/securitysolution-es-utils to babel transpiler (#109426) 2021-08-23 15:51:31 +01:00
README.md
tsconfig.json chore(NA): moving @kbn/securitysolution-es-utils to babel transpiler (#109426) 2021-08-23 15:51:31 +01:00

kbn-securitysolution-es-utils

This is the shared security solution elastic search utilities among plugins. This was originally created to remove the dependencies between security_solution and other projects such as lists. This should only be used within server side code and not client side code since it is all elastic search utilities and packages.