There is no way to integrate results of an aggregation into the markdown widget. For what you're trying to do, it might make sense to use a Data Table instead, where visualizing a field, such as "category" by Terms is trivial.
Actually i want to push xml contents in elasticsearch.
For Example:
Tomcat,IIS
mysql
Here i will parse production and db as field.
Tomcat,IIS as values for production
mysql as values for db.
so in markdown
it should come like this
-->production
tomcat
iis
-->db
mysql
if i click tomcat in markdown it should go to tomcat dashboard
if i click mysql in markdown it should go to mysql dashboard.
is it possible?
What i want is dynamically i want to display filed and field values in markdown,if i click field values it should point out that value related dashboard.
if it is not possible in markdown,can anyone suggest me some other ideas for the above senario?
Got it. From your description this should be possible. Since each dashboard is referencible by a link, just follow the format for creating links in this markdown guide: http://daringfireball.net/projects/markdown/syntax#link
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.