<?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 Help to list the .conf files from conf objects in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/584301#M11523</link>
    <description>&lt;P&gt;I need to get the list of .conf files.&lt;BR /&gt;&lt;BR /&gt;On running my below Splunk Query,&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;"| rest /services/configs/conf-props"&lt;/STRONG&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;it returns the conf objects, but I need to find the .conf &lt;STRONG&gt;files&lt;/STRONG&gt; instead of objects.&lt;/P&gt;
&lt;P&gt;Any help would be appreciated!&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 19:11:10 GMT</pubDate>
    <dc:creator>PraveenaR</dc:creator>
    <dc:date>2022-02-09T19:11:10Z</dc:date>
    <item>
      <title>Help to list the .conf files from conf objects</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/584301#M11523</link>
      <description>&lt;P&gt;I need to get the list of .conf files.&lt;BR /&gt;&lt;BR /&gt;On running my below Splunk Query,&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;"| rest /services/configs/conf-props"&lt;/STRONG&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;it returns the conf objects, but I need to find the .conf &lt;STRONG&gt;files&lt;/STRONG&gt; instead of objects.&lt;/P&gt;
&lt;P&gt;Any help would be appreciated!&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 19:11:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/584301#M11523</guid>
      <dc:creator>PraveenaR</dc:creator>
      <dc:date>2022-02-09T19:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: To list the .conf files from conf objects</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/584309#M11524</link>
      <description>&lt;P&gt;Try&amp;nbsp;&lt;FONT face="courier new,courier"&gt;| rest /servicesNS/-/-/properties&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 14:58:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/584309#M11524</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-02-09T14:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: To list the .conf files from conf objects</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/584724#M11558</link>
      <description>&lt;P&gt;Thanks for quick response!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I need to display both config files and views in a single query.&lt;BR /&gt;&lt;BR /&gt;My Below queries work fine if I run seperately,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Queries:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; &amp;nbsp; &lt;FONT color="#0000FF"&gt;&amp;nbsp;| rest splunk_server=local /servicesNS/-/-/data/ui/views&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| table eai:acl.sharing eai:acl.owner id &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| rename eai:acl.owner as owner, eai:acl.sharing AS sharing&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;FONT color="#0000FF"&gt;&amp;nbsp; &amp;nbsp; | rest /servicesNS/-/-/properties&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;My use case is to display both config files and views together with updated time.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated!&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 13:35:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/584724#M11558</guid>
      <dc:creator>PraveenaR</dc:creator>
      <dc:date>2022-02-11T13:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: To list the .conf files from conf objects</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/584748#M11561</link>
      <description>&lt;P&gt;The challenge is finding common field values between the two queries so you can merge their results.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local /servicesNS/-/-/data/ui/views
| table eai:acl.sharing eai:acl.owner id
| rename eai:acl.owner as owner, eai:acl.sharing AS sharing
| append [| rest /servicesNS/-/-/properties ]
| stats values(*) as * by &amp;lt;&amp;lt;some shared field name(s)&amp;gt;&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;BTW, Splunk rarely updates the Updated field so I wouldn't try to use it for anything.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 15:00:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/584748#M11561</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-02-11T15:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: To list the .conf files from conf objects</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/585574#M11602</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The query you mentioned helps to display the properties as config objects, but not as files.&lt;/P&gt;&lt;P&gt;My use case is to&lt;FONT color="#FF0000"&gt; list as files&lt;/FONT&gt; from the config objects listed.&lt;/P&gt;&lt;P&gt;Any help on this would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 14:35:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/585574#M11602</guid>
      <dc:creator>PraveenaR</dc:creator>
      <dc:date>2022-02-17T14:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: To list the .conf files from conf objects</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/585578#M11603</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In similar way I need to list all the macros as files instead of config objects.&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 14:46:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/585578#M11603</guid>
      <dc:creator>PraveenaR</dc:creator>
      <dc:date>2022-02-17T14:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: To list the .conf files from conf objects</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/585586#M11604</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I think that you can found answers from this conf presentation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://conf.splunk.com/files/2019/slides/FN1315.pdf" target="_blank"&gt;https://conf.splunk.com/files/2019/slides/FN1315.pdf&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://github.com/paychex/Splunk.Conf19" target="_blank"&gt;https://github.com/paychex/Splunk.Conf19&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 15:14:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-list-the-conf-files-from-conf-objects/m-p/585586#M11604</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-02-17T15:14:30Z</dc:date>
    </item>
  </channel>
</rss>

