<?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: Splunk DataModel Unknown Fields in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/446778#M7195</link>
    <description>&lt;P&gt;it's works&lt;BR /&gt;
Thank you :&lt;/P&gt;</description>
    <pubDate>Sun, 05 May 2019 12:52:04 GMT</pubDate>
    <dc:creator>burakatabay</dc:creator>
    <dc:date>2019-05-05T12:52:04Z</dc:date>
    <item>
      <title>Splunk DataModel Unknown Fields</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/446773#M7190</link>
      <description>&lt;P&gt;Hi Splunkers,&lt;/P&gt;

&lt;P&gt;Is there a way to extract all unknown fields in a Data Model with a single query ?&lt;/P&gt;

&lt;P&gt;Have a good day :&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 18:47:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/446773#M7190</guid>
      <dc:creator>burakatabay</dc:creator>
      <dc:date>2019-05-03T18:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DataModel Unknown Fields</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/446774#M7191</link>
      <description>&lt;P&gt;Can you define what you mean by "unknown fields"?  You set the fields in the data model when you create it.  Here's a Splunk query that can pull everything from the json that it saves the data model under.  It will show all of the fields that are present in the data model under the objects array:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest splunk_server="local" "/servicesNS/-/-/data/models"
| search  title="datamodel_title"
| table eai:data
| spath input="eai:data"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is that what you are looking for?&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 20:43:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/446774#M7191</guid>
      <dc:creator>dmarling</dc:creator>
      <dc:date>2019-05-03T20:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DataModel Unknown Fields</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/446775#M7192</link>
      <description>&lt;P&gt;Can you define what you mean by "unknown fields"?  You set the fields in the data model when you create it.  Here's a Splunk query that can pull everything from the json that it saves the data model under.  It will show all of the fields that are present in the data model under the objects array:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest splunk_server="local" "/servicesNS/-/-/data/models"
| search  title="datamodel_title"
| table eai:data
| spath input="eai:data"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is that what you are looking for?&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 20:43:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/446775#M7192</guid>
      <dc:creator>dmarling</dc:creator>
      <dc:date>2019-05-03T20:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DataModel Unknown Fields</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/446776#M7193</link>
      <description>&lt;P&gt;Sorry Not exactly.&lt;/P&gt;

&lt;P&gt;I want to see Splunk CIM Data Model -&amp;gt; model -&amp;gt; unknown fields &lt;/P&gt;

&lt;P&gt;For example : &lt;/P&gt;

&lt;P&gt;Endpoint.Processes Datamodel&lt;BR /&gt;
process_id = OK&lt;BR /&gt;
process_name = OK&lt;BR /&gt;
process_exec = unknown&lt;BR /&gt;
process_path = unknown &lt;/P&gt;

&lt;P&gt;how ı see all this unknown fields in one search ? &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:21:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/446776#M7193</guid>
      <dc:creator>burakatabay</dc:creator>
      <dc:date>2020-09-30T00:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DataModel Unknown Fields</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/446777#M7194</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| from datamodel YourDataModelNameHere
| fieldsummary
| regex values = "\"value\":\"unknown\""
| table field
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 04 May 2019 20:48:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/446777#M7194</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-05-04T20:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DataModel Unknown Fields</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/446778#M7195</link>
      <description>&lt;P&gt;it's works&lt;BR /&gt;
Thank you :&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2019 12:52:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/446778#M7195</guid>
      <dc:creator>burakatabay</dc:creator>
      <dc:date>2019-05-05T12:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DataModel Unknown Fields</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/521511#M8464</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Try This...&lt;BR /&gt;&lt;BR /&gt;| datamodel&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;data_model_name&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;root_object_name&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;search | table _time, sourcetype,&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;root_object_name.*&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Example: | datamodel Network_Traffic All_Traffic search| search&amp;nbsp;All_Traffic.*="unknown" | dedup sourcetype | table _time, sourcetype, All_Traffic.*&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 16:22:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-DataModel-Unknown-Fields/m-p/521511#M8464</guid>
      <dc:creator>VSIRIS</dc:creator>
      <dc:date>2020-09-25T16:22:43Z</dc:date>
    </item>
  </channel>
</rss>

