<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Timechart, how to display value of field without function? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Timechart-how-to-display-value-of-field-without-function/m-p/622267#M216303</link>
    <description>&lt;LI-CODE lang="markup"&gt;index="redis" sourcetype="csv" total_commands_processed="*" | timechart span=5m total_commands_processed&lt;/LI-CODE&gt;
&lt;P&gt;In the search command above, I want to display value of field "total_commands_processed", anyone can help&lt;/P&gt;</description>
    <pubDate>Mon, 28 Nov 2022 12:11:05 GMT</pubDate>
    <dc:creator>Chaser</dc:creator>
    <dc:date>2022-11-28T12:11:05Z</dc:date>
    <item>
      <title>Timechart, how to display value of field without function?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-how-to-display-value-of-field-without-function/m-p/622267#M216303</link>
      <description>&lt;LI-CODE lang="markup"&gt;index="redis" sourcetype="csv" total_commands_processed="*" | timechart span=5m total_commands_processed&lt;/LI-CODE&gt;
&lt;P&gt;In the search command above, I want to display value of field "total_commands_processed", anyone can help&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 12:11:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-how-to-display-value-of-field-without-function/m-p/622267#M216303</guid>
      <dc:creator>Chaser</dc:creator>
      <dc:date>2022-11-28T12:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart, how to display value of field without function</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-how-to-display-value-of-field-without-function/m-p/622268#M216304</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="redis" sourcetype="csv" total_commands_processed="*" | timechart span=5m max(total_commands_processed) as total_commands_processed&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 28 Nov 2022 12:08:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-how-to-display-value-of-field-without-function/m-p/622268#M216304</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-11-28T12:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart, how to display value of field without function</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-how-to-display-value-of-field-without-function/m-p/622269#M216305</link>
      <description>&lt;P&gt;Thank you so much, it helped me&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 12:44:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-how-to-display-value-of-field-without-function/m-p/622269#M216305</guid>
      <dc:creator>Chaser</dc:creator>
      <dc:date>2022-11-28T12:44:30Z</dc:date>
    </item>
  </channel>
</rss>

