<?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: Sharing search with custom field extraction in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204255#M187684</link>
    <description>&lt;P&gt;Just frustrating there's a readwrite_all_objects capability but somehow there is no read_all_objects capability.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 10:28:11 GMT</pubDate>
    <dc:creator>kaufmanm</dc:creator>
    <dc:date>2020-09-29T10:28:11Z</dc:date>
    <item>
      <title>Sharing search with custom field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204249#M187678</link>
      <description>&lt;P&gt;I have a user that wants to give me a search with references to a number of custom field extractions local to his profile.&lt;/P&gt;

&lt;P&gt;e.g. index=cisco SLA="191" | transaction Cisco_Host maxspan=1800s&lt;/P&gt;

&lt;P&gt;Well I have access to the same index, I can't see the results of the search since I don't know how the custom field extraction is defining SLA or Cisco_Host for example. Both he and I are minimally privileged users so I can't look at anything about his profile, is there any easy way for him to convert his search into something not reliant on any custom field extractions? i.e. He runs a search expander and then is able to send me this search so I can see his results:&lt;/P&gt;

&lt;P&gt;e.g. index=cisco | rex field=_raw "SLA: (?\d\d\d)" | rex field=_raw "Cisco Host: (?.*) " | search SLA="191" | transaction Cisco_Host maxspan=1800s&lt;/P&gt;

&lt;P&gt;Or do I need to get him to send me all his custom field extractions and maintain a separate copy on my account? These are probably just quick hack extractions that could change and probably aren't going to be shared globally or on any app.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:28:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204249#M187678</guid>
      <dc:creator>kaufmanm</dc:creator>
      <dc:date>2020-09-29T10:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing search with custom field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204250#M187679</link>
      <description>&lt;P&gt;I would recommend doing a field extraction at search time using the &lt;CODE&gt;|rex&lt;/CODE&gt; command and save the search. This would prevent you from needing to maintain a separate version of custom field extractions &lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:28:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204250#M187679</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-08-03T15:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing search with custom field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204251#M187680</link>
      <description>&lt;P&gt;The best method for sharing knowledge objects, which includes fields extraction, is to get their sharing permission changed to "App level" OR "Global/all apps". If you're not privileged users, you can work with your admin/power user in your area to get them published with proper sharing permission. This way field extractions will be easier to manage.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 16:37:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204251#M187680</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-08-03T16:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing search with custom field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204252#M187681</link>
      <description>&lt;P&gt;To add onto this.. If the Splunk admin refuses to escalate your privileges, then you can request them to make a new user role which has your current privileges and add on the field extractions to the role so your still "restricted" from doing higher level tasks but able to do what you need to do &lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 18:13:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204252#M187681</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-08-03T18:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing search with custom field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204253#M187682</link>
      <description>&lt;P&gt;Would there be a way for me to get access to a user's private field extractions without admin_all_objects?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:28:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204253#M187682</guid>
      <dc:creator>kaufmanm</dc:creator>
      <dc:date>2020-09-29T10:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing search with custom field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204254#M187683</link>
      <description>&lt;P&gt;Nopes. (they won't be private if someone else can access it,right?). Just ask your admin to clone the field extractions, share it within app (or global) and provide read access to your current role (which I'm getting is regular user role).&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 20:38:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204254#M187683</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-08-03T20:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing search with custom field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204255#M187684</link>
      <description>&lt;P&gt;Just frustrating there's a readwrite_all_objects capability but somehow there is no read_all_objects capability.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:28:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204255#M187684</guid>
      <dc:creator>kaufmanm</dc:creator>
      <dc:date>2020-09-29T10:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing search with custom field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204256#M187685</link>
      <description>&lt;P&gt;This works. Still a bit of work to construct in this case.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 20:49:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sharing-search-with-custom-field-extraction/m-p/204256#M187685</guid>
      <dc:creator>kaufmanm</dc:creator>
      <dc:date>2016-08-03T20:49:22Z</dc:date>
    </item>
  </channel>
</rss>

