How can I visualize a specific field (in this example the text field)
My data:
{
"_index": "in_memory_db_size",
"_type": "doc",
"_id": "ZozakmAB9EBpl5JA3w3b",
"_version": 1,
"_score": 1,
"_source": {
"node": "aio1",
"text": "21571",
"collection_id": "1000",
"rc": "0"
}
}
Currently I create a search and then visualize it, but I'd rather have some kind of label or a markdown, no scrollbars needed, only one column and row.
You're able to do this if you have a field that can serve as a unique identifier for that document. Then, you can do a Filters-aggregation and filter on that identifier.
For example, see below: Suppose clientip uniquely identifies my document, I can create a metric visualization that displays the bytes-value for that document.
For other uses, Is it possible to create markdown visualization from a saved search or other query?
A markdown that will auto updated rather than hard coded.
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.