<?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 Re: how to show separate line for different site in one chart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-show-separate-line-for-different-site-in-one-chart/m-p/573666#M199922</link>
    <description>&lt;LI-CODE lang="markup"&gt;MicronSite IN($site$) index=mtparam sourcetype=CommandTimesByArea | rex field=_raw "Fabwide:AvgTotalTrackoutTime\s+(?\d+)" | timechart span=12h avg(AvgTotalTrackoutTime) aligntime=@d+7h avg(command_time) by MicronSite &lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 04 Nov 2021 19:26:56 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-11-04T19:26:56Z</dc:date>
    <item>
      <title>how to show separate line for different site in one chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-show-separate-line-for-different-site-in-one-chart/m-p/573663#M199919</link>
      <description>&lt;P&gt;from checkbox value, if i choose multiple sites, i would like to show all sites separate line chart for average trackout time. now the problem if i choose multiple sites, it only show one line chart by coming all sites average trackout value.&lt;/P&gt;&lt;P&gt;query: MicronSite IN($site$) index=mtparam sourcetype=CommandTimesByArea | rex field=_raw "Fabwide:AvgTotalTrackoutTime\s+(?\d+)" | timechart span=12h avg(AvgTotalTrackoutTime) aligntime=@d+7h avg(command_time)&lt;/P&gt;&lt;P&gt;For example: from check box list i choose "F10N" and "F10W". but in chart, only show one line by combing those two site's average trackout time values and show one chart. i would like to show two separate line , one line for F10N's average trackout time and another line for F10W's average trackout time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help to suggest for this issue&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 19:10:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-show-separate-line-for-different-site-in-one-chart/m-p/573663#M199919</guid>
      <dc:creator>florapann</dc:creator>
      <dc:date>2021-11-04T19:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to show separate line for different site in one chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-show-separate-line-for-different-site-in-one-chart/m-p/573666#M199922</link>
      <description>&lt;LI-CODE lang="markup"&gt;MicronSite IN($site$) index=mtparam sourcetype=CommandTimesByArea | rex field=_raw "Fabwide:AvgTotalTrackoutTime\s+(?\d+)" | timechart span=12h avg(AvgTotalTrackoutTime) aligntime=@d+7h avg(command_time) by MicronSite &lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 04 Nov 2021 19:26:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-show-separate-line-for-different-site-in-one-chart/m-p/573666#M199922</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-11-04T19:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to show separate line for different site in one chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-show-separate-line-for-different-site-in-one-chart/m-p/573677#M199928</link>
      <description>&lt;P&gt;i got below error when i run your query&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="florapann_0-1636056319625.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16738i84421AB18F6F70FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="florapann_0-1636056319625.png" alt="florapann_0-1636056319625.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 20:05:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-show-separate-line-for-different-site-in-one-chart/m-p/573677#M199928</guid>
      <dc:creator>florapann</dc:creator>
      <dc:date>2021-11-04T20:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to show separate line for different site in one chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-show-separate-line-for-different-site-in-one-chart/m-p/573678#M199929</link>
      <description>&lt;P&gt;Just add "by&amp;nbsp;&lt;SPAN&gt;MicronSite" in your timechart command (at the end).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 20:10:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-show-separate-line-for-different-site-in-one-chart/m-p/573678#M199929</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2021-11-04T20:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to show separate line for different site in one chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-show-separate-line-for-different-site-in-one-chart/m-p/573686#M199931</link>
      <description>&lt;P&gt;Hey, that was your own regex. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I assume that there should be a capturing group name there. So instead of&lt;/P&gt;&lt;P&gt;(?\d+)&lt;/P&gt;&lt;P&gt;You should have something like&lt;/P&gt;&lt;P&gt;(?&amp;lt;your_field&amp;gt;\d+)&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 20:32:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-show-separate-line-for-different-site-in-one-chart/m-p/573686#M199931</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-11-04T20:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to show separate line for different site in one chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-show-separate-line-for-different-site-in-one-chart/m-p/573691#M199933</link>
      <description>&lt;P&gt;got it thanks alot &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;if i want to combine another one more chart into that dashboard with different query, is it possible? it produce same average total trackout time but different source&lt;BR /&gt;&lt;BR /&gt;other chart query :&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=mfg source=command_times area_id=Fabwide command_name IN (SigmaRunComplete,MESLotTrackOut) | timechart partial=f span=12h aligntime=@d+7h avg(avg) by command_name | addtotals fieldname=AvgTotalTrackoutTime&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 20:59:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-show-separate-line-for-different-site-in-one-chart/m-p/573691#M199933</guid>
      <dc:creator>florapann</dc:creator>
      <dc:date>2021-11-04T20:59:19Z</dc:date>
    </item>
  </channel>
</rss>

