Jon Handler
Jon Handler
**Is your feature request related to a problem? Please describe.** Coming from https://github.com/opensearch-project/OpenSearch/issues/2589. **Describe the solution you'd like** Change all code, parameters, APIs, and documentation to refer to "leader" nodes...
While I appreciate the API, and perftop is super-cool in an ascii-art way, the obvious thing to do is to push all the metrics back to Elasticsearch and use Kibana...
For programming against performance analyzer, it will be useful to have an API call that returns all available metrics with their available dimensions.
In the documentation: https://opendistro.github.io/for-elasticsearch-docs/docs/alerting/monitors/#add-actions How do I know which fields I have available in ctx? I gather I have some or all of the monitor, trigger, and period. What other...
See the image. This is a 5-minute monitor. The axes should adjust to every 10 seconds or something, otherwise the times run into one another
Creating an alert, in the Define Monitor portion of the page, you specify the index. When I start typing, I get a drop down with possible choices that are specific...
Once I've set an alert, I must manually reload the alerting dashboard page to see when it goes into the Active state. Either use Kibana's auto-refresh setting, or add a...
When creating a monitor trigger and specifying an extraction query, auto-complete would be very helpful. I'm used to the auto-complete in the developer tools tab and miss it here. Possibly...
### Is your feature request related to a problem? I am writing PPL to query an index and just display some fields. If I run `source=moviegeek-logs-*` I see fields like...
**Is your feature request related to a problem? Please describe.** It's not particularly a problem... I was trying to play around with the Vega code here: https://github.com/danielneil/ELK-Sankey with little success....