Mohammad Qureshi

Results 20 comments of Mohammad Qureshi
trafficstars

I seemed to have run into the same issue with `Notifications` as well when upgrading to `3.0.0`. The plugin passes all other tests and can come up with 3.0 but...

@dblock Regarding these changes for the plugins, do we have an ETA on when OpenSearch and OpenSearch-Dashboards will rename their references? Alerting, for example, is referencing Painless and NodeListeners which...

@tlfeng Got it, so it's safe to say that these issues being tracked for the plugins don't need to be closed out by 2.0 preview or GA? Since this issue...

Hey @dutingda, If you've acknowledged an alert, it will no longer execute actions for that trigger. The only time it would notify you again was if the trigger condition was...

I see an example in the `values.yml` from the code directory that @prudhvigodithi linked above: https://github.com/opensearch-project/helm-charts/blob/af9e379b18b5cdc1f72c51fba376bab29753d9c9/charts/opensearch/values.yaml#L419-L421 Looks like it supports the key value pair to me

If the keystore settings were added after OpenSearch has come up, you can call the [reload API (`POST _nodes/reload_secure_settings`)](https://opensearch.org/docs/latest/observing-your-data/alerting/monitors/#authenticate-sender-account) to have the credentials changes reflected in Alerting without restarting. The...

Wanted to mention that @thenom made a [comment](https://github.com/opendistro-for-elasticsearch/alerting/issues/228#issuecomment-853845830) in the old repo after this issue was migrated so that their response isn't missed. Please continue any further discussions in this...

Hi @llermaly, would it be possible for you to provide the mapping of the index you're using for this example? Feel free to obfuscate any names if you like, the...

@amsiglan Yeah, I think we should make the current requirement more apparent in the UX. Also the `keyword` filter is because the underlying aggregation is a term aggregation. I believe...

Having looked up some alternatives here, I've seen mentions to JSON templating libraries such as: * [jsonnet](https://github.com/google/jsonnet) * It seems [DataBricks used this for configuration templating and were able to...