<?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 to split a json message into multiple events? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/543068#M90687</link>
    <description>&lt;P&gt;Hi&amp;nbsp;bowesmana,&lt;/P&gt;&lt;P&gt;thanks for you reply.&lt;/P&gt;&lt;P&gt;I'm looking for some props configuration to parse correctly the json files.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;</description>
    <pubDate>Tue, 09 Mar 2021 17:46:33 GMT</pubDate>
    <dc:creator>mariobisio</dc:creator>
    <dc:date>2021-03-09T17:46:33Z</dc:date>
    <item>
      <title>How to split a json message into multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/542981#M90680</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;could anyone help me to split the following json file in multiple events?&lt;/P&gt;&lt;P&gt;I tried in different ways, adding KVMODE=json, modifying LINE_BREAKER or adding EVENT_BREAKER to my propos.conf, but I'm unable to find a solution...&lt;/P&gt;&lt;P&gt;Following a json example,&lt;/P&gt;&lt;P&gt;What I'm trying is to capture the messages between square brackets and the split the events contained.&lt;/P&gt;&lt;P&gt;In this example I have two differents events starting with&amp;nbsp;"eventId" field and eneding with&amp;nbsp;"policyId"field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"name": "SecureSphere_Audit_PCI_-_Login_audit_15.01.2021_1043_19.02.2021_2359_ith-aru-sec-imp-gw03_0_mxName.0000000002",&lt;BR /&gt;"messageRaw": [{&lt;BR /&gt;"eventId": "6930995712914260054",&lt;BR /&gt;"eventCreationTime": "2021-02-19T17:04:32Z",&lt;BR /&gt;"streamId": "20",&lt;BR /&gt;"sourcePort": 2978,&lt;BR /&gt;"destinationPort": 1527,&lt;BR /&gt;"originalUserName": "sapserviceid6",&lt;BR /&gt;"parsedQuery": "N/A (login)",&lt;BR /&gt;"logCollectorName": "N/A",&lt;BR /&gt;"realDateTime": "2021-02-19T17:04:31Z",&lt;BR /&gt;"base": {&lt;BR /&gt;"keysCrc": "3392074420543545270",&lt;BR /&gt;"serverGroup": "LAB",&lt;BR /&gt;"service": "Oracle",&lt;BR /&gt;"application": "Default Oracle Application",&lt;BR /&gt;"eventSourceType": "Network",&lt;BR /&gt;"userType": "Valid",&lt;BR /&gt;"dbUser": "sapserviceid6",&lt;BR /&gt;"sqlSourceGroup": "Default oracle group",&lt;BR /&gt;"isUserAuthenticed": true,&lt;BR /&gt;"sourceIp": "10.1.5.190",&lt;BR /&gt;"sourceApp": "disp+work.exe",&lt;BR /&gt;"osUser": "sapserviceid6",&lt;BR /&gt;"host": "sapysap1",&lt;BR /&gt;"serviceType": "Oracle",&lt;BR /&gt;"destinationIp": "10.1.5.191",&lt;BR /&gt;"eventType": "LOGIN",&lt;BR /&gt;"operation": "Login",&lt;BR /&gt;"database": "id6",&lt;BR /&gt;"schema": "sapserviceid6",&lt;BR /&gt;"gatewayName": "ith-aru-sec-imp-gw03",&lt;BR /&gt;"sourceOfActivity": "REMOTE",&lt;BR /&gt;"dbInstance": "id6"&lt;BR /&gt;},&lt;BR /&gt;"policy": "PCI - Login audit",&lt;BR /&gt;"policyId": "993812781714235096"&lt;BR /&gt;}, {&lt;BR /&gt;"eventId": "6930995712914335615",&lt;BR /&gt;"eventCreationTime": "2021-02-19T17:04:41Z",&lt;BR /&gt;"streamId": "30",&lt;BR /&gt;"sourcePort": 2978,&lt;BR /&gt;"destinationPort": 1527,&lt;BR /&gt;"originalUserName": "sapid6",&lt;BR /&gt;"parsedQuery": "N/A (login)",&lt;BR /&gt;"logCollectorName": "N/A",&lt;BR /&gt;"realDateTime": "2021-02-19T17:04:41Z",&lt;BR /&gt;"base": {&lt;BR /&gt;"keysCrc": "-4699307483851221009",&lt;BR /&gt;"serverGroup": "LAB",&lt;BR /&gt;"service": "Oracle",&lt;BR /&gt;"application": "Default Oracle Application",&lt;BR /&gt;"eventSourceType": "Network",&lt;BR /&gt;"userType": "Valid",&lt;BR /&gt;"dbUser": "sapid6",&lt;BR /&gt;"sqlSourceGroup": "Default oracle group",&lt;BR /&gt;"isUserAuthenticed": true,&lt;BR /&gt;"sourceIp": "10.1.5.190",&lt;BR /&gt;"sourceApp": "disp+work.exe",&lt;BR /&gt;"osUser": "sapserviceid6",&lt;BR /&gt;"host": "sapysap1",&lt;BR /&gt;"serviceType": "Oracle",&lt;BR /&gt;"destinationIp": "10.1.5.191",&lt;BR /&gt;"eventType": "LOGIN",&lt;BR /&gt;"operation": "Login",&lt;BR /&gt;"database": "id6",&lt;BR /&gt;"schema": "sapid6",&lt;BR /&gt;"gatewayName": "ith-aru-sec-imp-gw03",&lt;BR /&gt;"sourceOfActivity": "REMOTE",&lt;BR /&gt;"dbInstance": "id6"&lt;BR /&gt;},&lt;BR /&gt;"policy": "PCI - Login audit",&lt;BR /&gt;"policyId": "993812781714235096"&lt;BR /&gt;}]&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 09:05:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/542981#M90680</guid>
      <dc:creator>mariobisio</dc:creator>
      <dc:date>2021-03-09T09:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a json message into multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/543002#M90681</link>
      <description>&lt;P&gt;This should work - here's a run anywere example with your example data&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval _raw="{
