<?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: search subfield from field in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/631142#M14743</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243602"&gt;@jayeshrajvir&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if one answer solves your need, please accept one answer for the other people of Community or tell me how I can help you.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2023 07:24:57 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-02-16T07:24:57Z</dc:date>
    <item>
      <title>How to search subfield from field?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630048#M14708</link>
      <description>&lt;P&gt;I have a field &lt;SPAN&gt;EXT-ID[48] &lt;/SPAN&gt;of 18 bytes, where the first three bytes should contain an identifier as OCT, positions 8-10 will contain the value 000 to 100, and position 11 will contain values 1-3.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SPLUNK log as follows&lt;/P&gt;
&lt;P&gt;For example, I have an identifier received as OCT but position 8-10 is blank and the 11th position has value.&lt;/P&gt;
&lt;P&gt;I need a SPLUNK query where I would like to check that position 1-3 has value OCT and position 8-10 contain value 000 to 100, basically position 8-10 has a nonblank value in EXT-ID[48]&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;EXT-ID[48] FLD[Additional Data, Priva..] FRMT[LVAR-Bin] LL[1] LEN[11] DATA[OCT 1]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have tried this query but it's not working&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;index=au_axs_common_log source=*Visa* "EXT-ID[48] FLD[Additional Data, Priva..]" | rex field=_raw "(?s)(.*?FLD\[Additional Data, Priva.*?DATA\[(?&amp;lt;F48&amp;gt;[^\]]*).*)" | search F48="OCT%"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jayeshrajvir_0-1675846177422.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23769i04880ED359AC28CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jayeshrajvir_0-1675846177422.png" alt="jayeshrajvir_0-1675846177422.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="jayeshrajvir_1-1675846409000.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23770i71290F6957DE3EE2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jayeshrajvir_1-1675846409000.png" alt="jayeshrajvir_1-1675846409000.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/235341"&gt;@SPL&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 17:41:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630048#M14708</guid>
      <dc:creator>jayeshrajvir</dc:creator>
      <dc:date>2023-02-08T17:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630059#M14709</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243602"&gt;@jayeshrajvir&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;could you share a sample of your data to test the regex?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 09:40:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630059#M14709</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-08T09:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630086#M14710</link>
      <description>&lt;P&gt;I have provided two sample data, the first example I have the identifier OCT in positions 1-3 and in positions 8-10 is spaces. I want to extract where position 1-3 has OCT and position 8-10 has value from 000 to 1000&lt;/P&gt;&lt;P&gt;Sample 1&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;+EXT-ID[43.1] FLD[43-1 ATM Location] FRMT[FIXED] LL[0] LEN[25] DATA[PAYPAL*GORTON STEPHANIE K] +EXT-ID[43.2] FLD[43-2 City Name] FRMT[FIXED] LL[0] LEN[13] DATA[Sydney ] +EXT-ID[43.3] FLD[43-3 Country Code] FRMT[FIXED] LL[0] LEN[2] DATA[AU] EXT-ID[44] FLD[Additional Response Da..] FRMT[LVAR-Bin-Group-..] LL[1] LEN[1] DATA[C] +EXT-ID[44.1] FLD[44-1 Response Source o..] FRMT[FIXED] LL[0] LEN[1] DATA[C] EXT-I&lt;STRONG&gt;D[48] FLD[Additional Data, Priva..] FRMT[LVAR-Bin] LL[1] LEN[11] DATA[OCT 1]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sample 2&lt;/P&gt;&lt;P&gt;+EXT-ID[37.2] FLD[RRN Stan] FRMT[FIXED] LL[0] LEN[6] TYPE[String] CHS[ASCII] DATA[457991] EXT-ID[38] FLD[Authorization Identifi..] FRMT[FIXED] LL[0] LEN[6] TYPE[String] CHS[EBCDIC] DATA[275162] EXT-ID[39] FLD[Response Code] FRMT[FIXED] LL[0] LEN[2] TYPE[String] CHS[EBCDIC] DATA[00] EXT-ID[41] FLD[Card Acceptor Terminal..] FRMT[FIXED] LL[0] LEN[8] TYPE[String] CHS[EBCDIC] DATA[00000001] EXT-ID[42] FLD[Card Acceptor Identifi..] FRMT[FIXED] LL[0] LEN[15] TYPE[String] CHS[EBCDIC] DATA[Netflix ] EXT-ID[48] FLD[Additional Data, Priva..] FRMT[LVAR-Bin] LL[1] LEN[21] TYPE[String] CHS[EBCDIC] &lt;STRONG&gt;DATA[MNetflix Subscription] &lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 11:53:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630086#M14710</guid>
      <dc:creator>jayeshrajvir</dc:creator>
      <dc:date>2023-02-08T11:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630106#M14711</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243602"&gt;@jayeshrajvir&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;sorry but it isn't clear:&lt;/P&gt;&lt;P&gt;I see OCT only at the end of the first sample.&lt;/P&gt;&lt;P&gt;could you highlight in bold or underline only the parts to extract?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 13:27:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630106#M14711</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-08T13:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630151#M14712</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to extract the position 8-10 value when position 1-3 has the value OCT. In the example below position 8-10 has a value of 090.&amp;nbsp;&lt;/P&gt;&lt;P&gt;EXT-ID[48] FLD[Additional Data, Priva..] FRMT[LVAR-Bin] LL[1] LEN[11] DATA[OCT &lt;STRONG&gt;090&lt;/STRONG&gt;1]&lt;/P&gt;&lt;P&gt;Positions 8-10 can have a value from 000-100.&lt;/P&gt;&lt;P&gt;Extract position 8-10 value if position 1-3 has OCT and position 8-10 should have the value 000-100&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 16:45:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630151#M14712</guid>
      <dc:creator>jayeshrajvir</dc:creator>
      <dc:date>2023-02-08T16:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630214#M14714</link>
      <description>&lt;P&gt;This is my sample data&lt;/P&gt;&lt;P&gt;develop a Splunk query&lt;BR /&gt;when EXT-ID[3.1] = 26 and ( EXT-ID[19] &amp;lt;&amp;gt; 036 AND +EXT-ID[43.3] &amp;lt;&amp;gt; 'AU' AND EXT-ID[49] &amp;lt;&amp;gt; '036' ) and EXT-ID[48] position 1-3 = OCT and EXT-ID[48] position 8-10 should have the value 000-100.&lt;/P&gt;&lt;P&gt;Please find the data below&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;+EXT-ID[3.1] FLD[Transaction Type] FRMT[FIXED] LL[0] LEN[2] DATA[26]&lt;/STRONG&gt;&lt;BR /&gt;+EXT-ID[3.2] FLD[From Account Type] FRMT[FIXED] LL[0] LEN[2] DATA[00]&lt;BR /&gt;+EXT-ID[3.3] FLD[To Account Type] FRMT[FIXED] LL[0] LEN[2] DATA[00]&lt;BR /&gt;&lt;STRONG&gt;EXT-ID[19] FLD[Acquiring Institution ..] FRMT[FIXED] LL[0] LEN[3] DATA[702]&lt;/STRONG&gt;&lt;BR /&gt;EXT-ID[43] FLD[Card Acceptor Name or ..] FRMT[FIXED-Group] LL[0] LEN[40] DATA[PAYPAL*GORTON STEPHANIE KSydney AU]&lt;BR /&gt;+EXT-ID[43.1] FLD[43-1 ATM Location] FRMT[FIXED] LL[0] LEN[25] DATA[PAYPAL*GORTON STEPHANIE K]&lt;BR /&gt;+EXT-ID[43.2] FLD[43-2 City Name] FRMT[FIXED] LL[0] LEN[13] DATA[Sydney ]&lt;BR /&gt;&lt;STRONG&gt;+EXT-ID[43.3] FLD[43-3 Country Code] FRMT[FIXED] LL[0] LEN[2] DATA[SG]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;EXT-ID[48] FLD[Additional Data, Priva..] FRMT[LVAR-Bin] LL[1] LEN[11] DATA[OCT&amp;nbsp; &amp;nbsp; &amp;nbsp; 0901]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;EXT-ID[49] FLD[Currency Code, Transac..] FRMT[FIXED] LL[0] LEN[3] DATA[840]&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 04:12:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630214#M14714</guid>
      <dc:creator>jayeshrajvir</dc:creator>
      <dc:date>2023-02-09T04:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630237#M14715</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243602"&gt;@jayeshrajvir&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I didn't understand the conditions to define, anyway, this is a regex to extract all fields,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "EXT-ID\[(?&amp;lt;ext_id&amp;gt;[^\]]+)\]\s+FLD\[(?&amp;lt;fld&amp;gt;[^\]]+)\]\s+FRMT\[(?&amp;lt;frmt&amp;gt;[^\]]+)\]\s+LL\[(?&amp;lt;ll&amp;gt;[^\]]+)\]\s+LEN\[(?&amp;lt;len&amp;gt;[^\]]+)\]\s+DATA\[(?&amp;lt;data&amp;gt;[^\]]+)\]"&lt;/LI-CODE&gt;&lt;P&gt;so you can add all your conditions.&lt;/P&gt;&lt;P&gt;You can test the regex at&amp;nbsp;&lt;A href="https://regex101.com/r/XH05sh/1" target="_blank"&gt;https://regex101.com/r/XH05sh/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 07:48:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630237#M14715</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-09T07:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630266#M14716</link>
      <description>&lt;P&gt;Thanks. It is possible for you to provide a query in the highlighted position that has a valid value[000-100]. In the example below, we are receiving 090&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EXT-ID[48] FLD[Additional Data, Priva..] FRMT[LVAR-Bin] LL[1] LEN[11] DATA[OCT &lt;U&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;090&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/U&gt;1]&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 11:26:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630266#M14716</guid>
      <dc:creator>jayeshrajvir</dc:creator>
      <dc:date>2023-02-09T11:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630273#M14717</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243602"&gt;@jayeshrajvir&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;using the above regex, and an additional regex, you can extract the three digits to check:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "EXT-ID\[(?&amp;lt;ext_id&amp;gt;[^\]]+)\]\s+FLD\[(?&amp;lt;fld&amp;gt;[^\]]+)\]\s+FRMT\[(?&amp;lt;frmt&amp;gt;[^\]]+)\]\s+LL\[(?&amp;lt;ll&amp;gt;[^\]]+)\]\s+LEN\[(?&amp;lt;len&amp;gt;[^\]]+)\]\s+DATA\[(?&amp;lt;data&amp;gt;[^\]]+)\]"
