<?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 How to search all protocols used in our network every 24 hours? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-search-all-protocols-used-in-our-network-every-24-hours/m-p/264726#M30632</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I would like some help about a search in Splunk. I want to pull out all the protocols used in our network.&lt;/P&gt;

&lt;P&gt;For example, yesterday, we had millions of ping requests from a user. And, we noticed from another user, that the DNS 8.8.8.8 was used instead of our own DNS. In summary, we would like to have a search that will allow us to see all the protocols used in our network every 24 hours (or top ten).&lt;BR /&gt;
I did not find this information on the Splunk web site, or or ask via .conf2015.&lt;BR /&gt;
This will greatly assist me in my work.&lt;/P&gt;

&lt;P&gt;Do you have an idea of how to do this search?&lt;/P&gt;

&lt;P&gt;Thank you for your help again.&lt;BR /&gt;
René R.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Dec 2015 19:28:19 GMT</pubDate>
    <dc:creator>rene847</dc:creator>
    <dc:date>2015-12-04T19:28:19Z</dc:date>
    <item>
      <title>How to search all protocols used in our network every 24 hours?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-search-all-protocols-used-in-our-network-every-24-hours/m-p/264726#M30632</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I would like some help about a search in Splunk. I want to pull out all the protocols used in our network.&lt;/P&gt;

&lt;P&gt;For example, yesterday, we had millions of ping requests from a user. And, we noticed from another user, that the DNS 8.8.8.8 was used instead of our own DNS. In summary, we would like to have a search that will allow us to see all the protocols used in our network every 24 hours (or top ten).&lt;BR /&gt;
I did not find this information on the Splunk web site, or or ask via .conf2015.&lt;BR /&gt;
This will greatly assist me in my work.&lt;/P&gt;

&lt;P&gt;Do you have an idea of how to do this search?&lt;/P&gt;

&lt;P&gt;Thank you for your help again.&lt;BR /&gt;
René R.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 19:28:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-search-all-protocols-used-in-our-network-every-24-hours/m-p/264726#M30632</guid>
      <dc:creator>rene847</dc:creator>
      <dc:date>2015-12-04T19:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to search all protocols used in our network every 24 hours?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-search-all-protocols-used-in-our-network-every-24-hours/m-p/264727#M30633</link>
      <description>&lt;P&gt;Hi rene847,&lt;/P&gt;

&lt;P&gt;the main question here is: where and how to find those events?&lt;/P&gt;

&lt;P&gt;Let's assume your events are in an index called &lt;CODE&gt;network&lt;/CODE&gt; and the protocols are identified by the field &lt;CODE&gt;protocol&lt;/CODE&gt;, a simple search like this will get the expected result:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=network protocol=* earliest=-7d@d | timechart span=1d count by protocol limit=10
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will search in index &lt;CODE&gt;network&lt;/CODE&gt; all events which contain a field called &lt;CODE&gt;protocol&lt;/CODE&gt; over the last 7 days, count each protocol per day and return the top ten results over the time.&lt;/P&gt;

&lt;P&gt;If you need further assistance, please add more detailed information to this question like where to find the events, what do the events look like, what exactly is the expected result, what have you tried so far?&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Sun, 06 Dec 2015 20:03:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-search-all-protocols-used-in-our-network-every-24-hours/m-p/264727#M30633</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-12-06T20:03:56Z</dc:date>
    </item>
  </channel>
</rss>

