<?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: Extracting extracted, selected fields to share in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Extracting-extracted-selected-fields-to-share/m-p/195794#M56452</link>
    <description>&lt;P&gt;Ok, thanks.   This link on creating an application looks to be very helpful.&lt;/P&gt;

&lt;P&gt;So I can't benefit from the automagical regexification done via the UI to build my props.conf.&lt;/P&gt;

&lt;P&gt;Oh well (=   ... I had to write my own inputs.conf too (which is another post, but the reason why the incoming data has a "sourctype" of tcp-raw&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jul 2015 17:45:03 GMT</pubDate>
    <dc:creator>jg3</dc:creator>
    <dc:date>2015-07-08T17:45:03Z</dc:date>
    <item>
      <title>Extracting extracted, selected fields to share</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extracting-extracted-selected-fields-to-share/m-p/195790#M56448</link>
      <description>&lt;P&gt;Given I have some input with a bunch of fields that are not automatically extracted and I used the Field Extractor in the web interface to label the fields and I've ticked the box to select the fields I want to display.&lt;/P&gt;

&lt;P&gt;Now that I've done that configuration, how can I take that configuration and share it with folks at other companies who also use Splunk to ingest the same data?  What I think I mean is, "how can I create a sourcetype for my data?"&lt;/P&gt;

&lt;P&gt;I understand I could write my own regexes and put them in props.conf, but if I can use the UI to do the hard part, why not?  Right?&lt;/P&gt;

&lt;P&gt;And I'm sure I'm a little ahead of myself here, but my end goal would be to put this in an app to share with other Splunk users that way.   Just in case there's anything else that I should consider here with that goal in mind.&lt;/P&gt;

&lt;P&gt;Thanks for any help.&lt;/P&gt;

&lt;P&gt;This question seems pretty basic, I know, but I'm such a n00b with Splunk I'm not really sure how to ask it.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 17:23:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extracting-extracted-selected-fields-to-share/m-p/195790#M56448</guid>
      <dc:creator>jg3</dc:creator>
      <dc:date>2015-07-08T17:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting extracted, selected fields to share</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extracting-extracted-selected-fields-to-share/m-p/195791#M56449</link>
      <description>&lt;P&gt;Your data already has a &lt;CODE&gt;sourcetype&lt;/CODE&gt; and your field extractions are already saved you should have been asked to give them names).  You can search for them by going to &lt;CODE&gt;Settings&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;All configurations&lt;/CODE&gt; and searching for them by name.  You can then click on each one's &lt;CODE&gt;Permissions&lt;/CODE&gt; link and select the &lt;CODE&gt;All Apps&lt;/CODE&gt; radio button and check &lt;CODE&gt;Read&lt;/CODE&gt; for &lt;CODE&gt;Everyone&lt;/CODE&gt;.  That should be all that it takes for other people to see the same search-time extractions that you do.  As far as the set of fields that you have checkmarked in the &lt;CODE&gt;Field selector&lt;/CODE&gt;, this is part of your &lt;CODE&gt;viewstate&lt;/CODE&gt; and that is not shareable in any practical way but you can certainly read up on it now that you have a name for where it is stored.  Anyone who forwards data in and uses the same &lt;CODE&gt;sourcetype&lt;/CODE&gt; that you used, will have the same things done to those events that are being done to yours.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 17:30:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extracting-extracted-selected-fields-to-share/m-p/195791#M56449</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-08T17:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting extracted, selected fields to share</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extracting-extracted-selected-fields-to-share/m-p/195792#M56450</link>
      <description>&lt;P&gt;Thanks, Woodcock.  Perhaps I wasn't clear:  I don't want to share with other Splunk users on the same system, I want to share with folks at other companies who have their own Splunk installations which ingest this kind of data.&lt;/P&gt;

&lt;P&gt;(if I can edit my question to clarify, I'll do that now)&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 17:36:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extracting-extracted-selected-fields-to-share/m-p/195792#M56450</guid>
      <dc:creator>jg3</dc:creator>
      <dc:date>2015-07-08T17:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting extracted, selected fields to share</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extracting-extracted-selected-fields-to-share/m-p/195793#M56451</link>
      <description>&lt;P&gt;Right; I added some detail to my answer but I will add some more here.  To share, you create a Splunk &lt;CODE&gt;application&lt;/CODE&gt; and bundle up your configurations there.  In your case, you should have an &lt;CODE&gt;inputs.conf&lt;/CODE&gt; file and a &lt;CODE&gt;props.conf&lt;/CODE&gt; file:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://wiki.splunk.com/Community:Creating_your_first_application"&gt;http://wiki.splunk.com/Community:Creating_your_first_application&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 17:40:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extracting-extracted-selected-fields-to-share/m-p/195793#M56451</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-08T17:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting extracted, selected fields to share</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extracting-extracted-selected-fields-to-share/m-p/195794#M56452</link>
      <description>&lt;P&gt;Ok, thanks.   This link on creating an application looks to be very helpful.&lt;/P&gt;

&lt;P&gt;So I can't benefit from the automagical regexification done via the UI to build my props.conf.&lt;/P&gt;

&lt;P&gt;Oh well (=   ... I had to write my own inputs.conf too (which is another post, but the reason why the incoming data has a "sourctype" of tcp-raw&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 17:45:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extracting-extracted-selected-fields-to-share/m-p/195794#M56452</guid>
      <dc:creator>jg3</dc:creator>
      <dc:date>2015-07-08T17:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting extracted, selected fields to share</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extracting-extracted-selected-fields-to-share/m-p/195795#M56453</link>
      <description>&lt;P&gt;No, the UI stuff you created is saved into the appropriate &lt;CODE&gt;whatever.conf&lt;/CODE&gt; files; you just have to root them out from the CLI (or reconstruct them).&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 17:49:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extracting-extracted-selected-fields-to-share/m-p/195795#M56453</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-08T17:49:42Z</dc:date>
    </item>
  </channel>
</rss>

