We are using Elastic cloud 7.16.2 version and we are using spaces to restrict users to access only the data related to them. Now we want to provide access to them to create and manage kibana watchers by themselves. I am tried by giving manage_watcher and watcher_admin roles to users and but users are able to see all the watchers and getting access to delete everything in the watchers.
So could you please let me know a way to restrict watchers in each space. Like the rules and connectors which are space isolated.
We are using aggregation queries and we need to print the buckets in the email which we tried using alerts but no luck. We are able to print the hits using context.hits.
Could you please let me know if there is any way in formatting the data in alerts to print like a table data also to print aggregated data.
The email message is processed with mustache to fill in "variables", and then markdown to convert to HTML. We currently do not allow HTML elements within the message, they will be rendered literally in the output. Are there specific HTML elements you need?
We are using aggregation queries and we need to print the buckets in the email which we tried using alerts but no luck. We are able to print the hits using context.hits.
I don't believe we have a rule type that both does aggregations AND returns search hits - most of our rule types are agg-based, though the elasticsearch query rule type does not currently do aggs and only returns search hits. It sounds like you were using the elasticsearch query rule type. The logs threshold, metric threshold, or index threshold rule types might work if you don't need the hits, just the aggs.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.