<?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: Find via search if rex is used in a dashboard search in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/How-to-find-via-search-if-rex-is-used-in-a-dashboard-search/m-p/653043#M554</link>
    <description>&lt;P&gt;Thank you for your answer. It worked. I have got one final question: how do I count the occurence of "rex" in the data column?&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Marta&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2023 10:27:09 GMT</pubDate>
    <dc:creator>Marta</dc:creator>
    <dc:date>2023-08-03T10:27:09Z</dc:date>
    <item>
      <title>How to find via search if rex is used in a dashboard search?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-find-via-search-if-rex-is-used-in-a-dashboard-search/m-p/653009#M552</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would like to know if it is possible to perform a search in Splunk to find out if "rex" is used in all my dashboard searches.&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;Marta&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 20:58:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-find-via-search-if-rex-is-used-in-a-dashboard-search/m-p/653009#M552</guid>
      <dc:creator>Marta</dc:creator>
      <dc:date>2023-08-03T20:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Find via search if rex is used in a dashboard search</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-find-via-search-if-rex-is-used-in-a-dashboard-search/m-p/653014#M553</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/259353"&gt;@Marta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you could try this query :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;| rest /servicesNS/-/-/data/ui/views&lt;BR /&gt;| rename eai:acl.app AS app&lt;BR /&gt;| rename eai:acl.perms.write as dashboard-write-permission&lt;BR /&gt;| rename eai:acl.perms.read as dashboard-read-permission&lt;BR /&gt;| rename eai:appName as appName&lt;BR /&gt;| rename eai:data AS data&lt;BR /&gt;| join type=outer appName&lt;BR /&gt;[| rest /servicesNS/-/-/apps/local&lt;BR /&gt;| rename title AS appName&lt;BR /&gt;| rename eai:acl.perms.read AS app-read-permission&lt;BR /&gt;| rename eai:acl.perms.write AS app-write-permission]&lt;BR /&gt;| table app label title dashboard-read-permission dashboard-read-permission app-write-permission app-read-permission data&lt;BR /&gt;| search data=*rex*&lt;/P&gt;&lt;P&gt;If this answers then please mark as solution.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 08:49:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-find-via-search-if-rex-is-used-in-a-dashboard-search/m-p/653014#M553</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2023-08-03T08:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Find via search if rex is used in a dashboard search</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-find-via-search-if-rex-is-used-in-a-dashboard-search/m-p/653043#M554</link>
      <description>&lt;P&gt;Thank you for your answer. It worked. I have got one final question: how do I count the occurence of "rex" in the data column?&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Marta&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 10:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-find-via-search-if-rex-is-used-in-a-dashboard-search/m-p/653043#M554</guid>
      <dc:creator>Marta</dc:creator>
      <dc:date>2023-08-03T10:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Find via search if rex is used in a dashboard search</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-find-via-search-if-rex-is-used-in-a-dashboard-search/m-p/653059#M555</link>
      <description>&lt;P&gt;Maybe this :&lt;/P&gt;&lt;P&gt;| rest /servicesNS/-/-/data/ui/views&lt;BR /&gt;| rename eai:acl.app AS app&lt;BR /&gt;| rename eai:acl.perms.write as dashboard-write-permission&lt;BR /&gt;| rename eai:acl.perms.read as dashboard-read-permission&lt;BR /&gt;| rename eai:appName as appName&lt;BR /&gt;| rename eai:data AS data&lt;BR /&gt;| join type=outer appName&lt;BR /&gt;[| rest /servicesNS/-/-/apps/local&lt;BR /&gt;| rename title AS appName&lt;BR /&gt;| rename eai:acl.perms.read AS app-read-permission&lt;BR /&gt;| rename eai:acl.perms.write AS app-write-permission]&lt;BR /&gt;| table app label title dashboard-read-permission dashboard-read-permission app-write-permission app-read-permission data&lt;BR /&gt;| search data=*rex*&lt;BR /&gt;| table app,title,data&lt;BR /&gt;| rex field=data max_match=0 "(?&amp;lt;rexfield&amp;gt;\| rex)"&lt;BR /&gt;| stats count(rexfield) by app,title&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please upvote if this fits &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 13:18:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-find-via-search-if-rex-is-used-in-a-dashboard-search/m-p/653059#M555</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2023-08-03T13:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Find via search if rex is used in a dashboard search</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-find-via-search-if-rex-is-used-in-a-dashboard-search/m-p/653063#M556</link>
      <description>&lt;P&gt;thank you it worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; . How do I upvote? I pressed the karma button, is this the way to upvote?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 13:38:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-find-via-search-if-rex-is-used-in-a-dashboard-search/m-p/653063#M556</guid>
      <dc:creator>Marta</dc:creator>
      <dc:date>2023-08-03T13:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Find via search if rex is used in a dashboard search</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-find-via-search-if-rex-is-used-in-a-dashboard-search/m-p/653070#M557</link>
      <description>&lt;P&gt;Yes, that's perfect! Happy splunking &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 14:02:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-find-via-search-if-rex-is-used-in-a-dashboard-search/m-p/653070#M557</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2023-08-03T14:02:23Z</dc:date>
    </item>
  </channel>
</rss>