| rex field=data "=CT\s+(?&amp;lt;oct&amp;gt;\d\d\d)"&lt;/LI-CODE&gt;&lt;P&gt;then after these regexes, if the oct field is present you can apply all the controls you like, e.g.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| search oct="090"&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 11:58:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630273#M14717</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-09T11:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630951#M14735</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;\d\d\d&amp;nbsp;matches a digit (equivalent to&amp;nbsp;&lt;SPAN class=""&gt;[0-9]&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In my example, the first three bytes OCT, from positions 4-7 can have spaces and anything and 8-10 positions should have digits. How do I check if position 1-3 must have value OCT and position 8-10 has /d/d/d&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do I extract the 8-10 value characters from a field?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;EXT-ID[48] FLD[Additional Data, Priva..] FRMT[LVAR-Bin] LL[1] LEN[11] DATA[OCT&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2001]&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 12:51:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630951#M14735</guid>
      <dc:creator>jayeshrajvir</dc:creator>
      <dc:date>2023-02-15T12:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630953#M14736</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243602"&gt;@jayeshrajvir&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;which are, in your sample the chars to extract? please highlight them.&lt;/P&gt;&lt;P&gt;ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 13:03:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630953#M14736</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-15T13:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630955#M14737</link>
      <description>&lt;P&gt;Something like this. Would you please simplify this query, so that it can run efficiently&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=au_axs_common_log source=*Visa* "EXT-ID[48] FLD[Additional Data, Priva..]" | rex field=_raw "(?s)(.*?FLD\[Additional Data, Priva.*?DATA\[(?&amp;lt;F48&amp;gt;[^\]]*).*)"&lt;BR /&gt;|eval cli3=substr(F48, 1 ,3) |where cli3 = "OCT" |eval cli10=substr(F48, 8 ,10)| where cli10 &amp;gt;=0 and &amp;lt;=100&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 13:17:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630955#M14737</guid>
      <dc:creator>jayeshrajvir</dc:creator>
      <dc:date>2023-02-15T13:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630958#M14738</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243602"&gt;@jayeshrajvir&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I cannot test the regex so I assume it's correct, anyway the last condition isn't correct:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=au_axs_common_log source=*Visa* "EXT-ID[48] FLD[Additional Data, Priva..]" 