\"name\": \"SecureSphere_Audit_PCI_-_Login_audit_15.01.2021_1043_19.02.2021_2359_ith-aru-sec-imp-gw03_0_mxName.0000000002\",
\"messageRaw\": [{
\"eventId\": \"6930995712914260054\",
\"eventCreationTime\": \"2021-02-19T17:04:32Z\",
\"streamId\": \"20\",
\"sourcePort\": 2978,
\"destinationPort\": 1527,
\"originalUserName\": \"sapserviceid6\",
\"parsedQuery\": \"N/A (login)\",
\"logCollectorName\": \"N/A\",
\"realDateTime\": \"2021-02-19T17:04:31Z\",
\"base\": {
\"keysCrc\": \"3392074420543545270\",
\"serverGroup\": \"LAB\",
\"service\": \"Oracle\",
\"application\": \"Default Oracle Application\",
\"eventSourceType\": \"Network\",
\"userType\": \"Valid\",
\"dbUser\": \"sapserviceid6\",
\"sqlSourceGroup\": \"Default oracle group\",
\"isUserAuthenticed\": true,
\"sourceIp\": \"10.1.5.190\",
\"sourceApp\": \"disp+work.exe\",
\"osUser\": \"sapserviceid6\",
\"host\": \"sapysap1\",
\"serviceType\": \"Oracle\",
\"destinationIp\": \"10.1.5.191\",
\"eventType\": \"LOGIN\",
\"operation\": \"Login\",
\"database\": \"id6\",
\"schema\": \"sapserviceid6\",
\"gatewayName\": \"ith-aru-sec-imp-gw03\",
\"sourceOfActivity\": \"REMOTE\",
\"dbInstance\": \"id6\"
},
\"policy\": \"PCI - Login audit\",
\"policyId\": \"993812781714235096\"
}, {
\"eventId\": \"6930995712914335615\",
\"eventCreationTime\": \"2021-02-19T17:04:41Z\",
\"streamId\": \"30\",
\"sourcePort\": 2978,
\"destinationPort\": 1527,
\"originalUserName\": \"sapid6\",
\"parsedQuery\": \"N/A (login)\",
\"logCollectorName\": \"N/A\",
\"realDateTime\": \"2021-02-19T17:04:41Z\",
\"base\": {
\"keysCrc\": \"-4699307483851221009\",
\"serverGroup\": \"LAB\",
\"service\": \"Oracle\",
\"application\": \"Default Oracle Application\",
\"eventSourceType\": \"Network\",
\"userType\": \"Valid\",
\"dbUser\": \"sapid6\",
\"sqlSourceGroup\": \"Default oracle group\",
\"isUserAuthenticed\": true,
\"sourceIp\": \"10.1.5.190\",
\"sourceApp\": \"disp+work.exe\",
\"osUser\": \"sapserviceid6\",
\"host\": \"sapysap1\",
\"serviceType\": \"Oracle\",
\"destinationIp\": \"10.1.5.191\",
\"eventType\": \"LOGIN\",
\"operation\": \"Login\",
\"database\": \"id6\",
\"schema\": \"sapid6\",
\"gatewayName\": \"ith-aru-sec-imp-gw03\",
\"sourceOfActivity\": \"REMOTE\",
\"dbInstance\": \"id6\"
},
\"policy\": \"PCI - Login audit\",
\"policyId\": \"993812781714235096\"
}]
}"
| spath input=_raw messageRaw{} output=messageRaw
| fields - _raw _time
| mvexpand messageRaw
| spath input=messageRaw&lt;/LI-CODE&gt;&lt;P&gt;Last 4 lines do the work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 10:47:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/543002#M90681</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-03-09T10:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a json message into multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/543068#M90687</link>
      <description>&lt;P&gt;Hi&amp;nbsp;bowesmana,&lt;/P&gt;&lt;P&gt;thanks for you reply.&lt;/P&gt;&lt;P&gt;I'm looking for some props configuration to parse correctly the json files.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 17:46:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/543068#M90687</guid>
      <dc:creator>mariobisio</dc:creator>
      <dc:date>2021-03-09T17:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a json message into multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/543327#M90718</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228533"&gt;@mariobisio&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share your exact _raw data? So I can help you on this with props.con..&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 08:11:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/543327#M90718</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-03-11T08:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a json message into multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/543341#M90721</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;kamlesh_vaghela,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Following the entire _raw log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"name": "SecureSphere_Audit_PCI_-_Login_and_logout_audit_15.01.2021_1043_19.02.2021_1639_ith-aru-sec-imp-gw02_0_mxName.0000000001",&lt;BR /&gt;"messageAgg": [{&lt;BR /&gt;"timeSlot": "2021-02-19T16:37:58Z",&lt;BR /&gt;"hits": "40",&lt;BR /&gt;"responseTimeSum": "11",&lt;BR /&gt;"base": {&lt;BR /&gt;"keysCrc": "-8551114388220623619",&lt;BR /&gt;"serverGroup": "LAB",&lt;BR /&gt;"service": "Oracle",&lt;BR /&gt;"application": "Default Oracle Application",&lt;BR /&gt;"eventSourceType": "Network",&lt;BR /&gt;"userType": "Valid",&lt;BR /&gt;"dbUser": "sapserviceid6",&lt;BR /&gt;"isUserAuthenticed": true,&lt;BR /&gt;"sourceIp": "10.1.5.190",&lt;BR /&gt;"sourceApp": "disp+work.exe",&lt;BR /&gt;"osUser": "sapserviceid6",&lt;BR /&gt;"host": "sapysap1",&lt;BR /&gt;"serviceType": "Oracle",&lt;BR /&gt;"destinationIp": "10.1.5.191",&lt;BR /&gt;"eventType": "LOGIN",&lt;BR /&gt;"operation": "Login",&lt;BR /&gt;"database": "id6",&lt;BR /&gt;"schema": "sapserviceid6",&lt;BR /&gt;"gatewayName": "ith-aru-sec-imp-gw02",&lt;BR /&gt;"sourceOfActivity": "REMOTE",&lt;BR /&gt;"dbInstance": "id6"&lt;BR /&gt;},&lt;BR /&gt;"responseSizeBucket": "Size0",&lt;BR /&gt;"affectedRowsBucket": "Size0",&lt;BR /&gt;"responseTimeBucket": "Time0to1",&lt;BR /&gt;"destinationPort": "1527",&lt;BR /&gt;"policy": "PCI - Login and logout audit",&lt;BR /&gt;"policyId": "993812025799991000"&lt;BR /&gt;}, {&lt;BR /&gt;"timeSlot": "2021-02-19T16:37:58Z",&lt;BR /&gt;"hits": "80",&lt;BR /&gt;"base": {&lt;BR /&gt;"keysCrc": "6526603515572082956",&lt;BR /&gt;"serverGroup": "LAB",&lt;BR /&gt;"service": "Oracle",&lt;BR /&gt;"application": "Default Oracle Application",&lt;BR /&gt;"eventSourceType": "Network",&lt;BR /&gt;"userType": "Valid",&lt;BR /&gt;"dbUser": "sapid6",&lt;BR /&gt;"sourceIp": "10.1.5.190",&lt;BR /&gt;"sourceApp": "disp+work.exe",&lt;BR /&gt;"osUser": "sapserviceid6",&lt;BR /&gt;"host": "sapysap1",&lt;BR /&gt;"serviceType": "Oracle",&lt;BR /&gt;"destinationIp": "10.1.5.191",&lt;BR /&gt;"eventType": "LOGOUT",&lt;BR /&gt;"operation": "Logout",&lt;BR /&gt;"database": "id6",&lt;BR /&gt;"schema": "sapid6",&lt;BR /&gt;"gatewayName": "ith-aru-sec-imp-gw02",&lt;BR /&gt;"sourceOfActivity": "REMOTE",&lt;BR /&gt;"dbInstance": "id6"&lt;BR /&gt;},&lt;BR /&gt;"responseSizeBucket": "Size0",&lt;BR /&gt;"affectedRowsBucket": "Size0",&lt;BR /&gt;"responseTimeBucket": "Time0to1",&lt;BR /&gt;"destinationPort": "1527",&lt;BR /&gt;"policy": "PCI - Login and logout audit",&lt;BR /&gt;"policyId": "993812025799991000"&lt;BR /&gt;}, {&lt;BR /&gt;"timeSlot": "2021-02-19T16:37:58Z",&lt;BR /&gt;"hits": "1",&lt;BR /&gt;"responseTimeSum": "1742",&lt;BR /&gt;"base": {&lt;BR /&gt;"keysCrc": "-8163044881711936885",&lt;BR /&gt;"serverGroup": "LAB",&lt;BR /&gt;"service": "Oracle",&lt;BR /&gt;"application": "Default Oracle Application",&lt;BR /&gt;"eventSourceType": "Network",&lt;BR /&gt;"userType": "Valid",&lt;BR /&gt;"dbUser": "sapid6",&lt;BR /&gt;"isUserAuthenticed": true,&lt;BR /&gt;"sourceIp": "10.1.5.190",&lt;BR /&gt;"sourceApp": "disp+work.exe",&lt;BR /&gt;"osUser": "sapserviceid6",&lt;BR /&gt;"host": "sapysap1",&lt;BR /&gt;"serviceType": "Oracle",&lt;BR /&gt;"destinationIp": "10.1.5.191",&lt;BR /&gt;"eventType": "LOGIN",&lt;BR /&gt;"operation": "Login",&lt;BR /&gt;"database": "id6",&lt;BR /&gt;"schema": "sapid6",&lt;BR /&gt;"gatewayName": "ith-aru-sec-imp-gw02",&lt;BR /&gt;"sourceOfActivity": "REMOTE",&lt;BR /&gt;"dbInstance": "id6"&lt;BR /&gt;},&lt;BR /&gt;"responseSizeBucket": "Size0",&lt;BR /&gt;"affectedRowsBucket": "Size0",&lt;BR /&gt;"responseTimeBucket": "Time1to10",&lt;BR /&gt;"destinationPort": "1527",&lt;BR /&gt;"policy": "PCI - Login and logout audit",&lt;BR /&gt;"policyId": "993812025799991000"&lt;BR /&gt;}, {&lt;BR /&gt;"timeSlot": "2021-02-19T16:37:58Z",&lt;BR /&gt;"hits": "39",&lt;BR /&gt;"responseTimeSum": "8",&lt;BR /&gt;"base": {&lt;BR /&gt;"keysCrc": "-204053942017404474",&lt;BR /&gt;"serverGroup": "LAB",&lt;BR /&gt;"service": "Oracle",&lt;BR /&gt;"application": "Default Oracle Application",&lt;BR /&gt;"eventSourceType": "Network",&lt;BR /&gt;"userType": "Valid",&lt;BR /&gt;"dbUser": "sapid6",&lt;BR /&gt;"isUserAuthenticed": true,&lt;BR /&gt;"sourceIp": "10.1.5.190",&lt;BR /&gt;"sourceApp": "disp+work.exe",&lt;BR /&gt;"osUser": "sapserviceid6",&lt;BR /&gt;"host": "sapysap1",&lt;BR /&gt;"serviceType": "Oracle",&lt;BR /&gt;"destinationIp": "10.1.5.191",&lt;BR /&gt;"eventType": "LOGIN",&lt;BR /&gt;"operation": "Login",&lt;BR /&gt;"database": "id6",&lt;BR /&gt;"schema": "sapid6",&lt;BR /&gt;"gatewayName": "ith-aru-sec-imp-gw02",&lt;BR /&gt;"sourceOfActivity": "REMOTE",&lt;BR /&gt;"dbInstance": "id6"&lt;BR /&gt;},&lt;BR /&gt;"responseSizeBucket": "Size0",&lt;BR /&gt;"affectedRowsBucket": "Size0",&lt;BR /&gt;"responseTimeBucket": "Time0to1",&lt;BR /&gt;"destinationPort": "1527",&lt;BR /&gt;"policy": "PCI - Login and logout audit",&lt;BR /&gt;"policyId": "993812025799991000"&lt;BR /&gt;}, {&lt;BR /&gt;"timeSlot": "2021-02-19T16:37:58Z",&lt;BR /&gt;"hits": "3",&lt;BR /&gt;"base": {&lt;BR /&gt;"keysCrc": "5464671818046985164",&lt;BR /&gt;"serverGroup": "LAB",&lt;BR /&gt;"service": "Oracle",&lt;BR /&gt;"application": "Default Oracle Application",&lt;BR /&gt;"eventSourceType": "Network",&lt;BR /&gt;"userType": "Valid",&lt;BR /&gt;"dbUser": "sapsr3db",&lt;BR /&gt;"sourceIp": "10.1.5.190",&lt;BR /&gt;"osUser": "sapserviceep7",&lt;BR /&gt;"host": "sap1",&lt;BR /&gt;"serviceType": "Oracle",&lt;BR /&gt;"destinationIp": "10.1.5.191",&lt;BR /&gt;"eventType": "LOGIN",&lt;BR /&gt;"operation": "Login",&lt;BR /&gt;"database": "ep7",&lt;BR /&gt;"schema": "sapsr3db",&lt;BR /&gt;"isExceptionOccurred": true,&lt;BR /&gt;"gatewayName": "ith-aru-sec-imp-gw02",&lt;BR /&gt;"sourceOfActivity": "REMOTE"&lt;BR /&gt;},&lt;BR /&gt;"responseSizeBucket": "Size0",&lt;BR /&gt;"affectedRowsBucket": "Size0",&lt;BR /&gt;"responseTimeBucket": "Time0to1",&lt;BR /&gt;"destinationPort": "1527",&lt;BR /&gt;"policy": "PCI - Login and logout audit",&lt;BR /&gt;"policyId": "993812025799991000"&lt;BR /&gt;}, {&lt;BR /&gt;"timeSlot": "2021-02-19T16:37:58Z",&lt;BR /&gt;"hits": "2",&lt;BR /&gt;"base": {&lt;BR /&gt;"keysCrc": "296121360254800243",&lt;BR /&gt;"serverGroup": "LAB",&lt;BR /&gt;"service": "Oracle",&lt;BR /&gt;"application": "Default Oracle Application",&lt;BR /&gt;"eventSourceType": "Network",&lt;BR /&gt;"userType": "Valid",&lt;BR /&gt;"dbUser": "sapid6",&lt;BR /&gt;"sqlSourceGroup": "Default oracle group",&lt;BR /&gt;"isUserAuthenticed": true,&lt;BR /&gt;"sourceIp": "10.1.5.190",&lt;BR /&gt;"sourceApp": "disp+work.exe",&lt;BR /&gt;"osUser": "sapserviceid6",&lt;BR /&gt;"host": "sapysap1",&lt;BR /&gt;"serviceType": "Oracle",&lt;BR /&gt;"destinationIp": "10.1.5.191",&lt;BR /&gt;"eventType": "LOGOUT",&lt;BR /&gt;"operation": "Logout",&lt;BR /&gt;"database": "id6",&lt;BR /&gt;"schema": "sapid6",&lt;BR /&gt;"gatewayName": "ith-aru-sec-imp-gw02",&lt;BR /&gt;"sourceOfActivity": "REMOTE",&lt;BR /&gt;"dbInstance": "id6"&lt;BR /&gt;},&lt;BR /&gt;"responseSizeBucket": "Size0",&lt;BR /&gt;"affectedRowsBucket": "Size0",&lt;BR /&gt;"responseTimeBucket": "Time0to1",&lt;BR /&gt;"destinationPort": "1527",&lt;BR /&gt;"policy": "PCI - Login and logout audit",&lt;BR /&gt;"policyId": "993812025799991000"&lt;BR /&gt;}, {&lt;BR /&gt;"timeSlot": "2021-02-19T16:37:58Z",&lt;BR /&gt;"hits": "22",&lt;BR /&gt;"responseTimeSum": "10",&lt;BR /&gt;"base": {&lt;BR /&gt;"keysCrc": "-7569040835949211912",&lt;BR /&gt;"serverGroup": "LAB",&lt;BR /&gt;"service": "Oracle",&lt;BR /&gt;"application": "Default Oracle Application",&lt;BR /&gt;"eventSourceType": "Network",&lt;BR /&gt;"userType": "Valid",&lt;BR /&gt;"dbUser": "sapserviceid6",&lt;BR /&gt;"sqlSourceGroup": "Default oracle group",&lt;BR /&gt;"isUserAuthenticed": true,&lt;BR /&gt;"sourceIp": "10.1.5.190",&lt;BR /&gt;"sourceApp": "disp+work.exe",&lt;BR /&gt;"osUser": "sapserviceid6",&lt;BR /&gt;"host": "sapysap1",&lt;BR /&gt;"serviceType": "Oracle",&lt;BR /&gt;"destinationIp": "10.1.5.191",&lt;BR /&gt;"eventType": "LOGIN",&lt;BR /&gt;"operation": "Login",&lt;BR /&gt;"database": "id6",&lt;BR /&gt;"schema": "sapserviceid6",&lt;BR /&gt;"gatewayName": "ith-aru-sec-imp-gw02",&lt;BR /&gt;"sourceOfActivity": "REMOTE",&lt;BR /&gt;"dbInstance": "id6"&lt;BR /&gt;},&lt;BR /&gt;"responseSizeBucket": "Size0",&lt;BR /&gt;"affectedRowsBucket": "Size0",&lt;BR /&gt;"responseTimeBucket": "Time0to1",&lt;BR /&gt;"destinationPort": "1527",&lt;BR /&gt;"policy": "PCI - Login and logout audit",&lt;BR /&gt;"policyId": "993812025799991000"&lt;BR /&gt;}, {&lt;BR /&gt;"timeSlot": "2021-02-19T16:37:58Z",&lt;BR /&gt;"hits": "44",&lt;BR /&gt;"base": {&lt;BR /&gt;"keysCrc": "-2959819095772425042",&lt;BR /&gt;"serverGroup": "LAB",&lt;BR /&gt;"service": "Oracle",&lt;BR /&gt;"application": "Default Oracle Application",&lt;BR /&gt;"eventSourceType": "Network",&lt;BR /&gt;"userType": "Valid",&lt;BR /&gt;"dbUser": "sapid6",&lt;BR /&gt;"sqlSourceGroup": "Default oracle group",&lt;BR /&gt;"sourceIp": "10.1.5.190",&lt;BR /&gt;"sourceApp": "disp+work.exe",&lt;BR /&gt;"osUser": "sapserviceid6",&lt;BR /&gt;"host": "sapysap1",&lt;BR /&gt;"serviceType": "Oracle",&lt;BR /&gt;"destinationIp": "10.1.5.191",&lt;BR /&gt;"eventType": "LOGOUT",&lt;BR /&gt;"operation": "Logout",&lt;BR /&gt;"database": "id6",&lt;BR /&gt;"schema": "sapid6",&lt;BR /&gt;"gatewayName": "ith-aru-sec-imp-gw02",&lt;BR /&gt;"sourceOfActivity": "REMOTE",&lt;BR /&gt;"dbInstance": "id6"&lt;BR /&gt;},&lt;BR /&gt;"responseSizeBucket": "Size0",&lt;BR /&gt;"affectedRowsBucket": "Size0",&lt;BR /&gt;"responseTimeBucket": "Time0to1",&lt;BR /&gt;"destinationPort": "1527",&lt;BR /&gt;"policy": "PCI - Login and logout audit",&lt;BR /&gt;"policyId": "993812025799991000"&lt;BR /&gt;}, {&lt;BR /&gt;"timeSlot": "2021-02-19T16:37:58Z",&lt;BR /&gt;"hits": "22",&lt;BR /&gt;"responseTimeSum": "14",&lt;BR /&gt;"base": {&lt;BR /&gt;"keysCrc": "517624223826118305",&lt;BR /&gt;"serverGroup": "LAB",&lt;BR /&gt;"service": "Oracle",&lt;BR /&gt;"application": "Default Oracle Application",&lt;BR /&gt;"eventSourceType": "Network",&lt;BR /&gt;"userType": "Valid",&lt;BR /&gt;"dbUser": "sapid6",&lt;BR /&gt;"sqlSourceGroup": "Default oracle group",&lt;BR /&gt;"isUserAuthenticed": true,&lt;BR /&gt;"sourceIp": "10.1.5.190",&lt;BR /&gt;"sourceApp": "disp+work.exe",&lt;BR /&gt;"osUser": "sapserviceid6",&lt;BR /&gt;"host": "sapysap1",&lt;BR /&gt;"serviceType": "Oracle",&lt;BR /&gt;"destinationIp": "10.1.5.191",&lt;BR /&gt;"eventType": "LOGIN",&lt;BR /&gt;"operation": "Login",&lt;BR /&gt;"database": "id6",&lt;BR /&gt;"schema": "sapid6",&lt;BR /&gt;"gatewayName": "ith-aru-sec-imp-gw02",&lt;BR /&gt;"sourceOfActivity": "REMOTE",&lt;BR /&gt;"dbInstance": "id6"&lt;BR /&gt;},&lt;BR /&gt;"responseSizeBucket": "Size0",&lt;BR /&gt;"affectedRowsBucket": "Size0",&lt;BR /&gt;"responseTimeBucket": "Time0to1",&lt;BR /&gt;"destinationPort": "1527",&lt;BR /&gt;"policy": "PCI - Login and logout audit",&lt;BR /&gt;"policyId": "993812025799991000"&lt;BR /&gt;}]&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file contains SecureSphere sample audit logs&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mario&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 10:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/543341#M90721</guid>
      <dc:creator>mariobisio</dc:creator>
      <dc:date>2021-03-11T10:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a json message into multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/543560#M90748</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228533"&gt;@mariobisio&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please try below configuration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[YOUR_SOURCETYPE]
SHOULD_LINEMERGE=0
LINE_BREAKER=\}(,\s+)\{
NO_BINARY_CHECK=true
SEDCMD-remove_header=s/.*messageAgg\":\s\[//g
SEDCMD-remove_footer=s/\]\}//g&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 12 Mar 2021 16:20:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/543560#M90748</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-03-12T16:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a json message into multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/543959#M90784</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;kamlesh_vaghela,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It works!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks you&amp;nbsp; very much for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 08:28:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-split-a-json-message-into-multiple-events/m-p/543959#M90784</guid>
      <dc:creator>mariobisio</dc:creator>
      <dc:date>2021-03-16T08:28:57Z</dc:date>
    </item>
  </channel>
</rss>

