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

NameTypeDescription
Index NameStringindex to push data to

Outputs

NameTypeDescription
SuccessBooleansuccessfully pushed?

Notes

  • Intended for internal monitoring and alerting, not for customer-facing data.