I am planning to draw a chart like this in Kibana. Is it possible ?
Pls let me know if there are options
The only way to do it for now is to create the visualization yourself using Vega. Here is an example of how to have confidence intervals in Vega:
Vega-Lite - a high-level grammar for statistical graphics. Vega-Lite provides a higher-level grammar for visual analysis, comparable to ggplot or Tableau, that generates complete Vega specifications. Vega-Lite specifications consist of simple...
And you can use this as a starting guide:
Vega is a powerful language for creating visualizations, and now you can use it in Kibana. In this blog post, learn to use Vega declarative language to build rich new visualizations from your Elasticsearch data.