<?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 combine two searches into one chart using checkbox input value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-combine-two-searches-into-one-chart-using-checkbox-input/m-p/573939#M200013</link>
    <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index1 : MicronSite IN($input_site$) index=mtparam sourcetype=CommandTimesByArea | rex field=_raw "Fabwide:AvgTotalTrackoutTime\s+(?&amp;lt;AvgTotalTrackoutTime&amp;gt;\d+)" | timechart span=12h avg(AvgTotalTrackoutTime) aligntime=@d+7h by MicronSite
| join type=left _time [
search index2 : MicronSite=F6 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;/LI-CODE&gt;</description>
    <pubDate>Sun, 07 Nov 2021 17:00:52 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-11-07T17:00:52Z</dc:date>
    <item>
      <title>how to combine two searches into one chart using checkbox input value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-combine-two-searches-into-one-chart-using-checkbox-input/m-p/573937#M200011</link>
      <description>&lt;P&gt;i have initial query with one index name(index1)&amp;nbsp; which show F10N F10W F11 etc values in one chart but for F6 value comes from different index (index2) . how should i combine that F6 value into one chart.&lt;/P&gt;&lt;P&gt;index1 :&amp;nbsp;MicronSite IN($input_site$) index=mtparam sourcetype=CommandTimesByArea | rex field=_raw "Fabwide:AvgTotalTrackoutTime\s+(?&amp;lt;AvgTotalTrackoutTime&amp;gt;\d+)" | timechart span=12h avg(AvgTotalTrackoutTime) aligntime=@d+7h by MicronSite&lt;/P&gt;&lt;P&gt;index2 :&amp;nbsp;MicronSite=F6 index=mfg source=command_times area_id=Fabwide command_name IN (SigmaRunComplete,MESLotTrackOut)&lt;BR /&gt;| timechart partial=f span=12h aligntime=@d+7h avg(avg) by command_name&lt;BR /&gt;| addtotals fieldname=AvgTotalTrackoutTime&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="florapann_0-1636299153644.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16762i261FF7899785745B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="florapann_0-1636299153644.png" alt="florapann_0-1636299153644.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Nov 2021 15:37:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-combine-two-searches-into-one-chart-using-checkbox-input/m-p/573937#M200011</guid>
      <dc:creator>florapann</dc:creator>
      <dc:date>2021-11-07T15:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to combine two searches into one chart using checkbox input value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-combine-two-searches-into-one-chart-using-checkbox-input/m-p/573939#M200013</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index1 : MicronSite IN($input_site$) index=mtparam sourcetype=CommandTimesByArea | rex field=_raw "Fabwide:AvgTotalTrackoutTime\s+(?&amp;lt;AvgTotalTrackoutTime&amp;gt;\d+)" | timechart span=12h avg(AvgTotalTrackoutTime) aligntime=@d+7h by MicronSite
| join type=left _time [
search index2 : MicronSite=F6 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;/LI-CODE&gt;</description>
      <pubDate>Sun, 07 Nov 2021 17:00:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-combine-two-searches-into-one-chart-using-checkbox-input/m-p/573939#M200013</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-11-07T17:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to combine two searches into one chart using checkbox input value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-combine-two-searches-into-one-chart-using-checkbox-input/m-p/573955#M200023</link>
      <description>&lt;P&gt;when i run the query , it shows below like this. how should i remove that&amp;nbsp; two column from chart?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="florapann_0-1636339702191.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16763iF274639CC607D283/image-size/medium?v=v2&amp;amp;px=400" role="button" title="florapann_0-1636339702191.png" alt="florapann_0-1636339702191.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 02:49:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-combine-two-searches-into-one-chart-using-checkbox-input/m-p/573955#M200023</guid>
      <dc:creator>florapann</dc:creator>
      <dc:date>2021-11-08T02:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to combine two searches into one chart using checkbox input value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-combine-two-searches-into-one-chart-using-checkbox-input/m-p/573980#M200027</link>
      <description>&lt;LI-CODE lang="markup"&gt;| fields - MESLofTrackOut SignalRunComplete&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 08 Nov 2021 08:20:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-combine-two-searches-into-one-chart-using-checkbox-input/m-p/573980#M200027</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-11-08T08:20:35Z</dc:date>
    </item>
  </channel>
</rss>