| rex field=_raw "(?s)(.*?FLD\[Additional Data, Priva.*?DATA\[(?&amp;lt;F48&amp;gt;[^\]]*).*)"
| eval cli3=substr(F48,1,3), cli10=substr(F48,8,10)
| where cli3="OCT" AND cli10&amp;gt;=0 AND cli10&amp;lt;=100&lt;/LI-CODE&gt;&lt;P&gt;You have to declare the field in each condition, then the AND operator must be in uppercase and you can collapse the last three conditions in one statement.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 13:34:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/630958#M14738</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-15T13:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/631136#M14742</link>
      <description>&lt;P&gt;Thanks for your response. It looks good&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 05:39:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/631136#M14742</guid>
      <dc:creator>jayeshrajvir</dc:creator>
      <dc:date>2023-02-16T05:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/631142#M14743</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243602"&gt;@jayeshrajvir&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if one answer solves your need, please accept one answer for the other people of Community or tell me how I can help you.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 07:24:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/631142#M14743</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-16T07:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/631505#M14760</link>
      <description>&lt;P&gt;Can i write in a better way?&lt;/P&gt;&lt;P&gt;I tried but its not working&lt;/P&gt;&lt;P&gt;&lt;A href="https://regex101.com/r/XH05sh/1" target="_blank"&gt;https://regex101.com/r/XH05sh/1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 04:39:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/631505#M14760</guid>
      <dc:creator>jayeshrajvir</dc:creator>
      <dc:date>2023-02-20T04:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: search subfield from field</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/631511#M14761</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243602"&gt;@jayeshrajvir&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;what do you mean with "better way"?&lt;/P&gt;&lt;P&gt;the regex is correctly working in regex101.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 06:40:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-search-subfield-from-field/m-p/631511#M14761</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-20T06:40:02Z</dc:date>
    </item>
  </channel>
</rss>

