<?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: Field Extraction with Inconsistence  Data Structure in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578478#M201613</link>
    <description>&lt;LI-CODE lang="markup"&gt;| makeresults
| eval events=split("\"timeStamp\":\"2021-12-09 08:55:30 EST\",\"appName\":\"DEV\",\"userType\":\"DBA\",\"caseStatCd\":null,\"Amt\":\"100\",\"errorMsg\":null,\"eventId\":\"VIEW_LIST_RESPONSE\",\"eventType\":\"PENDING\",\"fileSourceCd\":null, \"mftCd\":null,\"outputCd\":null,\"planNum\":null,\"reasonCd\":null,\"returnCd\":null,\"sessionId\":\"acMgt/dev” , \"Period\":”2021”, userId\":\"28f526d4-3464-4766-DBA \"|\"timeStamp\":\"2021-12-09 08:55:32 EST\",\"appName\":\"SYS\",\"userType\":\"ADM\",\"caseStatCd\":null,\"Amt\":null,\"errorMsg\":null,\"eventId\":\"VIEW_LIST\",\"eventType\":\"PENDING\",\"fileSourceCd\":”09”, \"mftCd\":null,\"outputCd\":\"09\",\"planNum\":null,\"reasonCd\":null,\"returnCd\":”01”,\"sessionId\":\"acMgt/dev” , \"Period\":null, userId\":\"28f526d4-3464-4766-ADM\"|\"timeStamp\":\"2021-12-09 08:55:32 EST\",\"appName\":\"SYS\",\"userType\":\"ADM\",\"caseStatCd\":null,\"Amt\":null,\"errorMsg\":null,\"eventId\":\"VIEW_LIST\",\"eventType\":\"PENDING\",\"fileSourceCd\":”09”, \"mftCd\":null,\"outputCd\":,\"planNum\":null,\"reasonCd\":null,\"returnCd\":”01”,\"sessionId\":\"acMgt/dev” , \"Period\":null, userId\":\"28f526d4-3464-4766-ADM\"|\"timeStamp\":\"2021-12-09 08:55:32 EST\",\"appName\":\"SYS\",\"userType\":\"ADM\",\"caseStatCd\":null,\"Amt\":null,\"errorMsg\":null,\"eventId\":\"VIEW_LIST\",\"eventType\":\"PENDING\",\"fileSourceCd\":”09”, \"mftCd\":null,\"outputCd\": null,\"planNum\":null,\"reasonCd\":null,\"returnCd\":”01”,\"sessionId\":\"acMgt/dev” , \"Period\":null, userId\":\"28f526d4-3464-4766-ADM\"","|")
| mvexpand events
| rex field=events "eventType\": ?\"?(?P&amp;lt;eventType&amp;gt;\w*)\"?\,?.*outputCd\": ?\"?(?P&amp;lt;outputCd&amp;gt;\w*)\"?\,?"&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 15 Dec 2021 14:08:13 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-12-15T14:08:13Z</dc:date>
    <item>
      <title>Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578391#M201570</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have some issues with Field Extraction, since there are some inconsistences in the structure of its field values. If we look at the following 2 sample events:&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Amt,&amp;nbsp;outputCd, &lt;/STRONG&gt;and &lt;STRONG&gt;returnCd &lt;/STRONG&gt;are&lt;STRONG&gt; null &lt;/STRONG&gt;in one event and have some &lt;STRONG&gt;values&lt;/STRONG&gt; for other event, and also &lt;STRONG&gt;values&lt;/STRONG&gt; are within &lt;STRONG&gt;" " . &lt;/STRONG&gt;I used following extraction codes which work fine (separately) with &lt;STRONG&gt;null &lt;/STRONG&gt;and&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;Values&lt;/STRONG&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&amp;nbsp;But we can only use one extraction code to extract field values from the same field. Are there any ways I can write One field extraction code that will satisfy both&amp;nbsp;conditions? Thank you so much, any help will be highly appreciated:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field Extraction Code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;outputCd":(?P&amp;lt;outputCd&amp;gt;\w*)&amp;nbsp; &lt;STRONG&gt;[work with null]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Amt":"(?P&amp;lt;Amt&amp;gt;\w*)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;STRONG&gt;[work with values]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample Events&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;"timeStamp":"2021-12-09 08:55:30 EST","appName":"DEV","userType":"DBA","caseStatCd":null,"&lt;STRONG&gt;Amt":"100"&lt;/STRONG&gt;,"errorMsg":null,"eventId":"VIEW_LIST_RESPONSE","eventType":"PENDING","fileSourceCd":null, "mftCd":null,"&lt;STRONG&gt;outputCd":null&lt;/STRONG&gt;,"planNum":null,"reasonCd":null,&lt;STRONG&gt;"returnCd":null&lt;/STRONG&gt;,"sessionId":"acMgt/dev” , "Period":”2021”, userId":"28f526d4-3464-4766-DBA "&lt;/P&gt;&lt;P&gt;"timeStamp":"2021-12-09 08:55:32 EST","appName":"SYS","userType":"ADM","caseStatCd":null,"&lt;STRONG&gt;Amt":null&lt;/STRONG&gt;,"errorMsg":null,"eventId":"VIEW_LIST","eventType":"PENDING","fileSourceCd":”09”, "mftCd":null,&lt;STRONG&gt;"outputCd":"09",&lt;/STRONG&gt;"planNum":null,"reasonCd":null,"&lt;STRONG&gt;returnCd":”01”&lt;/STRONG&gt;,"sessionId":"acMgt/dev” , "Period":null, userId":"28f526d4-3464-4766-ADM"&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 23:05:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578391#M201570</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2021-12-14T23:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578396#M201572</link>
      <description>&lt;P&gt;Allow for optional double quotes&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "outputCd\":(?P&amp;lt;outputCd&amp;gt;\"?\w*\"?)"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 14 Dec 2021 23:19:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578396#M201572</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-12-14T23:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578399#M201574</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you so much, appreciated. Yes,&amp;nbsp; your&amp;nbsp;&lt;STRONG&gt;"outputCd\":(?P&amp;lt;outputCd&amp;gt;\"?\w*\"?)" &lt;/STRONG&gt;is working fine with&amp;nbsp;&lt;STRONG&gt;"outputCd":"09",&amp;nbsp; &lt;/STRONG&gt;but giving no output for&amp;nbsp;&lt;STRONG&gt;"outputCd": null, &lt;/STRONG&gt;thank you again!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 23:29:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578399#M201574</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2021-12-14T23:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578401#M201576</link>
      <description>&lt;P&gt;You appear to have an extra space between the : and null - is that a typo or only there some of the time or all of the time?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 23:57:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578401#M201576</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-12-14T23:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578404#M201578</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you so much again....just had to do a little tweak of your code &lt;STRONG&gt;"outputCd":\"?(?P&amp;lt;outputCd&amp;gt;\"?\w*) &lt;/STRONG&gt;and working as expected. Thank you, appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 00:31:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578404#M201578</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2021-12-15T00:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578421#M201585</link>
      <description>&lt;P&gt;Mind you that this will also allow for any string not surrounded by quotes, not just null. But that on its own might not be that big of a problem, but it will also not work in general with any quotes delimited string possibly containing escaped quotes.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 05:36:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578421#M201585</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-12-15T05:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578447#M201597</link>
      <description>&lt;P&gt;Hello, thank you so much… then what &amp;nbsp;would you think the &amp;nbsp;right way to do this field extraction in this case?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 11:43:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578447#M201597</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2021-12-15T11:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578449#M201598</link>
      <description>&lt;P&gt;Your sample events do not have embedded quotes, they also do not appear to have embedded spaces. There is no generalised solution that works for every possibility. It depends on your data and what it is that you are trying to extract from it. The more complex the solution, the longer it is likely to take, so often the minimum viable solution is the way to go (until it no longer works when the data changes).&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 11:52:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578449#M201598</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-12-15T11:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578451#M201599</link>
      <description>&lt;P&gt;Makes sense, thank you again &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 11:58:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578451#M201599</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2021-12-15T11:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578455#M201602</link>
      <description>&lt;P&gt;There are usually two approaches you can take:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;Account for all possible syntactically correct situations&lt;/LI&gt;&lt;LI&gt;Just make minimum viable solution and adjust it possibly in the future if the one you have doesn't work anymore.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Both have pros and cons.&lt;/P&gt;&lt;P&gt;It's not that any of them is each time better than the other. It depends on what you're doing, where you're doing it and so on. One thing to take into account is that if you do something "wrong" in search-time, you can easily "fix" it later (I'm not sure how accelerated summaries react to that though) but if you're doing index-time extraction you can't "add" fields after the events have already been indexed.&lt;/P&gt;&lt;P&gt;And as to the pattern itself... well, it's a bit tricky because I can't find a way to consume the quotes but not return them in a match. So you could do something like&lt;/P&gt;&lt;PRE&gt;"field":(?&amp;lt;value&amp;gt;\w+|"(?:[^"]|\\")*")&lt;/PRE&gt;&lt;P&gt;but that would capture the value of the field with the quotes. I don't know of any way to get rid of them without any postprocessing. (OK, maybe the conditional features of PCRE could allow that but that's ridiculous to write).&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 12:35:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578455#M201602</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-12-15T12:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578469#M201607</link>
      <description>&lt;P&gt;Hello, thank you so much, appreciate it. However, facing 2 issues the output comes with &lt;STRONG&gt;" "&lt;/STRONG&gt;&amp;nbsp;please see below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="malekmo_0-1639575784340.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17237i97F8C85A9744E077/image-size/medium?v=v2&amp;amp;px=400" role="button" title="malekmo_0-1639575784340.png" alt="malekmo_0-1639575784340.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;and it doesn't work for&amp;nbsp;&lt;STRONG&gt;"outputCd": ,&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp;[when no values]&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 13:45:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578469#M201607</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2021-12-15T13:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578472#M201608</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PickleRick_0-1639576049196.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17238i99746E6074DD69D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PickleRick_0-1639576049196.png" alt="PickleRick_0-1639576049196.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PickleRick_1-1639576085527.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17239iD47F56210C61F3E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PickleRick_1-1639576085527.png" alt="PickleRick_1-1639576085527.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you want it to match no value at all (immediate comma), change \w+ to \w*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 13:48:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578472#M201608</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-12-15T13:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578474#M201610</link>
      <description>&lt;P&gt;Thank you again. I tried it with w*, but it doesn't work with&amp;nbsp;&lt;STRONG&gt;"outputCd":"09", &lt;/STRONG&gt;and I also wanted to avoid &lt;STRONG&gt;" " &lt;/STRONG&gt;(double quotation) from the output.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 13:54:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578474#M201610</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2021-12-15T13:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578478#M201613</link>
      <description>&lt;LI-CODE lang="markup"&gt;| makeresults
| eval events=split("\"timeStamp\":\"2021-12-09 08:55:30 EST\",\"appName\":\"DEV\",\"userType\":\"DBA\",\"caseStatCd\":null,\"Amt\":\"100\",\"errorMsg\":null,\"eventId\":\"VIEW_LIST_RESPONSE\",\"eventType\":\"PENDING\",\"fileSourceCd\":null, \"mftCd\":null,\"outputCd\":null,\"planNum\":null,\"reasonCd\":null,\"returnCd\":null,\"sessionId\":\"acMgt/dev” , \"Period\":”2021”, userId\":\"28f526d4-3464-4766-DBA \"|\"timeStamp\":\"2021-12-09 08:55:32 EST\",\"appName\":\"SYS\",\"userType\":\"ADM\",\"caseStatCd\":null,\"Amt\":null,\"errorMsg\":null,\"eventId\":\"VIEW_LIST\",\"eventType\":\"PENDING\",\"fileSourceCd\":”09”, \"mftCd\":null,\"outputCd\":\"09\",\"planNum\":null,\"reasonCd\":null,\"returnCd\":”01”,\"sessionId\":\"acMgt/dev” , \"Period\":null, userId\":\"28f526d4-3464-4766-ADM\"|\"timeStamp\":\"2021-12-09 08:55:32 EST\",\"appName\":\"SYS\",\"userType\":\"ADM\",\"caseStatCd\":null,\"Amt\":null,\"errorMsg\":null,\"eventId\":\"VIEW_LIST\",\"eventType\":\"PENDING\",\"fileSourceCd\":”09”, \"mftCd\":null,\"outputCd\":,\"planNum\":null,\"reasonCd\":null,\"returnCd\":”01”,\"sessionId\":\"acMgt/dev” , \"Period\":null, userId\":\"28f526d4-3464-4766-ADM\"|\"timeStamp\":\"2021-12-09 08:55:32 EST\",\"appName\":\"SYS\",\"userType\":\"ADM\",\"caseStatCd\":null,\"Amt\":null,\"errorMsg\":null,\"eventId\":\"VIEW_LIST\",\"eventType\":\"PENDING\",\"fileSourceCd\":”09”, \"mftCd\":null,\"outputCd\": null,\"planNum\":null,\"reasonCd\":null,\"returnCd\":”01”,\"sessionId\":\"acMgt/dev” , \"Period\":null, userId\":\"28f526d4-3464-4766-ADM\"","|")
| mvexpand events
| rex field=events "eventType\": ?\"?(?P&amp;lt;eventType&amp;gt;\w*)\"?\,?.*outputCd\": ?\"?(?P&amp;lt;outputCd&amp;gt;\w*)\"?\,?"&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 15 Dec 2021 14:08:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578478#M201613</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-12-15T14:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction with Inconsistence  Data Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578483#M201616</link>
      <description>&lt;P&gt;Yes, working as expected &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;, thank you so much, truly appreciated!!!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 14:16:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-with-Inconsistence-Data-Structure/m-p/578483#M201616</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2021-12-15T14:16:03Z</dc:date>
    </item>
  </channel>
</rss>

