<?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: Log Parsing is not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Log-Parsing-is-not-working/m-p/755570#M119893</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/178517"&gt;@sivaranjiniG&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Splunk automatically extracts all the pairs field=value, for this reason it extracts&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ApplicationType=Internal;
Application=xxx;
ApplicationVersion=CU2407.95.251112;
ApplicationUUID=xxx-35e8-40a3-b7ec-e3e28261002d&lt;/LI-CODE&gt;&lt;P&gt;What is your issue: have you the other fields that you configured in props.conf and transforms.conf?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 17 Nov 2025 10:57:18 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2025-11-17T10:57:18Z</dc:date>
    <item>
      <title>Log Parsing is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log-Parsing-is-not-working/m-p/755569#M119892</link>
      <description>&lt;P&gt;i have a standalone splunk machine there i am monitoring a airwatch sample log&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Nov 13 20:48:19 AirWatch AirWatch Syslog Details are as follows Event Type: ConsoleEvent: ApplicationPublishedUser: xxx.yyyEvent Source: ServerEvent Module: AppsEvent Category: ApplicationsEvent Data: LoginSessionID=;Application=xxx;ApplicationType=Internal;ApplicationVersion=0.95.251112.0;ApplicationUUID=xxx-35e8-40a3-b7ec-e3e28261002d;ApplicationBundle=com.xxx.mersal Event Timestamp: Nov 13 20:48:18
