<?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: How do we Parse logs of Secret Server in Splunk Cloud in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667871#M111971</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&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;Can we edit custom app props.conf using conf editor ?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2023 12:39:57 GMT</pubDate>
    <dc:creator>AL3Z</dc:creator>
    <dc:date>2023-11-08T12:39:57Z</dc:date>
    <item>
      <title>How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/654511#M110941</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are there any available applications to address the issue of incorrect parsing of secret server logs in Splunk cloud?&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 15:07:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/654511#M110941</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-08-16T15:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/654554#M110943</link>
      <description>&lt;P&gt;How can the servers be secret if they're logged in Splunk?&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Splunkbase may have add-ons that help parse the logs, but they're unlikely to be listed as "secret".&amp;nbsp; Use the vendor or product name to search for relevant add-ons.&lt;/P&gt;&lt;P&gt;Chances are, however, that you'll need to build your own add-on.&amp;nbsp; It's not hard - an add-on is just a collection of .conf files (mainly props and transforms).&lt;/P&gt;&lt;P&gt;The process can be made easier by exporting the problematic events to a file (use "raw" mode).&amp;nbsp; Use the Add Data wizard to upload the file and experiment with settings until you find the right ones to parse the events.&amp;nbsp; Then you can copy those settings into your add-on.&lt;/P&gt;&lt;P&gt;Upload the add-on to Splunk Cloud and see how it improves parsing.&amp;nbsp; Iterate as necessary.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 20:53:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/654554#M110943</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-08-16T20:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/655470#M111061</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&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;&lt;SPAN&gt;Can you help me building an add-on like step by step processes of it, is there any article/video available ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 11:52:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/655470#M111061</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-08-24T11:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/655478#M111062</link>
      <description>&lt;P&gt;I'm not aware of a step-by-step tutorial for creating apps, but it's pretty simple.&amp;nbsp; The hardest part may be getting the app to pass vetting by Splunk Cloud.&lt;/P&gt;&lt;P&gt;Start by creating a directory for your app.&amp;nbsp; For example, $SPLUNK_HOME/etc/apps/my_app/default.&amp;nbsp; You can change "my_app" to anything you like, but leave the rest of the path unchanged.&lt;/P&gt;&lt;P&gt;Create a props.conf file in the directory.&amp;nbsp; Add content to that file as necessary to parse your data.&amp;nbsp; If you add any transforms, be sure to create a transforms.conf file in the same directory.&lt;/P&gt;&lt;P&gt;Create an app.conf file in the directory.&amp;nbsp; Populate it as specified at &lt;A href="https://dev.splunk.com/enterprise/reference/appinspect/appinspectcheck#Appconf-standards" target="_blank"&gt;https://dev.splunk.com/enterprise/reference/appinspect/appinspectcheck#Appconf-standards&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Package the app using tar (or equivalent command) to create a .tgz file.&amp;nbsp; Do not perform this step on Windows because the file permissions will not be saved correctly.&lt;/P&gt;&lt;P&gt;Upload the app to Splunk Cloud and review the vetting results.&amp;nbsp; Update the app to correct any failures reported.&amp;nbsp; Repeat this step until there are no reported failures.&lt;/P&gt;&lt;P&gt;Install the app.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 12:57:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/655478#M111062</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-08-24T12:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666606#M111851</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;SPAN&gt;Would you be able to set up an app or custom parser for me.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Thanks...&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 07:22:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666606#M111851</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-11-10T07:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666618#M111853</link>
      <description>&lt;P&gt;I cannot do that.&amp;nbsp; That's a job for Splunk Professional Services.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2023 13:09:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666618#M111853</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-10-29T13:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666629#M111854</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;Atleast pls guide me steps so that I can work on it.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is it an easy to do ?&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sun, 29 Oct 2023 17:59:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666629#M111854</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-10-29T17:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666631#M111855</link>
      <description>&lt;P&gt;Yes, it's easy to do.&amp;nbsp; See my reply on 24 Oct.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2023 23:23:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666631#M111855</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-10-29T23:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666633#M111856</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;&amp;nbsp;... As said by Rich's reply, the Splunk App or Add-on building can be an easy task if some development experience you got.&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe, if you are really interested, you could learn it. most apps / add-ons are simple and easy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I went to the link you provided, looks good. give it a try and update us your views, maybe we can suggest you something, thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 01:09:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666633#M111856</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2023-10-30T01:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666791#M111867</link>
      <description>&lt;P&gt;...&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 12:18:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666791#M111867</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-12-06T12:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666839#M111874</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;&amp;nbsp;.. Could you pls edit the sample log(remove all important things like ip address, usernames, any sensitive info), thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;the props and transforms... it requires some homework from your side. I will try my best to create and suggest you back, thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 00:48:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666839#M111874</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2023-10-31T00:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666856#M111878</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/80737"&gt;@inventsekar&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Can you pls create a few fields so that I can create a remaining fields ..&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 07:36:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666856#M111878</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-10-31T07:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666928#M111885</link>
      <description>&lt;P&gt;Example field extractions in props.conf look like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EXTRACT-action = Action: \[(?&amp;lt;action&amp;gt;[^\]]+)\]
