<?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: Require regex optimization for splunk query getting error from splunk in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647920#M53003</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Giuseppe,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As per error issue is with regex mentioned below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF9900"&gt;&lt;SPAN&gt;| rex field=_raw ".*\[Import Pick Orders\].*ROWS ONLY;@p0 = \'(?&amp;lt;imWho&amp;gt;[\d-]+)\' \[.*(\n|.)*- Messages processed successfully.*"&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;we have to capture two string "&lt;STRONG&gt;[Import Pick Orders]&lt;/STRONG&gt;" and "&lt;STRONG&gt;Messages processed successfully&lt;/STRONG&gt;" both the string are available in 130 lines&amp;nbsp; single event.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Both the string are in two separate&amp;nbsp;line.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;between those two string there are multiple line.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Below mentioned is sample event. green highlighted are string and red highlighted need to capture in variable &lt;STRONG&gt;&amp;lt;imWho&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I have omitted&amp;nbsp;100's of line in between.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;SAMPLE EVENT:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;11:36:31.008 [Import Pick Orders] (null) DEBUG ExactaConnect.ProcessThreadBase - Found work...&lt;BR /&gt;11:36:31.024 [Import Pick Orders] (null) INFO Bastian.Exacta.Interface.Processes.ExactaOrderTranslatorBase - Validation of Message Successful, Prepare to Insert / Update&lt;BR /&gt;11:36:31.024 &lt;FONT color="#008000"&gt;&lt;STRONG&gt;[Import Pick Orders]&lt;/STRONG&gt; &lt;/FONT&gt;(null) DEBUG NHibernate.SQL - select order0_.ORDER_ID as order1_239_, order0_.ORDER_NAME as order2_239_, order0_.QC_REQUIRED as qc3_239_, order0_.ORDER_STATUS as order4_239_, order0_.ORDER_STATUS_AGGREGATE as order5_239_, order0_.ORDER_PRIORITY as order6_239_, order0_.CHAIN_ID as chain7_239_, order0_.ORDER_TYPE as order8_239_, order0_.ON_HOLD as on9_239_, order0_.ON_HOLD_REASON as on10_239_, order0_.DUE_DATE as due11_239_, order0_.INCOMPLETE_ORDER_RULE as incomplete12_239_, order0_.ORDER_CATEGORY as order13_239_, order0_.TRAILER_STOP as trailer14_239_, order0_.TRAILER_ROUTE as trailer15_239_, order0_.CREATED_DATE as created16_239_, order0_.PROCESS_FLAG as process17_239_, order0_.STOP_TYPE as stop18_239_, order0_.INVOICE_NUMBER as invoice19_239_, order0_.EXPECTED_SHIP_DATE as expected20_239_, order0_.START_DATE_TIME as start21_239_, order0_.CUSTOMER_CATEGORY as customer22_239_, order0_.QC_REASON_TYPE as qc23_239_, order0_.CUSTOMER_ID as customer24_239_, order0_.ROUTE_ID as route25_239_, order0_.OUTBOUND_SHIPMENT_ID as outbound26_239_, order0_.DOCUMENT_ID as document27_239_, order0_.COMPANY_ID as company28_239_, order0_.WAREHOUSE_ID as warehouse29_239_, order0_.DOCK_ID as dock30_239_ from ORDER_HEADER order0_ where order0_.ORDER_NAME=@p0 and order0_.ORDER_TYPE=@p1 ORDER BY CURRENT_TIMESTAMP OFFSET 0 ROWS FETCH FIRST 1 ROWS ONLY;@p0 = &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;'47704575'&lt;/STRONG&gt; &lt;/FONT&gt;[Type: String (4000:0:0)], @p1 = 1 [Type: Int32 (0:0:0)]&lt;BR /&gt;11:36:31.024 [Import Pick Orders] (null) DEBUG Bastian.Exacta.Business.Persistance.SessionFactory - Closing NHibernate session...&lt;BR /&gt;11:36:31.149 [8] (null) INFO Performance - Committing database updates took 0.0021792 secs&lt;BR /&gt;11:36:31.149 [8] (null) DEBUG Bastian.Exacta.Business.Persistance.SessionFactory - Closing NHibernate session...&lt;BR /&gt;11:36:31.149 [Import Pick Orders] (null) INFO Performance - Committing database updates took 0.1071954 secs&lt;BR /&gt;11:36:31.149 [Import Pick Orders] (null) INFO Bastian.Exacta.Interface.Processes.ExactaOrderTranslatorBase - Firing import order event for order 214b0d35-7b7c-4cb9-bb48-b0210132a922 of type PICK&lt;BR /&gt;11:36:31.149 [Import Pick Orders] (null) DEBUG Bastian.Exacta.Business.Persistance.UnitOfWork - Committing updates to database from unit of work&lt;BR /&gt;11:36:31.149 [Import Pick Orders] (null) INFO Performance - Committing database updates took 0.000891 secs&lt;BR /&gt;11:36:31.149 [Import Pick Orders] (null) DEBUG Bastian.Exacta.Business.Persistance.SessionFactory - Closing NHibernate session...&lt;BR /&gt;11:36:31.149 [Import Pick Orders] (null) DEBUG ExactaConnect.ProcessThreadBase - Translated messages...&lt;BR /&gt;11:36:31.164 [Import Pick Orders] (null) DEBUG ExactaConnect.ProcessThreadBase - &lt;FONT color="#008000"&gt;&lt;STRONG&gt;Messages processed successfully...&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;11:36:31.164 [Import Pick Orders] (null) DEBUG Bastian.Exacta.Business.Persistance.SessionFactory - Opening NHibernate session using the production factory...&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jun 2023 13:35:58 GMT</pubDate>
    <dc:creator>Abhineet</dc:creator>
    <dc:date>2023-06-22T13:35:58Z</dc:date>
    <item>
      <title>How to optimize regex for splunk query and why getting error from splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647914#M53001</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Getting below mentioned error while executing splunk query.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Abhineet_0-1687438380482.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25951i7CC8472C6616343F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Abhineet_0-1687438380482.png" alt="Abhineet_0-1687438380482.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;QUERY:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;index=lsc_exacta_index source="L:\\ProgramData\\Bastian Software\\Logs\\ExactaImport\\ExactaImport.txt"&lt;BR /&gt;| rex field=_raw ".* Order \[(?&amp;lt;imWho&amp;gt;[\d-]+) - .*\] successfully assigned.*"&lt;BR /&gt;| rex field=_raw "\.* Bastian\.Exacta\.Interface\.Processes\.ExactaProductTranslatorBase - Validation of Message Successfull, Prepare to Insert\n.*ROWS ONLY;\@p0 = \'(?&amp;lt;imWho&amp;gt;[\d-]+)\'.*\[.*"&lt;BR /&gt;| rex field=_raw ".*\/line id \[(?&amp;lt;imWho&amp;gt;[\d-]+) -.* was cancelled successfully.\n.*"&lt;BR /&gt;| rex field=_raw ".*\[Import Pick Orders\].*ROWS ONLY;@p0 = \'(?&amp;lt;imWho&amp;gt;[\d-]+)\' \[.*(\n|.)*- Messages processed successfully.*"&lt;BR /&gt;| eval exactaDocTime = strftime(_time, "%Y-%m-%d %H:%M:%S")&lt;BR /&gt;| search imWho !=""&lt;BR /&gt;| eval exactaDocStatus = if(exactaDocTime != "","Created",NA)&lt;BR /&gt;| table imWho exactaDocTime exactaDocStatus&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Help me to optimize regex used in above mentioned query to avoid error mentioned in screenshot.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Abhineet Kumar&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 17:51:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647914#M53001</guid>
      <dc:creator>Abhineet</dc:creator>
      <dc:date>2023-06-22T17:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Require regex optimization for splunk query getting error from splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647918#M53002</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/236195"&gt;@Abhineet&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you have to reduce the lenght of the second regex, maybe in this way it should still work:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "ExactaProductTranslatorBase - Validation of Message Successfull, Prepare to Insert\n.*ROWS ONLY;\@p0 = \'(?&amp;lt;imWho&amp;gt;[\d-]+)\'.*\[.*"&lt;/LI-CODE&gt;&lt;P&gt;or&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "Prepare to Insert\n.*ROWS ONLY;\@p0 = \'(?&amp;lt;imWho&amp;gt;[\d-]+)\'.*\[.*"&lt;/LI-CODE&gt;&lt;P&gt;ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 13:19:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647918#M53002</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-22T13:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Require regex optimization for splunk query getting error from splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647920#M53003</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Giuseppe,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As per error issue is with regex mentioned below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF9900"&gt;&lt;SPAN&gt;| rex field=_raw ".*\[Import Pick Orders\].*ROWS ONLY;@p0 = \'(?&amp;lt;imWho&amp;gt;[\d-]+)\' \[.*(\n|.)*- Messages processed successfully.*"&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;we have to capture two string "&lt;STRONG&gt;[Import Pick Orders]&lt;/STRONG&gt;" and "&lt;STRONG&gt;Messages processed successfully&lt;/STRONG&gt;" both the string are available in 130 lines&amp;nbsp; single event.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Both the string are in two separate&amp;nbsp;line.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;between those two string there are multiple line.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Below mentioned is sample event. green highlighted are string and red highlighted need to capture in variable &lt;STRONG&gt;&amp;lt;imWho&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I have omitted&amp;nbsp;100's of line in between.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;SAMPLE EVENT:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;11:36:31.008 [Import Pick Orders] (null) DEBUG ExactaConnect.ProcessThreadBase - Found work...&lt;BR /&gt;11:36:31.024 [Import Pick Orders] (null) INFO Bastian.Exacta.Interface.Processes.ExactaOrderTranslatorBase - Validation of Message Successful, Prepare to Insert / Update&lt;BR /&gt;11:36:31.024 &lt;FONT color="#008000"&gt;&lt;STRONG&gt;[Import Pick Orders]&lt;/STRONG&gt; &lt;/FONT&gt;(null) DEBUG NHibernate.SQL - select order0_.ORDER_ID as order1_239_, order0_.ORDER_NAME as order2_239_, order0_.QC_REQUIRED as qc3_239_, order0_.ORDER_STATUS as order4_239_, order0_.ORDER_STATUS_AGGREGATE as order5_239_, order0_.ORDER_PRIORITY as order6_239_, order0_.CHAIN_ID as chain7_239_, order0_.ORDER_TYPE as order8_239_, order0_.ON_HOLD as on9_239_, order0_.ON_HOLD_REASON as on10_239_, order0_.DUE_DATE as due11_239_, order0_.INCOMPLETE_ORDER_RULE as incomplete12_239_, order0_.ORDER_CATEGORY as order13_239_, order0_.TRAILER_STOP as trailer14_239_, order0_.TRAILER_ROUTE as trailer15_239_, order0_.CREATED_DATE as created16_239_, order0_.PROCESS_FLAG as process17_239_, order0_.STOP_TYPE as stop18_239_, order0_.INVOICE_NUMBER as invoice19_239_, order0_.EXPECTED_SHIP_DATE as expected20_239_, order0_.START_DATE_TIME as start21_239_, order0_.CUSTOMER_CATEGORY as customer22_239_, order0_.QC_REASON_TYPE as qc23_239_, order0_.CUSTOMER_ID as customer24_239_, order0_.ROUTE_ID as route25_239_, order0_.OUTBOUND_SHIPMENT_ID as outbound26_239_, order0_.DOCUMENT_ID as document27_239_, order0_.COMPANY_ID as company28_239_, order0_.WAREHOUSE_ID as warehouse29_239_, order0_.DOCK_ID as dock30_239_ from ORDER_HEADER order0_ where order0_.ORDER_NAME=@p0 and order0_.ORDER_TYPE=@p1 ORDER BY CURRENT_TIMESTAMP OFFSET 0 ROWS FETCH FIRST 1 ROWS ONLY;@p0 = &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;'47704575'&lt;/STRONG&gt; &lt;/FONT&gt;[Type: String (4000:0:0)], @p1 = 1 [Type: Int32 (0:0:0)]&lt;BR /&gt;11:36:31.024 [Import Pick Orders] (null) DEBUG Bastian.Exacta.Business.Persistance.SessionFactory - Closing NHibernate session...&lt;BR /&gt;11:36:31.149 [8] (null) INFO Performance - Committing database updates took 0.0021792 secs&lt;BR /&gt;11:36:31.149 [8] (null) DEBUG Bastian.Exacta.Business.Persistance.SessionFactory - Closing NHibernate session...&lt;BR /&gt;11:36:31.149 [Import Pick Orders] (null) INFO Performance - Committing database updates took 0.1071954 secs&lt;BR /&gt;11:36:31.149 [Import Pick Orders] (null) INFO Bastian.Exacta.Interface.Processes.ExactaOrderTranslatorBase - Firing import order event for order 214b0d35-7b7c-4cb9-bb48-b0210132a922 of type PICK&lt;BR /&gt;11:36:31.149 [Import Pick Orders] (null) DEBUG Bastian.Exacta.Business.Persistance.UnitOfWork - Committing updates to database from unit of work&lt;BR /&gt;11:36:31.149 [Import Pick Orders] (null) INFO Performance - Committing database updates took 0.000891 secs&lt;BR /&gt;11:36:31.149 [Import Pick Orders] (null) DEBUG Bastian.Exacta.Business.Persistance.SessionFactory - Closing NHibernate session...&lt;BR /&gt;11:36:31.149 [Import Pick Orders] (null) DEBUG ExactaConnect.ProcessThreadBase - Translated messages...&lt;BR /&gt;11:36:31.164 [Import Pick Orders] (null) DEBUG ExactaConnect.ProcessThreadBase - &lt;FONT color="#008000"&gt;&lt;STRONG&gt;Messages processed successfully...&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;11:36:31.164 [Import Pick Orders] (null) DEBUG Bastian.Exacta.Business.Persistance.SessionFactory - Opening NHibernate session using the production factory...&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 13:35:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647920#M53003</guid>
      <dc:creator>Abhineet</dc:creator>
      <dc:date>2023-06-22T13:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Require regex optimization for splunk query getting error from splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647924#M53004</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/236195"&gt;@Abhineet&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can manage the multiline adding "(?ms)" to the start of your regex.&lt;/P&gt;&lt;P&gt;there's a thing that I don't understand in your requirement:&lt;/P&gt;&lt;P&gt;The green string must be used to filter events or must be extracted as fields?&lt;/P&gt;&lt;P&gt;if they want to use them only to filter events, you don't need to put them in the regex, you can use the in the main search to filter your events.&lt;/P&gt;&lt;P&gt;Instead the red string can be extracted as field with the regex.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 13:57:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647924#M53004</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-22T13:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Require regex optimization for splunk query getting error from splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647925#M53005</link>
      <description>&lt;P&gt;The fact that all the lines are in a single event helps.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| streamstats count as event