Nov 13 20:48:19 AirWatch AirWatch Syslog Details are as follows Event Type: DeviceEvent: InstallApplicationRequestedUser: xxx.yyyEvent Source: ServerEvent Module: DashboardEvent Category: CommandEvent Data: ApplicationType=Internal;Application=xxx;ApplicationVersion=CU2407.95.251112;ApplicationUUID=xxx-35e8-40a3-b7ec-e3e28261002d Event Timestamp: Nov 13 20:48:18
Nov 13 20:48:19 AirWatch AirWatch Syslog Details are as follows Event Type: DeviceEvent: InstallApplicationRequestedUser: xxx.yyyEvent Source: ServerEvent Module: DashboardEvent Category: CommandEvent Data: ApplicationType=Internal;Application=xxx;ApplicationVersion=CU2407.95.251112;ApplicationUUID=xxx-35e8-40a3-b7ec-e3e28261002d Event Timestamp: Nov 13 20:48:18
Nov 13 20:48:19 AirWatch AirWatch Syslog Details are as follows Event Type: DeviceEvent: InstallApplicationRequestedUser: xxx.yyyEvent Source: ServerEvent Module: DashboardEvent Category: CommandEvent Data: ApplicationType=Internal;Application=xxx;ApplicationVersion=CU2407.95.251112;ApplicationUUID=xxx-35e8-40a3-b7ec-e3e28261002d Event Timestamp: Nov 13 20:48:18
Nov 13 20:48:19 AirWatch AirWatch Syslog Details are as follows Event Type: DeviceEvent: InstallApplicationRequestedUser: xxx.yyyEvent Source≈: ServerEvent Module: DashboardEvent Category: CommandEvent Data: ApplicationType=Internal;Application=xxx;ApplicationVersion=CU2407.95.251112;ApplicationUUID=xxx-35e8-40a3-b7ec-e3e28261002d Event Timestamp: Nov 13 20:48:18
Nov 13 20:48:19 AirWatch AirWatch Syslog Details are as follows Event Type: DeviceEvent: InstallApplicationRequestedUser: xxx.yyyEvent Source: ServerEvent Module: DashboardEvent Category: CommandEvent Data: ApplicationType=Internal;Application=xxx;ApplicationVersion=CU2407.95.251112;ApplicationUUID=xxx-35e8-40a3-b7ec-e3e28261002d Event Timestamp: Nov 13 20:48:18
Nov 13 20:48:19 AirWatch AirWatch Syslog Details are as follows Event Type: DeviceEvent: InstallApplicationRequestedUser: xxx.yyyEvent Source: ServerEvent Module: DashboardEvent Category: CommandEvent Data: ApplicationType=Internal;Application=xxx;ApplicationVersion=CU2407.95.251112;ApplicationUUID=xxx-35e8-40a3-b7ec-e3e28261002d Event Timestamp: Nov 13 20:48:18&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Inputs.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[monitor:///Applications/Splunk/etc/apps/Data_APP/Data/dummyfile.log]
disabled = false
host = hostname
index = omnissa_idx
sourcetype = omnissa:airwatch:syslog                              &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;props.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[omnissa:airwatch:syslog] 
SHOULD_LINEMERGE = false 
TIME_PREFIX = ^ 
MAX_TIMESTAMP_LOOKAHEAD = 100 
REPORT-main = airwatch_main_fields, airwatch_kv_fields&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Transforms.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[airwatch_main_fields] 
REGEX = Event Type:\s*(?&amp;lt;event_type&amp;gt;[^:]+):\s*(?&amp;lt;event_action&amp;gt;.*?)(?=User:)User:\s*(?&amp;lt;user&amp;gt;.*?)(?=Event Source:)Event Source:\s*(?&amp;lt;event_source&amp;gt;.*?)(?=Event Module:)Event Module:\s*(?&amp;lt;event_module&amp;gt;.*?)(?=Event Category:)Event Category:\s*(?&amp;lt;event_category&amp;gt;.*?)(?=Event Data:)Event Data:\s*(?&amp;lt;event_data&amp;gt;.*?)(?=Event Timestamp:)Event Timestamp:\s*(?&amp;lt;event_timestamp&amp;gt;.*) 
FORMAT = 

[airwatch_kv_fields] 
REGEX = (\w+)=([^;]+) 
FORMAT = $1::$2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the same regex is working when i apply it using rex field=_raw &amp;lt;regex&amp;gt; but its not working when i put it in the transforms&lt;/P&gt;&lt;P&gt;So when i use this configuration, i dont see any fields getting extracted..&lt;/P&gt;&lt;P&gt;But i am not sure how these below fields are extracted automatically&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sivaranjiniG_0-1763376142957.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/40826i3C74293864F479C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sivaranjiniG_0-1763376142957.png" alt="sivaranjiniG_0-1763376142957.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;even with below props those 4 fields are extracted&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[omnissa:duplicate]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SHOULD_LINEMERGE&lt;/SPAN&gt;&lt;SPAN&gt; = false&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Nov 2025 10:44:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log-Parsing-is-not-working/m-p/755569#M119892</guid>
      <dc:creator>sivaranjiniG</dc:creator>
      <dc:date>2025-11-17T10:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Log Parsing is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log-Parsing-is-not-working/m-p/755570#M119893</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/178517"&gt;@sivaranjiniG&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Splunk automatically extracts all the pairs field=value, for this reason it extracts&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ApplicationType=Internal;
Application=xxx;
ApplicationVersion=CU2407.95.251112;
ApplicationUUID=xxx-35e8-40a3-b7ec-e3e28261002d&lt;/LI-CODE&gt;&lt;P&gt;What is your issue: have you the other fields that you configured in props.conf and transforms.conf?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 10:57:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log-Parsing-is-not-working/m-p/755570#M119893</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-11-17T10:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Log Parsing is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log-Parsing-is-not-working/m-p/755571#M119894</link>
      <description>&lt;P&gt;The issues is other fields are not getting extracted with the regex.&lt;/P&gt;&lt;P&gt;Like i mentioned in my question, when i use the regex expression in search query with rex command it works i see the fields getting created but when i use the same expression in transforms its not getting extracted&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 11:29:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log-Parsing-is-not-working/m-p/755571#M119894</guid>
      <dc:creator>sivaranjiniG</dc:creator>
      <dc:date>2025-11-17T11:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Log Parsing is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log-Parsing-is-not-working/m-p/755572#M119895</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/178517"&gt;@sivaranjiniG&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;probably the sequence of information isn't the same in all the events, so putting all the extractions in the same regex, you didn't match the most events.&lt;/P&gt;&lt;P&gt;Try to create extractions focused on the fields you really need and create those extraction using a regex for each one, so e.g.:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "Event Type: (?&amp;lt;Event_Type&amp;gt;\w+)\s*Event:"&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 11:54:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log-Parsing-is-not-working/m-p/755572#M119895</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-11-17T11:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Log Parsing is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log-Parsing-is-not-working/m-p/755647#M119908</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/178517"&gt;@sivaranjiniG&lt;/a&gt;&amp;nbsp;, have you defined props and transforms under the search app context? Or if you created a new app, did you check the permission for app where you have defined props and transforms? can they be used in app context search or globally? (This can be validated in Splunk by going to Manage Apps (looking for sharing attribute) and searching for the custom app (if that's the case))&lt;/P&gt;&lt;P&gt;I was curious to know, have your tried removing "FORMAT = " (by default it should be considered an empty string)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 05:04:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log-Parsing-is-not-working/m-p/755647#M119908</guid>
      <dc:creator>SK99</dc:creator>
      <dc:date>2025-11-19T05:04:19Z</dc:date>
    </item>
  </channel>
</rss>

