<?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 extract different models by audio and vedio type per day in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/extract-different-models-by-audio-and-vedio-type-per-day/m-p/447462#M126829</link>
    <description>&lt;P&gt;Hello Everybody,&lt;/P&gt;

&lt;P&gt;I would like some help in sorting out different models with same kind and showing in a chart with type audio vs video for time span=1d.&lt;BR /&gt;
my fields looks something like this.&lt;/P&gt;

&lt;P&gt;_time    callMediaType  devicetype&lt;BR /&gt;
3/17 13:12:23  audio        CSF123&lt;BR /&gt;
--------------------------     TCT312&lt;BR /&gt;&lt;BR /&gt;
3/17  15:17:20 audio.    TCT321&lt;BR /&gt;
--------------------------- SEP432&lt;BR /&gt;
3/18 12:15:13. video.    TAB123&lt;BR /&gt;
----------------------------CSF145&lt;BR /&gt;
3/18 14:23:12  audio.       AMR-23-11XX-SIP&lt;BR /&gt;
----------------------------TAB343&lt;BR /&gt;
3/18 17:23:11 video.        TCT231&lt;BR /&gt;
----------------------------AMR-42-12XX-sip&lt;BR /&gt;
3/19  12:23:14 audio.       SEP073&lt;BR /&gt;
----------------------------CSF678&lt;/P&gt;

&lt;P&gt;Note:- where in 1st event shows in device type (callingpartydevice=CSF123 to calledpartydevice=TCT312).&lt;/P&gt;

&lt;P&gt;I only need CSF*,TCT*,TAB* models from device_type. &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;I need time chart per day with separate audio chart  vs video chart with devicetypes (CSF,TCT,TAB) only.&lt;/LI&gt;
&lt;LI&gt;I also can do multi-series mode to compare audio and video.&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Tue, 29 Sep 2020 23:45:17 GMT</pubDate>
    <dc:creator>splunkuseradmin</dc:creator>
    <dc:date>2020-09-29T23:45:17Z</dc:date>
    <item>
      <title>extract different models by audio and vedio type per day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extract-different-models-by-audio-and-vedio-type-per-day/m-p/447462#M126829</link>
      <description>&lt;P&gt;Hello Everybody,&lt;/P&gt;

&lt;P&gt;I would like some help in sorting out different models with same kind and showing in a chart with type audio vs video for time span=1d.&lt;BR /&gt;
my fields looks something like this.&lt;/P&gt;

&lt;P&gt;_time    callMediaType  devicetype&lt;BR /&gt;
3/17 13:12:23  audio        CSF123&lt;BR /&gt;
--------------------------     TCT312&lt;BR /&gt;&lt;BR /&gt;
3/17  15:17:20 audio.    TCT321&lt;BR /&gt;
--------------------------- SEP432&lt;BR /&gt;
3/18 12:15:13. video.    TAB123&lt;BR /&gt;
----------------------------CSF145&lt;BR /&gt;
3/18 14:23:12  audio.       AMR-23-11XX-SIP&lt;BR /&gt;
----------------------------TAB343&lt;BR /&gt;
3/18 17:23:11 video.        TCT231&lt;BR /&gt;
----------------------------AMR-42-12XX-sip&lt;BR /&gt;
3/19  12:23:14 audio.       SEP073&lt;BR /&gt;
----------------------------CSF678&lt;/P&gt;

&lt;P&gt;Note:- where in 1st event shows in device type (callingpartydevice=CSF123 to calledpartydevice=TCT312).&lt;/P&gt;

&lt;P&gt;I only need CSF*,TCT*,TAB* models from device_type. &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;I need time chart per day with separate audio chart  vs video chart with devicetypes (CSF,TCT,TAB) only.&lt;/LI&gt;
&lt;LI&gt;I also can do multi-series mode to compare audio and video.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:45:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extract-different-models-by-audio-and-vedio-type-per-day/m-p/447462#M126829</guid>
      <dc:creator>splunkuseradmin</dc:creator>
      <dc:date>2020-09-29T23:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: extract different models by audio and vedio type per day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extract-different-models-by-audio-and-vedio-type-per-day/m-p/447463#M126830</link>
      <description>&lt;P&gt;can you kindly elabore?&lt;BR /&gt;
i am not clear as to how your data looks like and what: "1st event shows in device type (callingpartydevice=CSF123 to calledpartydevice=TCT312)." means&lt;BR /&gt;
in general, you can do something like this:&lt;BR /&gt;
&lt;CODE&gt;... your search ... (device_type=CSF* OR device_type=TCT* OR device_type=TAB*) | timechart span=1d count as event_count by device_type&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 00:40:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extract-different-models-by-audio-and-vedio-type-per-day/m-p/447463#M126830</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-03-18T00:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: extract different models by audio and vedio type per day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extract-different-models-by-audio-and-vedio-type-per-day/m-p/447464#M126831</link>
      <description>&lt;P&gt;these are the fields till where i have reach with logs.&lt;BR /&gt;
this point i have these fields in my table, so i need to make a timechart using this by extracting needed data and making either statcked bar chart or individual chart by showing audio vs video for those particular models only. &lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 05:07:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extract-different-models-by-audio-and-vedio-type-per-day/m-p/447464#M126831</guid>
      <dc:creator>splunkuseradmin</dc:creator>
      <dc:date>2019-03-18T05:07:30Z</dc:date>
    </item>
  </channel>
</rss>