| multikv noheader=t
| fields _time _raw event
| rex field=_raw ".*\[Import Pick Orders\].*ROWS ONLY;@p0 = \'(?&amp;lt;imWho&amp;gt;[\d-]+)\'"
| rex field=_raw ".*\[Import Pick Orders\].*- (?&amp;lt;success&amp;gt;Messages processed successfully).*"
| stats list(_raw) as _raw values(imWho) as imWho values(success) as success by event
| where isnotnull(imWho) AND isnotnull(success)
| eval _raw=mvjoin(_raw,"
")&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 22 Jun 2023 14:00:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647925#M53005</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-06-22T14:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Require regex optimization for splunk query getting error from splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647926#M53006</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;I have resolved the regex issue replacing fourth regex of query with below mentioned regex.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;rex field=_raw ".*\[Import Pick Orders\].*ROWS ONLY;@p0 = \'(?&amp;lt;imWho&amp;gt;[\d-]+)\' \[[\S\s]*- Messages processed successfully.*"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Abhineet Kumar&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 14:02:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647926#M53006</guid>
      <dc:creator>Abhineet</dc:creator>
      <dc:date>2023-06-22T14:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Require regex optimization for splunk query getting error from splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647927#M53007</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;I have resolved the regex issue replacing fourth regex of query with below mentioned regex.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;rex field=_raw ".*\[Import Pick Orders\].*ROWS ONLY;@p0 = \'(?&amp;lt;imWho&amp;gt;[\d-]+)\' \[[\S\s]*- Messages processed successfully.*"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Abhineet Kumar&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 14:04:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647927#M53007</guid>
      <dc:creator>Abhineet</dc:creator>
      <dc:date>2023-06-22T14:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Require regex optimization for splunk query getting error from splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647931#M53009</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/236195"&gt;@Abhineet&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;let us know if we can help you more, or, please, accept one answer for the other people of Community.&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 by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 14:14:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-optimize-regex-for-splunk-query-and-why-getting-error/m-p/647931#M53009</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-22T14:14:40Z</dc:date>
    </item>
  </channel>
</rss>

