forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds index action as built-in action (elastic#41592)
* Adds index action as built-in action * resolve PR comments - moved `nullableType` to a module so it can be reused across action types - changed index action param `body` to `documents`, and it's no longer an object or array, it's only an array - rename index action param `execution_time_field` to `executionTimeField` - remove index action param `doc_id` as it's no longer relevant (only useful in the single document story previously)
- Loading branch information
Showing
17 changed files
with
783 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.