Kibana Alerting
Pushes a timestamped record to a Kibana/Elasticsearch index for monitoring and alerting. Use it to flag in a flow that something happened so it can trigger an alert.
What it does
- Writes a document with the current timestamp to the specified index.
- Returns whether the push succeeded.
Inputs
| Name | Type | Description |
|---|---|---|
| Index Name | String | index to push data to |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | successfully pushed? |
Notes
- Intended for internal monitoring and alerting, not for customer-facing data.