<?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 Splunk ES - Troubleshooting Web Data Model in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-ES-Troubleshooting-Web-Data-Model/m-p/420552#M5188</link>
    <description>&lt;P&gt;We have ES up and running and I'm starting to review the various Security Domains and relevant dashboards/reports.&lt;/P&gt;

&lt;P&gt;For Security Domain -- Network -- Web Center there is a widget of 'Events Over Time By Status'  that when I send to a search returns values other than HTTP status codes (200, 401, etc). &lt;/P&gt;

&lt;P&gt;I do a pivot of the web data model and select 'status' and 'sourcetype' and I see the pan:threat sourcetype from our Palo Alto logs included with values that do not correspond to HTTP status codes. &lt;/P&gt;

&lt;P&gt;Where would, or how would I go about excluding the pan:threat sourcetype from either the search, or from 'status' altogether?&lt;/P&gt;

&lt;P&gt;The search is as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| `tstats` count from datamodel=Web.Web where * by _time,Web.status span=10m 
| timechart minspan=10m useother=`useother` count by Web.status 
| `drop_dm_object_name("Web")`
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 19 Apr 2019 14:48:38 GMT</pubDate>
    <dc:creator>jwalzerpitt</dc:creator>
    <dc:date>2019-04-19T14:48:38Z</dc:date>
    <item>
      <title>Splunk ES - Troubleshooting Web Data Model</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-ES-Troubleshooting-Web-Data-Model/m-p/420552#M5188</link>
      <description>&lt;P&gt;We have ES up and running and I'm starting to review the various Security Domains and relevant dashboards/reports.&lt;/P&gt;

&lt;P&gt;For Security Domain -- Network -- Web Center there is a widget of 'Events Over Time By Status'  that when I send to a search returns values other than HTTP status codes (200, 401, etc). &lt;/P&gt;

&lt;P&gt;I do a pivot of the web data model and select 'status' and 'sourcetype' and I see the pan:threat sourcetype from our Palo Alto logs included with values that do not correspond to HTTP status codes. &lt;/P&gt;

&lt;P&gt;Where would, or how would I go about excluding the pan:threat sourcetype from either the search, or from 'status' altogether?&lt;/P&gt;

&lt;P&gt;The search is as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| `tstats` count from datamodel=Web.Web where * by _time,Web.status span=10m 
| timechart minspan=10m useother=`useother` count by Web.status 
| `drop_dm_object_name("Web")`
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Apr 2019 14:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-ES-Troubleshooting-Web-Data-Model/m-p/420552#M5188</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2019-04-19T14:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk ES - Troubleshooting Web Data Model</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-ES-Troubleshooting-Web-Data-Model/m-p/420553#M5189</link>
      <description>&lt;P&gt;I'm tempted to modify the CS to exclude the PAN events.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| `tstats` count from datamodel=Web.Web where NOT sourcetype=pan:threat by _time,Web.status span=10m 
| timechart minspan=10m useother=`useother` count by Web.status 
| `drop_dm_object_name("Web")`
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Apr 2019 19:47:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-ES-Troubleshooting-Web-Data-Model/m-p/420553#M5189</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-04-19T19:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk ES - Troubleshooting Web Data Model</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-ES-Troubleshooting-Web-Data-Model/m-p/420554#M5190</link>
      <description>&lt;P&gt;Thx Rich - worked perfectly&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 14:46:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-ES-Troubleshooting-Web-Data-Model/m-p/420554#M5190</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2019-05-01T14:46:35Z</dc:date>
    </item>
  </channel>
</rss>

