Daichi Kimura

Results 16 comments of Daichi Kimura

Hi, @singhabhi786 Please let me know how are you running the praeco? docker-compose? Does basic Praeco web UI work? Can you create rule? I think, it seems to be that...

Editing the rule directly is deprecated. For OR rule, doesn't it work like this? ![image](https://user-images.githubusercontent.com/22485636/75209831-aadb6b80-57c2-11ea-8028-aabdaaaa3611.png) Generated YAML: ``` __praeco_full_path: monitoring-elk/test.new_term __praeco_query_builder: >- {"query":{"logicalOperator":"any","children":[{"type":"query-builder-rule","query":{"rule":"host","selectedOperator":"contains","selectedOperand":"host","value":"test"}},{"type":"query-builder-rule","query":{"rule":"error_message","selectedOperator":"contains","selectedOperand":"error_message","value":"fatal"}}]}} alert: - slack alert_on_missing_field: false alert_subject: New...

I see. I reproduced your issue. ~~I think this is a bug on generating new_term rule. I'm continue to specify where is the bug happen. (Praeco? ElastAlert Server?)~~ ~~By my...

@johnsusek Do you already know this problem?

@scott-oit I found that generated rule.yaml is correct for ElastAlert, but Praeco cannot render this syntax pattern. filter syntax for `new_term` is discussed in here. https://github.com/Yelp/elastalert/issues/2689#issuecomment-590886923

Yes. But, I don’t think this is a bug, because keeping common handling each rule helps to make it easy to maintain (prevent future bug) the Praeco. It seems to...

Which did you select on Include? ![image](https://user-images.githubusercontent.com/22485636/75569552-a9e35c00-5a98-11ea-8e81-8a4d7fe2a430.png) `Aggregation summary only` summarize the alert. (Result of previous version. Latest version not yet tested... Please let me know how it works.)

Hi, @surfer190 I have had same issue, and I temporary fixed `elastalert.py`. Would you try my fixed version? https://github.com/daichi703n/praeco/compare/50c85e0e9655a8dd75ed60193451c53e963a6587...fix/elastalert2.0.1-is_enabled ``` git clone https://github.com/daichi703n/praeco cd praeco export PRAECO_ELASTICSEARCH= docker-compose up ```...

Sorry for lack of consideration. Problem I point is Isolation segment's `bosh_deployment` name is not listed on `Deployment` Variables, I'll re-consider how to get variables with no editing metrics graph.