<?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 do I edit my search to create mutliple graphs using timechart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-do-I-edit-my-search-to-create-mutliple-graphs-using/m-p/540220#M152808</link>
    <description>&lt;P&gt;I did,&amp;nbsp;&lt;/P&gt;&lt;P&gt;|&amp;nbsp;eval totalCount = 'in_calls' + 'nb_calls' + 'b_calls'&amp;nbsp; | table _time totalCalls&amp;nbsp;&lt;/P&gt;&lt;P&gt;and displayed the total result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a bunch, cheers!&lt;/P&gt;</description>
    <pubDate>Wed, 17 Feb 2021 11:23:41 GMT</pubDate>
    <dc:creator>hishamjan</dc:creator>
    <dc:date>2021-02-17T11:23:41Z</dc:date>
    <item>
      <title>how do I edit my search to create mutliple graphs using timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-do-I-edit-my-search-to-create-mutliple-graphs-using/m-p/540192#M152795</link>
      <description>&lt;P class="p1"&gt;index=_* OR index=* sourcetype=Kamailio BC="Current Billable Calls Count:" | rex field=_raw "Count:(?&amp;lt;Billablecalls&amp;gt;.*)" | timechart max(Billablecalls)&lt;/P&gt;&lt;P class="p1"&gt;index=_* OR index=* sourcetype=Kamailio NBC="Current NON-Billable Calls Count:" | rex field=_raw "Calls Count:(?&amp;lt;NonBillableCalls&amp;gt;.*)" | timechart max(NonBillableCalls)&lt;/P&gt;&lt;P class="p1"&gt;index=_* OR index=* sourcetype=Kamailio CAIB="Current Active Inbound Calls:" | rex field=_raw "Calls: (?&amp;lt;Inboundcalls&amp;gt;.*)" | timechart max(Inboundcalls)&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;The above three are separate searches but I would like to combine them and plot over a single Calls against Time chart. Is there any viable solution for this?&lt;/P&gt;&lt;P class="p1"&gt;Any degree of help will be appreciated.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 07:25:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-do-I-edit-my-search-to-create-mutliple-graphs-using/m-p/540192#M152795</guid>
      <dc:creator>hishamjan</dc:creator>
      <dc:date>2021-02-17T07:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: how do I edit my search to create mutliple graphs using timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-do-I-edit-my-search-to-create-mutliple-graphs-using/m-p/540203#M152800</link>
      <description>&lt;P&gt;It is not possible to tell from the information you have given. For example, it you combined billable call and non-billable calls, your rex expression as it stands could give you the wrong values. You should probably modify these so that each one would only work on the relevant events and not match for the irrelevant events. You would have to either share examples of all the event you are dealing with or work that out yourself.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 08:12:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-do-I-edit-my-search-to-create-mutliple-graphs-using/m-p/540203#M152800</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-02-17T08:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: how do I edit my search to create mutliple graphs using timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-do-I-edit-my-search-to-create-mutliple-graphs-using/m-p/540216#M152805</link>
      <description>&lt;P&gt;Thanks for the reply, I figured that out myself by using &lt;STRONG&gt;appendcols&lt;/STRONG&gt; command but now my concern is, is there a way to calculate the total number at a given instant using multi-line graphs and also plot that on the same multi-line graph?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached a screenshot of what I've achieved so far, hope it can give you an idea&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-02-17 at 2.36.54 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12961i195BF9840D27906B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-02-17 at 2.36.54 PM.png" alt="Screenshot 2021-02-17 at 2.36.54 PM.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Screenshot 2021-02-17 at 2.36.54 PM.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 09:42:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-do-I-edit-my-search-to-create-mutliple-graphs-using/m-p/540216#M152805</guid>
      <dc:creator>hishamjan</dc:creator>
      <dc:date>2021-02-17T09:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: how do I edit my search to create mutliple graphs using timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-do-I-edit-my-search-to-create-mutliple-graphs-using/m-p/540217#M152806</link>
      <description>&lt;P&gt;Yes. The timechart will have produced a table which the graph is just a visualisation of. You can eval a total field as being the sum of the three fields you already have. You can then adjust the visualisation to add an overlay specifying the total field you just created&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 09:46:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-do-I-edit-my-search-to-create-mutliple-graphs-using/m-p/540217#M152806</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-02-17T09:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: how do I edit my search to create mutliple graphs using timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-do-I-edit-my-search-to-create-mutliple-graphs-using/m-p/540220#M152808</link>
      <description>&lt;P&gt;I did,&amp;nbsp;&lt;/P&gt;&lt;P&gt;|&amp;nbsp;eval totalCount = 'in_calls' + 'nb_calls' + 'b_calls'&amp;nbsp; | table _time totalCalls&amp;nbsp;&lt;/P&gt;&lt;P&gt;and displayed the total result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a bunch, cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 11:23:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-do-I-edit-my-search-to-create-mutliple-graphs-using/m-p/540220#M152808</guid>
      <dc:creator>hishamjan</dc:creator>
      <dc:date>2021-02-17T11:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: how do I edit my search to create mutliple graphs using timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-do-I-edit-my-search-to-create-mutliple-graphs-using/m-p/540222#M152809</link>
      <description>&lt;P&gt;You don't need the table _time totalCalls at the end, the extra field is in the table, just adjust the chart format&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 10:26:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-do-I-edit-my-search-to-create-mutliple-graphs-using/m-p/540222#M152809</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-02-17T10:26:46Z</dc:date>
    </item>
  </channel>
</rss>