EXTRACT-user = User: (?&amp;lt;user&amp;gt;\S+)&lt;/LI-CODE&gt;&lt;P&gt;What follows the = is a regular expression very much like what is used with the &lt;FONT face="courier new,courier"&gt;rex&lt;/FONT&gt; command.&amp;nbsp; With these examples and a little experimentation in regex101.com you should be able to extract the remaining fields.&lt;/P&gt;&lt;P&gt;If you have troubles, please post the field you're trying to extract and the command you tried.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 20:38:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/666928#M111885</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-10-31T20:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667312#M111921</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;BR /&gt;&lt;BR /&gt;We can do the Event Action Extract Fields instead on creating the props/transforms right ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 13:36:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667312#M111921</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-11-03T13:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667346#M111926</link>
      <description>&lt;P&gt;I believe you can do that.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 17:19:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667346#M111926</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-11-03T17:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667438#M111932</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Can we use general regex to extract all the fields having key value pair.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have installed a custom app on another SH, where we typically install all apps to distribute the load, but it is not reflecting (the configurations are not working) on another SH in ES. What could be the reason?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In the custom app, the object owner is not showing any user after installation. How can we change it under all configurations in the UI of SH, we doesn't have backend access.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 07:06:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667438#M111932</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-11-06T07:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667522#M111941</link>
      <description>&lt;P&gt;The preferred way to parse key/value pairs is to use &lt;FONT face="courier new,courier"&gt;KV_MODE=auto&lt;/FONT&gt; in props.conf.&lt;/P&gt;&lt;P&gt;An app installed in one SH will have no effect on other SHs.&amp;nbsp; Install the app on the ES SH for the configuration to have effect.&lt;/P&gt;&lt;P&gt;To change the owner of an object, click the Reassign Knowledge Objects button in the top-right corner of the All Configurations page.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 13:22:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667522#M111941</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-11-06T13:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667551#M111944</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Could you pls make changes as you requested.&lt;/P&gt;
&lt;P&gt;This is the regex used in the tranforms&lt;BR /&gt;&lt;A href="https://regex101.com/r/YhoZHW/1" target="_blank" rel="noopener"&gt;https://regex101.com/r/YhoZHW/1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My transforms looks like&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[key_value_pair]
REGEX = (\w+)=(.*?)(?=\s\w+=|$)
FORMAT = $1::$2

props.conf

[delinea:secretserver]
category = Custom
description = Secret Server Logs
EXTRACT-event_id_name = \|Secret Server\|[^\|]*\|(?&amp;lt;event_id&amp;gt;[^\|]*)\|(?&amp;lt;event_name&amp;gt;[^\|]*)\|
REPORT-key_value_pair = key_value_pair

# Field renames
FIELDALIAS-cs1 = cs1 as modified_role_name
# FIELDALIAS-cs1label = cs1label as modified_role_name
FIELDALIAS-cs2 = cs2 as user_or_group_name
# FIELDALIAS-cs2label = cs2label as user_or_group_name
FIELDALIAS-cs3 = cs3 as folder_name
# FIELDALIAS-cs3label = cs3label as folder_name
FIELDALIAS-cs4 = cs4 as source_user
FIELDALIAS-fname = fname as target_item
FIELDALIAS-rt = rt as event_time&lt;/LI-CODE&gt;
&lt;P&gt;Thanks..&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 15:00:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667551#M111944</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-11-06T15:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667555#M111945</link>
      <description>&lt;P&gt;props.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[delinea:secretserver]
category = Custom
description = Secret Server Logs
EXTRACT-event_id_name = \|Secret Server\|[^\|]*\|(?&amp;lt;event_id&amp;gt;[^\|]*)\|(?&amp;lt;event_name&amp;gt;[^\|]*)\|
#REPORT-key_value_pair = key_value_pair
KV_MODE = auto&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 15:09:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667555#M111945</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-11-06T15:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do we Parse logs of Secret Server in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667585#M111946</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&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;Now where I can edit the props in the SH, I dnt have backend access ?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 16:52:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-Parse-logs-of-Secret-Server-in-Splunk-Cloud/m-p/667585#M111946</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-11-06T16:52:26Z</dc:date>
    </item>
  </channel>
</rss>

