<?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 to create Firewall Log Tracking Dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/566143#M46521</link>
    <description>&lt;P&gt;Thanks for the help, I haven't got it worked out. I'm more of a equipment maintainer and not an admin. I was just taking my best shot at creating a firewall log tracker that can be a tool when not onsite or in telework situations. this is the environment we have been in since the beginning of COVID-19.&amp;nbsp; It takes me more time to figure things out because I am un familiar with the process of creating this kind of tool.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Sep 2021 13:50:01 GMT</pubDate>
    <dc:creator>Schwarzkopfr</dc:creator>
    <dc:date>2021-09-07T13:50:01Z</dc:date>
    <item>
      <title>How to create Firewall Log Tracking Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565675#M46472</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;index=firewall* | table _time origin_sic_name service proto service_id src dst rule policy_name rule_name s_port action message_info xlatesrc xlatedst&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 14:00:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565675#M46472</guid>
      <dc:creator>Schwarzkopfr</dc:creator>
      <dc:date>2021-09-02T14:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Firewall Log Tracking Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565680#M46473</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/238019"&gt;@Schwarzkopfr&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;after you runned the search, in the right high part of the search dashboard, there's the "Save As" button.&lt;/P&gt;&lt;P&gt;Click on it and choose Dashboard panel.&lt;/P&gt;&lt;P&gt;The following window, will ask you if you want a new or existing dashboard.&lt;/P&gt;&lt;P&gt;One final hint:&amp;nbsp;when you create dashboards and other knowledge objects (fields, eventtypes, tags, etc...), don't create them in the Search and Reporting App, but create a new empty app and work inside it.&lt;/P&gt;&lt;P&gt;To create an app go in [Apps -- Manage Apps -- Create App].&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 14:26:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565680#M46473</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-09-02T14:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Firewall Log Tracking Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565699#M46474</link>
      <description>&lt;P&gt;I have created a dashboard,&amp;nbsp; and have the table view that I want, but when trying to create a search panel with dropdown I seem to bog the system down due to the large amount of data being collected from our firewalls. Is there a way to other that a Base_Search to populate my dropdowns? currently I am using | stats count as (xxx) for all of the dropdowns I have in the search panel. Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 16:53:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565699#M46474</guid>
      <dc:creator>Schwarzkopfr</dc:creator>
      <dc:date>2021-09-02T16:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Firewall Log Tracking Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565712#M46478</link>
      <description>&lt;P&gt;Either use indexed fields or accelerated datamodels to be able to do quick stats. Otherwise you just have lots of data and processing it takes time (and memory).&lt;/P&gt;&lt;P&gt;If you just want to do simple stats from default fields (host, source, sourcetype) or just want to count all events, you can do tstats instead of stats.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 19:37:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565712#M46478</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-09-02T19:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Firewall Log Tracking Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565749#M46486</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/238019"&gt;@Schwarzkopfr&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;to have a quick load of a dropdown input, you have four solutions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if you have few static values to search, you could configure static values instead of a dynamic search;&lt;/LI&gt;&lt;LI&gt;you could use a text box that doesn't need a search;&lt;/LI&gt;&lt;LI&gt;if you have many values, you could schedule a search (e.g. every night or every hour) with only the values to use in the dropdown, saving results in a lookup and then use the lookup for your dropdown;&lt;/LI&gt;&lt;LI&gt;you could use a datamodel or a Summary index.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The last solution is usually the one used with a large amount of data (e.g. firewalls or proxies) because you can use it both for faster dropdowns and panels.&lt;/P&gt;&lt;P&gt;for more infos see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.2/Knowledge/Aboutdatamodels" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.2/Knowledge/Aboutdatamodels&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.2/Knowledge/Usesummaryindexing" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.2/Knowledge/Usesummaryindexing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 06:51:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565749#M46486</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-09-03T06:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Firewall Log Tracking Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565800#M46489</link>
      <description>&lt;P&gt;working to create a usable tool for us to use while in a remote status that can accomplish some troubleshooting of the firewalls when other groups are having connection issues and think its a issue with our firewall. I have created a table that mimics the log tracker using index=firewall* . I have also created a search panel of dropdowns to act as a filter to easily search for specific issues like; source + destination + protocol + action., etc... with a submit button to trigger the search.&lt;/P&gt;&lt;P&gt;I'd prefer to keep the data fresh, maybe a six hour search window that will refresh at some interval.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 13:34:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565800#M46489</guid>
      <dc:creator>Schwarzkopfr</dc:creator>
      <dc:date>2021-09-03T13:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Firewall Log Tracking Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565804#M46490</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you for this information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am working to create a usable tool for us to use while working remotely that can accomplish some troubleshooting of the firewalls when other groups are having connection issues and think its a issue with our firewall. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have created a table that mimics the log tracker view we see when we are onsite, using: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=firewall* . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have also created a dashboard search panel of dropdowns to act as a filter to easily search for specific issues like; source + destination + protocol + action., etc... with a submit button to trigger the search.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would like to keep that data fresh, maybe I need to add a time picker to the search panel.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 14:07:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565804#M46490</guid>
      <dc:creator>Schwarzkopfr</dc:creator>
      <dc:date>2021-09-03T14:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Firewall Log Tracking Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565806#M46491</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/238019"&gt;@Schwarzkopfr&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;a Time Picker is always a good idea in your dashboards!&lt;/P&gt;&lt;P&gt;Anyway, take in consideration the idea of using accelerated searches or Data Models o Summary indexes: in this way you loose the real time view but you have responsee times vere very faster than normal searches.&lt;/P&gt;&lt;P&gt;Anyway, if you want continously updated data, you could set up an update time of 5 ore 10&amp;nbsp; minutes.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 14:12:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565806#M46491</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-09-03T14:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Firewall Log Tracking Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565808#M46492</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 14:16:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565808#M46492</guid>
      <dc:creator>Schwarzkopfr</dc:creator>
      <dc:date>2021-09-03T14:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Firewall Log Tracking Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565816#M46493</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/238019"&gt;@Schwarzkopfr&lt;/a&gt;.,&lt;/P&gt;&lt;P&gt;if this answer solves your need, please accept it for the other people of Community.&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 by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 14:33:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/565816#M46493</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-09-03T14:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Firewall Log Tracking Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/566143#M46521</link>
      <description>&lt;P&gt;Thanks for the help, I haven't got it worked out. I'm more of a equipment maintainer and not an admin. I was just taking my best shot at creating a firewall log tracker that can be a tool when not onsite or in telework situations. this is the environment we have been in since the beginning of COVID-19.&amp;nbsp; It takes me more time to figure things out because I am un familiar with the process of creating this kind of tool.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 13:50:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-Firewall-Log-Tracking-Dashboard/m-p/566143#M46521</guid>
      <dc:creator>Schwarzkopfr</dc:creator>
      <dc:date>2021-09-07T13:50:01Z</dc:date>
    </item>
  </channel>
</rss>

