<?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 Syslog Reports in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Syslog-Reports/m-p/164082#M10580</link>
    <description>&lt;P&gt;I have pointed our Juniper firewall to our Splunk installation for logging. My goal is develop a dashboard that we can pull up at any time that tell us the top 20 source addresses and the top 20 destinations in use over a given period of time. I am afraid that I have been striking out so far when it comes to figuring out the search strings needed to produce this dashboard. I am including one syslog event to show what variables there are: &lt;/P&gt;

&lt;P&gt;2014-02-21 23:59:58 User.Info   172.16.1.1  1 2014-02-21T23:59:52.189 Hostname RT_FLOW - RT_FLOW_SESSION_CLOSE [&lt;A href="mailto:junos@2636.1.1.1.2.58" target="_blank"&gt;junos@2636.1.1.1.2.58&lt;/A&gt; reason="TCP RST" source-address="192.168.2.164" source-port="53232" destination-address="172.16.1.19" destination-port="445" service-name="junos-smb" nat-source-address="192.168.2.164" nat-source-port="53232" nat-destination-address="172.16.1.19" nat-destination-port="445" src-nat-rule-name="None" dst-nat-rule-name="None" protocol-id="6" policy-name="35" source-zone-name="Trust" destination-zone-name="Trust" session-id-32="206" packets-from-client="13" bytes-from-client="4274" packets-from-server="9" bytes-from-server="1575" elapsed-time="16" application="UNKNOWN" nested-application="UNKNOWN" username="N/A" roles="N/A" packet-incoming-interface="ge-0/0/2.0"]&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 15:58:03 GMT</pubDate>
    <dc:creator>wilbuchanan</dc:creator>
    <dc:date>2020-09-28T15:58:03Z</dc:date>
    <item>
      <title>Syslog Reports</title>
      <link>https://community.splunk.com/t5/Reporting/Syslog-Reports/m-p/164082#M10580</link>
      <description>&lt;P&gt;I have pointed our Juniper firewall to our Splunk installation for logging. My goal is develop a dashboard that we can pull up at any time that tell us the top 20 source addresses and the top 20 destinations in use over a given period of time. I am afraid that I have been striking out so far when it comes to figuring out the search strings needed to produce this dashboard. I am including one syslog event to show what variables there are: &lt;/P&gt;

&lt;P&gt;2014-02-21 23:59:58 User.Info   172.16.1.1  1 2014-02-21T23:59:52.189 Hostname RT_FLOW - RT_FLOW_SESSION_CLOSE [&lt;A href="mailto:junos@2636.1.1.1.2.58" target="_blank"&gt;junos@2636.1.1.1.2.58&lt;/A&gt; reason="TCP RST" source-address="192.168.2.164" source-port="53232" destination-address="172.16.1.19" destination-port="445" service-name="junos-smb" nat-source-address="192.168.2.164" nat-source-port="53232" nat-destination-address="172.16.1.19" nat-destination-port="445" src-nat-rule-name="None" dst-nat-rule-name="None" protocol-id="6" policy-name="35" source-zone-name="Trust" destination-zone-name="Trust" session-id-32="206" packets-from-client="13" bytes-from-client="4274" packets-from-server="9" bytes-from-server="1575" elapsed-time="16" application="UNKNOWN" nested-application="UNKNOWN" username="N/A" roles="N/A" packet-incoming-interface="ge-0/0/2.0"]&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:58:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Syslog-Reports/m-p/164082#M10580</guid>
      <dc:creator>wilbuchanan</dc:creator>
      <dc:date>2020-09-28T15:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog Reports</title>
      <link>https://community.splunk.com/t5/Reporting/Syslog-Reports/m-p/164083#M10581</link>
      <description>&lt;P&gt;Hi wilbuchanan,&lt;/P&gt;

&lt;P&gt;this should be pretty easy according your provided log example. Splunk will create the fields for &lt;CODE&gt;source-address&lt;/CODE&gt; and &lt;CODE&gt;destination-address&lt;/CODE&gt; on it's own, so you just have to use these fields in your search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;PutYourBaseSearchHere | top limit=20 source-address destination-address
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this will give you an table like report of each &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.2/SearchReference/Top"&gt;top&lt;/A&gt; 20 IP's&lt;/P&gt;

&lt;P&gt;hope this helps to get you started ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2014 20:29:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Syslog-Reports/m-p/164083#M10581</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-02-24T20:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog Reports</title>
      <link>https://community.splunk.com/t5/Reporting/Syslog-Reports/m-p/164084#M10582</link>
      <description>&lt;P&gt;Mus, &lt;/P&gt;

&lt;P&gt;Thank you for pointers. This did get me started. &lt;BR /&gt;
What ended up helping a great deal was to switch to verbose logs (upper left hand side of search window) and then to click on the headings along the left side. I now have really great dashboards for my Juniper syslogs. Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2014 02:06:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Syslog-Reports/m-p/164084#M10582</guid>
      <dc:creator>wilbuchanan</dc:creator>
      <dc:date>2014-02-25T02:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog Reports</title>
      <link>https://community.splunk.com/t5/Reporting/Syslog-Reports/m-p/164085#M10583</link>
      <description>&lt;P&gt;Mus, &lt;/P&gt;

&lt;P&gt;Thank you for pointers. This did get me started. &lt;BR /&gt;
What ended up helping a great deal was to switch to verbose logs (upper left hand side of search window) and then to click on the headings along the left side. I now have really great dashboards for my Juniper syslogs. Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2014 02:06:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Syslog-Reports/m-p/164085#M10583</guid>
      <dc:creator>wilbuchanan</dc:creator>
      <dc:date>2014-02-25T02:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog Reports</title>
      <link>https://community.splunk.com/t5/Reporting/Syslog-Reports/m-p/164086#M10584</link>
      <description>&lt;P&gt;Mus, &lt;/P&gt;

&lt;P&gt;Thank you for pointers. This did get me started. &lt;BR /&gt;
What ended up helping a great deal was to switch to verbose logs (upper left hand side of search window) and then to click on the headings along the left side. I now have really great dashboards for my Juniper syslogs. Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2014 02:07:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Syslog-Reports/m-p/164086#M10584</guid>
      <dc:creator>wilbuchanan</dc:creator>
      <dc:date>2014-02-25T02:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog Reports</title>
      <link>https://community.splunk.com/t5/Reporting/Syslog-Reports/m-p/164087#M10585</link>
      <description>&lt;P&gt;You're welcome, please accept this answer if it was of help - thanks&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2014 06:34:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Syslog-Reports/m-p/164087#M10585</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-02-25T06:34:42Z</dc:date>
    </item>
  </channel>
</rss>

