IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Index action
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Index action
editThe index action type will index a document into Elasticsearch.
Connector configuration
editIndex connectors have the following configuration properties:
- Name
- The name of the connector. The name is used to identify a connector in the management UI connector listing, or in the connector list when configuring an action.
- Index
- The Elasticsearch index to be written to.
- Refresh
- Setting for the refresh policy for the write request.
- Execution time field
- This field will be automatically set to the time the alert condition was detected.
Preconfigured action type
editmy-index: name: action-type-index actionTypeId: .index config: index: .kibana refresh: true executionTimeField: somedate
config
defines the action type specific to the configuration and contains the following properties:
|
A string that corresponds to Index. |
|
A boolean that corresponds to Refresh. |
|
A string that corresponds to Execution time field. |
Action configuration
editIndex actions have the following properties:
- Document
- The document to index in json format.