You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using elastalert 0.1.26 and kibana 3 I get an error trying to download filters from kibana 3: es_filters['filter']['bool']['must'].insert(0, {'range': {timestamp_field: {'gt': starttime, AttributeError: 'dict' object has no attribute 'insert
I am using command elastalert-test-rule --config config.yaml rules/006-Dashboard.yaml
I get message Successfully loaded Dashboard but after that I get an error above
My rule file has these settings: type: frequency num_events: 1 timeframe: minutes: 5 filter: download_dashboard: "dashboardname"
The text was updated successfully, but these errors were encountered:
using elastalert 0.1.26 and kibana 3 I get an error trying to download filters from kibana 3:
es_filters['filter']['bool']['must'].insert(0, {'range': {timestamp_field: {'gt': starttime, AttributeError: 'dict' object has no attribute 'insert
I am using command
elastalert-test-rule --config config.yaml rules/006-Dashboard.yaml
I get message
Successfully loaded Dashboard
but after that I get an error aboveMy rule file has these settings:
type: frequency
num_events: 1
timeframe: minutes: 5
filter: download_dashboard: "dashboardname"
The text was updated successfully, but these errors were encountered: