<?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: Regex to extract quoted text aftera stats command in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Regex-to-extract-quoted-text-aftera-stats-command/m-p/556821#M9234</link>
    <description>&lt;P&gt;Asterisks "*" have special meaning in regex so each would need to be escaped with a backslash "\"&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval _raw="check-in unavailable due to external cause the ref code is **AIUI- 989 K-IOJ**
the auth was denied code ** uik-55855**"
| multikv noheader=t
| fields _raw
| rex "check-in unavailable due to external cause the ref code is \*\*(?&amp;lt;code&amp;gt;[^\*]+)\*\*"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2021 07:34:03 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-06-23T07:34:03Z</dc:date>
    <item>
      <title>Regex to extract quoted text aftera stats command</title>
      <link>https://community.splunk.com/t5/Reporting/Regex-to-extract-quoted-text-aftera-stats-command/m-p/556790#M9229</link>
      <description>&lt;P&gt;I hope everyone is having a great time today,&lt;BR /&gt;I am here to first thank you guys for being so helpful and assertive! you people rock! and second to ask for assistance regarding a regular expression.&lt;BR /&gt;I have a field that will contain a string that will start by "check-in unavailable due to external cause the ref code is ##AIUI- 989 K-IOJ##"&lt;BR /&gt;I want to be able to extract the string that is between the "##"&amp;nbsp; but... sometimes this field may have a string that starts by "the auth was..." I want to be able to extract any string&amp;nbsp;&amp;nbsp; between two "#" whenever the value of the field starts with &amp;nbsp;"check-in unavailable due to external cause the ref code is"&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example&lt;BR /&gt;&amp;nbsp;if I have this:&lt;/P&gt;&lt;TABLE border="1" width="44.38709677419355%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;FIELD&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;CODE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;"check-in unavailable due to external cause the ref code is ##AIUI- 989 K-IOJ##&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;AIUI- 989 K-IOJ&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;"the auth was denied code ## uik-55855##"&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;N.A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you guys SO MUCH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindy,&lt;/P&gt;&lt;P&gt;Cindy&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 22:30:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Regex-to-extract-quoted-text-aftera-stats-command/m-p/556790#M9229</guid>
      <dc:creator>cindygibbs_08</dc:creator>
      <dc:date>2021-06-22T22:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to extract quoted text aftera stats command</title>
      <link>https://community.splunk.com/t5/Reporting/Regex-to-extract-quoted-text-aftera-stats-command/m-p/556792#M9230</link>
      <description>&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval _raw="check-in unavailable due to external cause the ref code is ##AIUI- 989 K-IOJ##
the auth was denied code ## uik-55855##"
| multikv noheader=t
| fields _raw
| rex "check-in unavailable due to external cause the ref code is ##(?&amp;lt;code&amp;gt;[^#]+)##"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 22 Jun 2021 23:12:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Regex-to-extract-quoted-text-aftera-stats-command/m-p/556792#M9230</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-06-22T23:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to extract quoted text aftera stats command</title>
      <link>https://community.splunk.com/t5/Reporting/Regex-to-extract-quoted-text-aftera-stats-command/m-p/556795#M9231</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; I am in love with you&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 01:02:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Regex-to-extract-quoted-text-aftera-stats-command/m-p/556795#M9231</guid>
      <dc:creator>cindygibbs_08</dc:creator>
      <dc:date>2021-06-23T01:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to extract quoted text aftera stats command</title>
      <link>https://community.splunk.com/t5/Reporting/Regex-to-extract-quoted-text-aftera-stats-command/m-p/556796#M9232</link>
      <description>&lt;P&gt;I have a question what would the rex function will look like if instead of two "#" the coude would come inside two "*"&amp;nbsp; like this :&amp;nbsp; **UID J- DIDD**, I would just change the "#" by "*"??&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 01:15:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Regex-to-extract-quoted-text-aftera-stats-command/m-p/556796#M9232</guid>
      <dc:creator>cindygibbs_08</dc:creator>
      <dc:date>2021-06-23T01:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to extract quoted text aftera stats command</title>
      <link>https://community.splunk.com/t5/Reporting/Regex-to-extract-quoted-text-aftera-stats-command/m-p/556820#M9233</link>
      <description>&lt;P&gt;Thanks Cindy&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 07:29:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Regex-to-extract-quoted-text-aftera-stats-command/m-p/556820#M9233</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-06-23T07:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to extract quoted text aftera stats command</title>
      <link>https://community.splunk.com/t5/Reporting/Regex-to-extract-quoted-text-aftera-stats-command/m-p/556821#M9234</link>
      <description>&lt;P&gt;Asterisks "*" have special meaning in regex so each would need to be escaped with a backslash "\"&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval _raw="check-in unavailable due to external cause the ref code is **AIUI- 989 K-IOJ**
the auth was denied code ** uik-55855**"
| multikv noheader=t
| fields _raw
| rex "check-in unavailable due to external cause the ref code is \*\*(?&amp;lt;code&amp;gt;[^\*]+)\*\*"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 07:34:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Regex-to-extract-quoted-text-aftera-stats-command/m-p/556821#M9234</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-06-23T07:34:03Z</dc:date>
    </item>
  </channel>
</rss>

