How to generate the data in the Visualization and Statistics tab ?
Actually what sort of queries are to be used to generate the data in Visualization and Statistics tab . Some search criteria do not provide data in Statistics and Visualization tabs !
Let me know if I know what sort of queries are to be used to generate the data in Statistics and Visualization tabs !
Hey
Any statistical commands applied to data will get you data in there.
Have a look at all the "Transforming commands" here http://docs.splunk.com/Documentation/Splunk/7.0.2/Search/Typesofcommands
Transforming
A transforming command orders the search results into a data table. These commands "transform" the specified cell values for each event into numerical values that Splunk software can use for statistical purposes. Transforming commands are not streaming. Also, transforming commands are required to transform search result data into the data structures that are required for visualizations such as column, bar, line, area, and pie charts.
Transforming commands include: chart, timechart, stats, top, rare, contingency, highlight, typer, and addtotals when it is used to calculate column totals (not row totals).
Hey
Any statistical commands applied to data will get you data in there.
Have a look at all the "Transforming commands" here http://docs.splunk.com/Documentation/Splunk/7.0.2/Search/Typesofcommands
Transforming
A transforming command orders the search results into a data table. These commands "transform" the specified cell values for each event into numerical values that Splunk software can use for statistical purposes. Transforming commands are not streaming. Also, transforming commands are required to transform search result data into the data structures that are required for visualizations such as column, bar, line, area, and pie charts.
Transforming commands include: chart, timechart, stats, top, rare, contingency, highlight, typer, and addtotals when it is used to calculate column totals (not row totals).