<?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: Should we add metadata...? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Should-we-add-metadata/m-p/233682#M69424</link>
    <description>&lt;P&gt;The "damage" done depends on the size of the FieldName and its value.  Obviously reallyLongFieldNameasddgghkfkrjxnekznck=reallyLongValuedudjdjdjdjfjd.  Would have more impact than a=1&lt;/P&gt;</description>
    <pubDate>Sat, 07 May 2016 00:02:43 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2016-05-07T00:02:43Z</dc:date>
    <item>
      <title>Should we add metadata...?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Should-we-add-metadata/m-p/233679#M69421</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I read this blog, which was great. I noticed that the app being mentioned - &lt;A href="https://splunkbase.splunk.com/app/2975/#/overview"&gt;https://splunkbase.splunk.com/app/2975/#/overview&lt;/A&gt; - creates a custom metadata field.   In the past, I've avoided doing this, based upon Splunks recommendations.  Is this still the case, or is it now ok to create our own metadata fields? I'd love to add them, but if it's going to slow down the system significantly, it's not worth the hassle.  At the same time, the can provide a lot of additional meaningful information.  &lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 15:35:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Should-we-add-metadata/m-p/233679#M69421</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-05-06T15:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Should we add metadata...?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Should-we-add-metadata/m-p/233680#M69422</link>
      <description>&lt;P&gt;The drawback of adding metdata field (at index time) is still valid (additional space of indexers as these will be stored in tsidx file as well and slower indexing performance).&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 20:48:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Should-we-add-metadata/m-p/233680#M69422</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-05-06T20:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Should we add metadata...?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Should-we-add-metadata/m-p/233681#M69423</link>
      <description>&lt;P&gt;How significant is this?  I find it curious that this blog entry proposes adding metadata, but in the next breath it's not really something they recommend - especially for something like syslog, which is typically a large feed. Mixed signals...&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 22:05:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Should-we-add-metadata/m-p/233681#M69423</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-05-06T22:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Should we add metadata...?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Should-we-add-metadata/m-p/233682#M69424</link>
      <description>&lt;P&gt;The "damage" done depends on the size of the FieldName and its value.  Obviously reallyLongFieldNameasddgghkfkrjxnekznck=reallyLongValuedudjdjdjdjfjd.  Would have more impact than a=1&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2016 00:02:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Should-we-add-metadata/m-p/233682#M69424</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-07T00:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Should we add metadata...?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Should-we-add-metadata/m-p/233683#M69425</link>
      <description>&lt;P&gt;Which is the blog entry that you're referring to?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 20:25:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Should-we-add-metadata/m-p/233683#M69425</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-06-13T20:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Should we add metadata...?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Should-we-add-metadata/m-p/233684#M69426</link>
      <description>&lt;P&gt;Splunk still recommends against creating index-time extractions unless absolutely necessary for two reasons:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Negative performance impact on your indexers&lt;/LI&gt;
&lt;LI&gt;This type of extraction is less flexible. If you end up wanting to alter it it would require re-indexing all of your data. &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Indexer/Indextimeversussearchtime" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Indexer/Indextimeversussearchtime&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In addition to this, I just dug through the app and the app does not appear to be using splunk_syslog_server in the overview dashboard inside the app. Have you tried just installing this and skipping that step and seeing if the app works? &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:57:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Should-we-add-metadata/m-p/233684#M69426</guid>
      <dc:creator>ryanoconnor</dc:creator>
      <dc:date>2020-09-29T09:57:32Z</dc:date>
    </item>
  </channel>
</rss>

