opensearch-project / alerting-dashboards-plugin

📟 Manage your monitors, alerts and notifications in OpenSearch Dashboards
https://opensearch.org/docs/latest/monitoring-plugins/alerting/index/
Apache License 2.0
25 stars 88 forks source link

[BUG] Cannot Create Document Monitors on 2.18 #1162

Open rkbennett opened 2 weeks ago

rkbennett commented 2 weeks ago

What is the bug? When trying to create a per document monitor with the extraction query editor and using the default query with match_all, the following error is raised [alerting_exception] Can't get text on a START_OBJECT at 1:280

How can one reproduce the bug? Steps to reproduce the behavior:

  1. Go to 'Alerting'
  2. Click on 'Monitors'
  3. Click 'Create monitor'
  4. Select 'Per document monitor'
  5. Use the 'Extraction query editor'
  6. Keep the default query and click 'Create'

What is the expected behavior? The monitor should create without error

What is your host/environment?