<?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: help to timechart after an append command in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/help-to-timechart-after-an-append-command/m-p/589069#M205151</link>
    <description>&lt;P&gt;Hi Gcusello, good idea thanks&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2022 12:28:31 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2022-03-15T12:28:31Z</dc:date>
    <item>
      <title>help to timechart after an append command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-to-timechart-after-an-append-command/m-p/589042#M205138</link>
      <description>&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;I use a search with the structure like below in order to timechart events from 2 different search&lt;/P&gt;&lt;P&gt;As you can see, I need to perc90 the events before doing a timechart&lt;/P&gt;&lt;P&gt;My question concerns the timechart&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to timechart the events without using an avg function?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=toto
| search abc &amp;lt;=1000
| stats perc90(abc) as "titi" by _time 
| append 
    [ search index=toto 
    | search abc &amp;gt;= 1000 
    | stats perc90(abc) as "tutu" by _time ] 
| timechart span=1m avg("titi") as "titi", avg("tutu") as "tutu"&lt;/LI-CODE&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 09:44:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-to-timechart-after-an-append-command/m-p/589042#M205138</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-03-15T09:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: help to timechart after an append command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-to-timechart-after-an-append-command/m-p/589044#M205140</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/102660"&gt;@jip31&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;did you tried something like this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=toto
| eval kind=if(abc&amp;lt;=1000,"titi","tutu")
| timechart perc90(abc) BY kind &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 09:48:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-to-timechart-after-an-append-command/m-p/589044#M205140</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-03-15T09:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: help to timechart after an append command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-to-timechart-after-an-append-command/m-p/589069#M205151</link>
      <description>&lt;P&gt;Hi Gcusello, good idea thanks&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 12:28:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-to-timechart-after-an-append-command/m-p/589069#M205151</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-03-15T12:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: help to timechart after an append command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-to-timechart-after-an-append-command/m-p/589085#M205154</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/102660"&gt;@jip31&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 13:02:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-to-timechart-after-an-append-command/m-p/589085#M205154</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-03-15T13:02:23Z</dc:date>
    </item>
  </channel>
</rss>

