<?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: Explain Data Models (Like I'm Five) in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316642#M2734</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Without Data Model&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Programmers&lt;/STRONG&gt; : Write own program to create data analysis&lt;BR /&gt;
&lt;STRONG&gt;Splunker&lt;/STRONG&gt;:  Write splunk search to populate fancy report/dashboard&lt;BR /&gt;
&lt;STRONG&gt;Managers&lt;/STRONG&gt;: Neglect to learn splunk search, but would like to impress his/her boss by fancy report chart . So usually he/she ask splunker for help. &lt;BR /&gt;
&lt;STRONG&gt;Directors/CEO&lt;/STRONG&gt;: Just want to see result(report). Do not care how to generate it&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;With Data Model&lt;/STRONG&gt;&lt;BR /&gt;
1. Managers ask Splunker to help easy way to create fancy chart&lt;BR /&gt;
2. Splunker create Splunk Data Model which defines all field names from raw data&lt;BR /&gt;
    =&amp;gt; Managers will stop asking to create reports or splunk search. &lt;BR /&gt;
3. &lt;STRONG&gt;Managers&lt;/STRONG&gt; use Pivot feature ( which become available by Data Model), and  just drag and drop, and/or select functions/fields from drop-down boxes to create fancy chart. No need to learn Splunk search commands.&lt;BR /&gt;
    =&amp;gt; Manager can impress his/her boss&lt;BR /&gt;
4. &lt;STRONG&gt;Directors/CEO&lt;/STRONG&gt; boss will feel reports are coming so quicker than before.&lt;/P&gt;

&lt;P&gt;Bonus point of Data Model is 100 times faster search speed by making use of Data Model Acceleration feature. &lt;/P&gt;

&lt;P&gt;Note: Programmers are still satisfied with his/her owns way to analyze data &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Apr 2017 01:45:19 GMT</pubDate>
    <dc:creator>Masa</dc:creator>
    <dc:date>2017-04-15T01:45:19Z</dc:date>
    <item>
      <title>Explain Data Models (Like I'm Five)</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316636#M2728</link>
      <description>&lt;P&gt;How would you explain the concept of a &lt;STRONG&gt;Splunk Data Model&lt;/STRONG&gt; to, say, your mother?&lt;/P&gt;

&lt;P&gt;While thinking of this question, I thought of the popular &lt;EM&gt;Reddit&lt;/EM&gt; forum called ELI5 (Explain Like I'm 5).&lt;/P&gt;

&lt;P&gt;I am asking because I am looking for a good way to explain the concept to an audience with multiple levels of technical understanding.&lt;/P&gt;

&lt;P&gt;So, how would you explain Splunk Data Models?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 20:34:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316636#M2728</guid>
      <dc:creator>HCadmins</dc:creator>
      <dc:date>2017-04-09T20:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Explain Data Models (Like I'm Five)</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316637#M2729</link>
      <description>&lt;P&gt;Splunk defines it in &lt;A href="http://docs.splunk.com/Splexicon:Datamodel"&gt;data model&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;As - &lt;/P&gt;

&lt;P&gt;-- A hierarchically structured, search-time mapping of semantic knowledge about one or more datasets that encode the domain knowledge necessary to generate specialized searches of those datasets. Splunk Enterprise uses these specialized searches to generate reports and charts for pivot users. &lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 21:15:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316637#M2729</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-04-09T21:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Explain Data Models (Like I'm Five)</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316638#M2730</link>
      <description>&lt;P&gt;let me have a go &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Creating neat, informative summaries out of huge lists of raw data is a common challenge. Today fortunately many software programs do it with ease and one of the such representation is called Pivot tables. You might have used pivot tables in Microsoft Excel. Pivot tables quickly summarize long lists of data into neat summary for end-user; hiding all formulae and complex calculation underneath. Moreover the end user can do drag and drop, rearrange of such pivot tables to customise their reports.&lt;/P&gt;

&lt;P&gt;In todays system, data is too complex to create a straight forward pivot summary. Before creating pivot, you need to extract and enrich the raw data to make it useful and write all formulae and complex calculations. This stage is called data modelling and the output is called as a data model. Multiple data model(s) can be used to create a single pivot. Also a data model can be have child elements thus preserving any hierarchy if you require. Splunk additionally provides ability to make the data modelling faster using a method called as datamodel acceleration which is tremendously useful for huge data organisations.&lt;/P&gt;

&lt;P&gt;In Summary, for the end use you require a drag and drop functionality for reports from very complex set of data, which in-turn requires datamodels&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 21:17:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316638#M2730</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2017-04-09T21:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Explain Data Models (Like I'm Five)</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316639#M2731</link>
      <description>&lt;P&gt;Right, thanks.&lt;/P&gt;

&lt;P&gt;But I can't really use that explanation for a new user, or a student, or my mother.&lt;/P&gt;

&lt;P&gt;Is there a simpler way of explaining it?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 21:18:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316639#M2731</guid>
      <dc:creator>HCadmins</dc:creator>
      <dc:date>2017-04-09T21:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Explain Data Models (Like I'm Five)</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316640#M2732</link>
      <description>&lt;P&gt;I like it!&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 21:20:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316640#M2732</guid>
      <dc:creator>HCadmins</dc:creator>
      <dc:date>2017-04-09T21:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Explain Data Models (Like I'm Five)</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316641#M2733</link>
      <description>&lt;P&gt;I just found a really awesome presentation on this from Conf 2014&lt;/P&gt;

&lt;P&gt;&lt;A href="https://conf.splunk.com/session/2014/conf2014_DavidClawson_Splunk_WhatsNew.mp4"&gt;https://conf.splunk.com/session/2014/conf2014_DavidClawson_Splunk_WhatsNew.mp4&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 15:49:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316641#M2733</guid>
      <dc:creator>HCadmins</dc:creator>
      <dc:date>2017-04-10T15:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Explain Data Models (Like I'm Five)</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316642#M2734</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Without Data Model&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Programmers&lt;/STRONG&gt; : Write own program to create data analysis&lt;BR /&gt;
&lt;STRONG&gt;Splunker&lt;/STRONG&gt;:  Write splunk search to populate fancy report/dashboard&lt;BR /&gt;
&lt;STRONG&gt;Managers&lt;/STRONG&gt;: Neglect to learn splunk search, but would like to impress his/her boss by fancy report chart . So usually he/she ask splunker for help. &lt;BR /&gt;
&lt;STRONG&gt;Directors/CEO&lt;/STRONG&gt;: Just want to see result(report). Do not care how to generate it&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;With Data Model&lt;/STRONG&gt;&lt;BR /&gt;
1. Managers ask Splunker to help easy way to create fancy chart&lt;BR /&gt;
2. Splunker create Splunk Data Model which defines all field names from raw data&lt;BR /&gt;
    =&amp;gt; Managers will stop asking to create reports or splunk search. &lt;BR /&gt;
3. &lt;STRONG&gt;Managers&lt;/STRONG&gt; use Pivot feature ( which become available by Data Model), and  just drag and drop, and/or select functions/fields from drop-down boxes to create fancy chart. No need to learn Splunk search commands.&lt;BR /&gt;
    =&amp;gt; Manager can impress his/her boss&lt;BR /&gt;
4. &lt;STRONG&gt;Directors/CEO&lt;/STRONG&gt; boss will feel reports are coming so quicker than before.&lt;/P&gt;

&lt;P&gt;Bonus point of Data Model is 100 times faster search speed by making use of Data Model Acceleration feature. &lt;/P&gt;

&lt;P&gt;Note: Programmers are still satisfied with his/her owns way to analyze data &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 01:45:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Explain-Data-Models-Like-I-m-Five/m-p/316642#M2734</guid>
      <dc:creator>Masa</dc:creator>
      <dc:date>2017-04-15T01:45:19Z</dc:date>
    </item>
  </channel>
</rss>

