Hello, I want to display a visualization of my log stream on my Dashboard. I only have a data view/index pattern matching my Index. I'm currently using a table but I can only show up to 1000 records (and it's represented as top values of each value I'm grouping, I don't want to do that).
How can I display a log flow of my Index similar to a table looking? And I want to "transform" or digest the value, for example I have a field that is a link to a SVG Icon and I want to render that link as an Image.
Configure your table view in Discover and save the search to later add it to your dashboard. Mind that the table will always has a limit in the number of rows to display for performance reasons.
Go to your Data View and set your field as a string that is a URL that points to an image and Kibana will use that formatter in any representation of the field, including Discover.
In my example I create a new field that computes two different values based on another field and generates a url to an SVG icon:
Talking of the table view in Discover. How should I do that? I have a saved search but I don't know how to import, besides there's like 3 "Tables" to choose (Lens, TSVB and Aggregation based).
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.