<?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 is showing error as &amp;quot;exceeded configured match_limit, consider raising the value in limits.conf&amp;quot;. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413257#M119158</link>
    <description>&lt;P&gt;you could go for spath command, or indexed extractions using KV_MODE=xml but that's about it I guess.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Nov 2018 14:00:13 GMT</pubDate>
    <dc:creator>DavidHourani</dc:creator>
    <dc:date>2018-11-28T14:00:13Z</dc:date>
    <item>
      <title>Regex is showing error as "exceeded configured match_limit, consider raising the value in limits.conf".</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413249#M119150</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;"ListOfLineItems.*?&amp;lt;OrderFunction&amp;gt;(?&amp;lt;OrderFunction&amp;gt;[^&amp;lt;]*)" 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Want to know if any alternative regex can be written to avoid this error.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:04:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413249#M119150</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-11-28T09:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regex is showing error as "exceeded configured match_limit, consider raising the value in limits.conf".</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413250#M119151</link>
      <description>&lt;P&gt;Can you share sample data to which this is applied? And some more description on what you want to accomplish?&lt;/P&gt;

&lt;P&gt;The problem is likely with the .*? part, but without further info it is impossible to suggest better alternatives.&lt;/P&gt;

&lt;P&gt;To extract fields from XML data, you may also want to consider using the &lt;CODE&gt;spath&lt;/CODE&gt; command instead of &lt;CODE&gt;rex&lt;/CODE&gt;: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Spath"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Spath&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:14:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413250#M119151</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-11-28T09:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regex is showing error as "exceeded configured match_limit, consider raising the value in limits.conf".</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413251#M119152</link>
      <description>&lt;P&gt;Thanks Frank.&lt;/P&gt;

&lt;P&gt;Below is the sample xml. Here, I want to extract OrderFunction which comes immediately after ListOfLineItems.(bcoz in the single xml, many OrderFunctions are present)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;SiebelMessage MessageId="#####" MessageType="Integration Object" IntObjectName="Order Interface" IntObjectFormat="Siebel Hierarchical" TransactionName="SubmitOrder"&amp;gt;&amp;lt;ListOfOrderInterface&amp;gt;&amp;lt;Orders operation=""&amp;gt;&amp;lt;Id&amp;gt;#####&amp;lt;/Id&amp;gt;&amp;lt;RelationalOrderId&amp;gt;######&amp;lt;/RelationalOrderId&amp;gt;&amp;lt;BillToAccountId&amp;gt;#####&amp;lt;/BillToAccountId&amp;gt;&amp;lt;IntegrationId/&amp;gt;&amp;lt;OrderNumber&amp;gt;#####&amp;lt;/OrderNumber&amp;gt;&amp;lt;OrderPriority&amp;gt;Medium&amp;lt;/OrderPriority&amp;gt;&amp;lt;OrderType&amp;gt;Change Proposition&amp;lt;/OrderType&amp;gt;&amp;lt;RequestedDate/&amp;gt;&amp;lt;Status/&amp;gt;&amp;lt;ARII&amp;gt;Australia&amp;lt;/ARII&amp;gt;&amp;lt;ReasonCode/&amp;gt;&amp;lt;PaymentMethod&amp;gt;Postpay&amp;lt;/PaymentMethod&amp;gt;&amp;lt;ServiceProvider&amp;gt;Vodafone AU&amp;lt;/ServiceProvider&amp;gt;&amp;lt;OrganizationName&amp;gt;Vodafone AU&amp;lt;/OrganizationName&amp;gt;&amp;lt;BillingEffectDateTime&amp;gt;11/28/2018 11:10:02&amp;lt;/BillingEffectDateTime&amp;gt;&amp;lt;EffectDateTime&amp;gt;11/28/2018 11:10:02&amp;lt;/EffectDateTime&amp;gt;&amp;lt;OldBillingAccountId/&amp;gt;&amp;lt;NewBillingAccountId/&amp;gt;&amp;lt;CustomerAccountId&amp;gt;#####&amp;lt;/CustomerAccountId&amp;gt;&amp;lt;TargetServiceProvider/&amp;gt;&amp;lt;OrderReasonCode&amp;gt;CP1 - Customer Requested&amp;lt;/OrderReasonCode&amp;gt;&amp;lt;tesaCode/&amp;gt;&amp;lt;ConnectionType/&amp;gt;&amp;lt;WBIReasonCode/&amp;gt;&amp;lt;ToolsOfTrade&amp;gt;N&amp;lt;/ToolsOfTrade&amp;gt;&amp;lt;CustomerBillCycle&amp;gt;1&amp;lt;/CustomerBillCycle&amp;gt;&amp;lt;MigratedAccountFlag&amp;gt;N&amp;lt;/MigratedAccountFlag&amp;gt;&amp;lt;OrderFunction&amp;gt;UPGRADE&amp;lt;/OrderFunction&amp;gt;&amp;lt;AdditionalOrderFunction/&amp;gt;&amp;lt;CustomerMainEmailAddr/&amp;gt;&amp;lt;CustomerSegment&amp;gt;Consumer&amp;lt;/CustomerSegment&amp;gt;&amp;lt;CustType&amp;gt;Person&amp;lt;/CustType&amp;gt;&amp;lt;SiebelProductType&amp;gt;Voice&amp;lt;/SiebelProductType&amp;gt;&amp;lt;SpecialSiebelType/&amp;gt;&amp;lt;BulkFlag/&amp;gt;&amp;lt;ServiceOrderPriority&amp;gt;1&amp;lt;/ServiceOrderPriority&amp;gt;&amp;lt;ServicePositionIndicator/&amp;gt;&amp;lt;CustomerType&amp;gt;Person&amp;lt;/CustomerType&amp;gt;&amp;lt;BAMarketingPreferencesFlag&amp;gt;Y&amp;lt;/BAMarketingPreferencesFlag&amp;gt;&amp;lt;SecondarySubs&amp;gt;N&amp;lt;/SecondarySubs&amp;gt;&amp;lt;SecondarySubsDisconnect&amp;gt;N&amp;lt;/SecondarySubsDisconnect&amp;gt;&amp;lt;SSReasonCode/&amp;gt;&amp;lt;ListOfSDIMEI/&amp;gt;&amp;lt;NBNAccessTechnology/&amp;gt;&amp;lt;ByPassPassProvisioning&amp;gt;N&amp;lt;/ByPassPassProvisioning&amp;gt;&amp;lt;ListOfAdditionalInfo&amp;gt;&amp;lt;AdditionalInfo&amp;gt;&amp;lt;Type&amp;gt;Hard Caps&amp;lt;/Type&amp;gt;&amp;lt;Unthrottle/&amp;gt;&amp;lt;UnthrottleSharing/&amp;gt;&amp;lt;EndDate/&amp;gt;&amp;lt;Product&amp;gt;IDD&amp;lt;/Product&amp;gt;&amp;lt;Status&amp;gt;Unbarred&amp;lt;/Status&amp;gt;&amp;lt;Action/&amp;gt;&amp;lt;/AdditionalInfo&amp;gt;&amp;lt;AdditionalInfo&amp;gt;&amp;lt;Type&amp;gt;Hard Caps&amp;lt;/Type&amp;gt;&amp;lt;Unthrottle/&amp;gt;&amp;lt;UnthrottleSharing/&amp;gt;&amp;lt;EndDate/&amp;gt;&amp;lt;Product&amp;gt;Data&amp;lt;/Product&amp;gt;&amp;lt;Status&amp;gt;Unbarred&amp;lt;/Status&amp;gt;&amp;lt;Action/&amp;gt;&amp;lt;/AdditionalInfo&amp;gt;&amp;lt;/ListOfAdditionalInfo&amp;gt;&amp;lt;ExternalReferenceId/&amp;gt;&amp;lt;OrderChannel/&amp;gt;&amp;lt;SalesPerson&amp;gt;NAVGIREAS&amp;lt;/SalesPerson&amp;gt;&amp;lt;ListOfLineItems&amp;gt;&amp;lt;LineItems&amp;gt;&amp;lt;WBIReasonCode/&amp;gt;&amp;lt;EstDeliveryDt/&amp;gt;&amp;lt;EstShipmentDt/&amp;gt;&amp;lt;StockBand/&amp;gt;&amp;lt;SpecialSiebelType/&amp;gt;&amp;lt;ListOfSIM&amp;gt;&amp;lt;SIM&amp;gt;&amp;lt;ListOfSIMDetails&amp;gt;&amp;lt;SIMDetails&amp;gt;&amp;lt;Name&amp;gt;PUK&amp;lt;/Name&amp;gt;&amp;lt;Value&amp;gt;39092201&amp;lt;/Value&amp;gt;&amp;lt;/SIMDetails&amp;gt;&amp;lt;SIMDetails&amp;gt;&amp;lt;Name&amp;gt;PUK2&amp;lt;/Name&amp;gt;&amp;lt;Value/&amp;gt;&amp;lt;/SIMDetails&amp;gt;&amp;lt;SIMDetails&amp;gt;&amp;lt;Name&amp;gt;Profile&amp;lt;/Name&amp;gt;&amp;lt;Value&amp;gt;GA431A&amp;lt;/Value&amp;gt;&amp;lt;/SIMDetails&amp;gt;&amp;lt;/ListOfSIMDetails&amp;gt;&amp;lt;AssetNumber&amp;gt;89610300003114915201&amp;lt;/AssetNumber&amp;gt;&amp;lt;/SIM&amp;gt;&amp;lt;/ListOfSIM&amp;gt;&amp;lt;ListOfNewSIM/&amp;gt;&amp;lt;ListOfNewIMSI/&amp;gt;&amp;lt;ListOfIMSI&amp;gt;&amp;lt;IMSI&amp;gt;&amp;lt;AssetNumber&amp;gt;505038309061393&amp;lt;/AssetNumber&amp;gt;&amp;lt;/IMSI&amp;gt;&amp;lt;/ListOfIMSI&amp;gt;&amp;lt;Id&amp;gt;#####&amp;lt;/Id&amp;gt;&amp;lt;ActionCode&amp;gt;Deleted&amp;lt;/ActionCode&amp;gt;&amp;lt;AssetId/&amp;gt;&amp;lt;AssetIntegrationId/&amp;gt;&amp;lt;OrderReasonCode/&amp;gt;&amp;lt;RelatedAssetIntegrationId/&amp;gt;&amp;lt;ReasonCode/&amp;gt;&amp;lt;OrderFunction&amp;gt;UPGRADE&amp;lt;/OrderFunction&amp;gt;&amp;lt;RootStatus&amp;gt;Submitted&amp;lt;/RootStatus&amp;gt;&amp;lt;OrderType&amp;gt;Change Proposition&amp;lt;/OrderType&amp;gt;&amp;lt;BasePrice/&amp;gt;&amp;lt;ShippingGroup/&amp;gt;&amp;lt;IntegrationId&amp;gt;######&amp;lt;/IntegrationId&amp;gt;&amp;lt;OrderHeaderId&amp;gt;2-SI3QRJ1X&amp;lt;/OrderHeaderId&amp;gt;&amp;lt;ParentOrderItemId/&amp;gt;&amp;lt;Product&amp;gt;Vodafone PostPay Sim Only Plans Aug 2017&amp;lt;/Product&amp;gt;&amp;lt;ProductId&amp;gt;2-CNDUGEN&amp;lt;/ProductId&amp;gt;&amp;lt;RootOrderItemId&amp;gt;#####&amp;lt;/RootOrderItemId&amp;gt;&amp;lt;Status&amp;gt;Submitted&amp;lt;/Status&amp;gt;&amp;lt;AssetInternalIntegrationId&amp;gt;######&amp;lt;/AssetInternalIntegrationId&amp;gt;&amp;lt;ServiceInstanceFlag&amp;gt;N&amp;lt;/ServiceInstanceFlag&amp;gt;&amp;lt;ServiceType&amp;gt;SUBSCRIPTION&amp;lt;/ServiceType&amp;gt;&amp;lt;SiebelProductType&amp;gt;Voice&amp;lt;/SiebelProductType&amp;gt;&amp;lt;ServicePIN&amp;gt;2207&amp;lt;/ServicePIN&amp;gt;&amp;lt;Resource&amp;gt;61411857667&amp;lt;/Resource&amp;gt;&amp;lt;NewResource/&amp;gt;&amp;lt;Type&amp;gt;Proposition&amp;lt;/Type&amp;gt;&amp;lt;SiebelPrice/&amp;gt;&amp;lt;OverrideAmount/&amp;gt;&amp;lt;OverrideReasonCode/&amp;gt;&amp;lt;CreatedBy&amp;gt;NAVGIREAS&amp;lt;/CreatedBy&amp;gt;&amp;lt;LastUpdBy&amp;gt;NAVGIREAS&amp;lt;/LastUpdBy&amp;gt;&amp;lt;InstalledAssetName&amp;gt;Ms SANDRA BENNET&amp;lt;/InstalledAssetName&amp;gt;&amp;lt;SiebelOnly&amp;gt;N&amp;lt;/SiebelOnly&amp;gt;&amp;lt;ChargeDescription/&amp;gt;&amp;lt;VFPeriodEndDate/&amp;gt;&amp;lt;VFPeriodStartDate/&amp;gt;&amp;lt;VFPcrfFlag/&amp;gt;&amp;lt;RelatedServiceOrderId/&amp;gt;&amp;lt;WaiveCharges&amp;gt;N&amp;lt;/WaiveCharges&amp;gt;&amp;lt;ListOfAttributes&amp;gt;&amp;lt;Attributes&amp;gt;&amp;lt;Id&amp;gt;######&amp;lt;/Id&amp;gt;&amp;lt;ActionCode&amp;gt;Deleted&amp;lt;/ActionCode&amp;gt;&amp;lt;Name&amp;gt;Call Barring PIN&amp;lt;/Name&amp;gt;&amp;lt;ObjectId&amp;gt;2-SI3QRJ8P&amp;lt;/ObjectId&amp;gt;&amp;lt;Value&amp;gt;1234&amp;lt;/Value&amp;gt;&amp;lt;IntegrationId/&amp;gt;&amp;lt;/Attributes&amp;gt;&amp;lt;Attributes&amp;gt;&amp;lt;Id&amp;gt;2-SI3QRJ8T&amp;lt;/Id&amp;gt;&amp;lt;ListOfLineItems&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have to use the same regex in datamodel in Splunk. I have to look if i can use spath.&lt;/P&gt;

&lt;P&gt;Please help if i can try anything other than .*?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 11:20:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413251#M119152</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-11-28T11:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regex is showing error as "exceeded configured match_limit, consider raising the value in limits.conf".</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413252#M119153</link>
      <description>&lt;P&gt;With just that sample data it works fine in Splunk 7.2.1, when I run below. So I'm wondering if the sample you shared is actually representative of the case that causes you to get that error.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval xml="&amp;lt;SiebelMessage MessageId=\"#####\" MessageType=\"Integration Object\" IntObjectName=\"Order Interface\" IntObjectFormat=\"Siebel Hierarchical\" TransactionName=\"SubmitOrder\"&amp;gt;&amp;lt;ListOfOrderInterface&amp;gt;&amp;lt;Orders operation=\"\"&amp;gt;&amp;lt;Id&amp;gt;#####&amp;lt;/Id&amp;gt;&amp;lt;RelationalOrderId&amp;gt;######&amp;lt;/RelationalOrderId&amp;gt;&amp;lt;BillToAccountId&amp;gt;#####&amp;lt;/BillToAccountId&amp;gt;&amp;lt;IntegrationId/&amp;gt;&amp;lt;OrderNumber&amp;gt;#####&amp;lt;/OrderNumber&amp;gt;&amp;lt;OrderPriority&amp;gt;Medium&amp;lt;/OrderPriority&amp;gt;&amp;lt;OrderType&amp;gt;Change Proposition&amp;lt;/OrderType&amp;gt;&amp;lt;RequestedDate/&amp;gt;&amp;lt;Status/&amp;gt;&amp;lt;ARII&amp;gt;Australia&amp;lt;/ARII&amp;gt;&amp;lt;ReasonCode/&amp;gt;&amp;lt;PaymentMethod&amp;gt;Postpay&amp;lt;/PaymentMethod&amp;gt;&amp;lt;ServiceProvider&amp;gt;Vodafone AU&amp;lt;/ServiceProvider&amp;gt;&amp;lt;OrganizationName&amp;gt;Vodafone AU&amp;lt;/OrganizationName&amp;gt;&amp;lt;BillingEffectDateTime&amp;gt;11/28/2018 11:10:02&amp;lt;/BillingEffectDateTime&amp;gt;&amp;lt;EffectDateTime&amp;gt;11/28/2018 11:10:02&amp;lt;/EffectDateTime&amp;gt;&amp;lt;OldBillingAccountId/&amp;gt;&amp;lt;NewBillingAccountId/&amp;gt;&amp;lt;CustomerAccountId&amp;gt;#####&amp;lt;/CustomerAccountId&amp;gt;&amp;lt;TargetServiceProvider/&amp;gt;&amp;lt;OrderReasonCode&amp;gt;CP1 - Customer Requested&amp;lt;/OrderReasonCode&amp;gt;&amp;lt;tesaCode/&amp;gt;&amp;lt;ConnectionType/&amp;gt;&amp;lt;WBIReasonCode/&amp;gt;&amp;lt;ToolsOfTrade&amp;gt;N&amp;lt;/ToolsOfTrade&amp;gt;&amp;lt;CustomerBillCycle&amp;gt;1&amp;lt;/CustomerBillCycle&amp;gt;&amp;lt;MigratedAccountFlag&amp;gt;N&amp;lt;/MigratedAccountFlag&amp;gt;&amp;lt;OrderFunction&amp;gt;UPGRADE&amp;lt;/OrderFunction&amp;gt;&amp;lt;AdditionalOrderFunction/&amp;gt;&amp;lt;CustomerMainEmailAddr/&amp;gt;&amp;lt;CustomerSegment&amp;gt;Consumer&amp;lt;/CustomerSegment&amp;gt;&amp;lt;CustType&amp;gt;Person&amp;lt;/CustType&amp;gt;&amp;lt;SiebelProductType&amp;gt;Voice&amp;lt;/SiebelProductType&amp;gt;&amp;lt;SpecialSiebelType/&amp;gt;&amp;lt;BulkFlag/&amp;gt;&amp;lt;ServiceOrderPriority&amp;gt;1&amp;lt;/ServiceOrderPriority&amp;gt;&amp;lt;ServicePositionIndicator/&amp;gt;&amp;lt;CustomerType&amp;gt;Person&amp;lt;/CustomerType&amp;gt;&amp;lt;BAMarketingPreferencesFlag&amp;gt;Y&amp;lt;/BAMarketingPreferencesFlag&amp;gt;&amp;lt;SecondarySubs&amp;gt;N&amp;lt;/SecondarySubs&amp;gt;&amp;lt;SecondarySubsDisconnect&amp;gt;N&amp;lt;/SecondarySubsDisconnect&amp;gt;&amp;lt;SSReasonCode/&amp;gt;&amp;lt;ListOfSDIMEI/&amp;gt;&amp;lt;NBNAccessTechnology/&amp;gt;&amp;lt;ByPassPassProvisioning&amp;gt;N&amp;lt;/ByPassPassProvisioning&amp;gt;&amp;lt;ListOfAdditionalInfo&amp;gt;&amp;lt;AdditionalInfo&amp;gt;&amp;lt;Type&amp;gt;Hard Caps&amp;lt;/Type&amp;gt;&amp;lt;Unthrottle/&amp;gt;&amp;lt;UnthrottleSharing/&amp;gt;&amp;lt;EndDate/&amp;gt;&amp;lt;Product&amp;gt;IDD&amp;lt;/Product&amp;gt;&amp;lt;Status&amp;gt;Unbarred&amp;lt;/Status&amp;gt;&amp;lt;Action/&amp;gt;&amp;lt;/AdditionalInfo&amp;gt;&amp;lt;AdditionalInfo&amp;gt;&amp;lt;Type&amp;gt;Hard Caps&amp;lt;/Type&amp;gt;&amp;lt;Unthrottle/&amp;gt;&amp;lt;UnthrottleSharing/&amp;gt;&amp;lt;EndDate/&amp;gt;&amp;lt;Product&amp;gt;Data&amp;lt;/Product&amp;gt;&amp;lt;Status&amp;gt;Unbarred&amp;lt;/Status&amp;gt;&amp;lt;Action/&amp;gt;&amp;lt;/AdditionalInfo&amp;gt;&amp;lt;/ListOfAdditionalInfo&amp;gt;&amp;lt;ExternalReferenceId/&amp;gt;&amp;lt;OrderChannel/&amp;gt;&amp;lt;SalesPerson&amp;gt;NAVGIREAS&amp;lt;/SalesPerson&amp;gt;&amp;lt;ListOfLineItems&amp;gt;&amp;lt;LineItems&amp;gt;&amp;lt;WBIReasonCode/&amp;gt;&amp;lt;EstDeliveryDt/&amp;gt;&amp;lt;EstShipmentDt/&amp;gt;&amp;lt;StockBand/&amp;gt;&amp;lt;SpecialSiebelType/&amp;gt;&amp;lt;ListOfSIM&amp;gt;&amp;lt;SIM&amp;gt;&amp;lt;ListOfSIMDetails&amp;gt;&amp;lt;SIMDetails&amp;gt;&amp;lt;Name&amp;gt;PUK&amp;lt;/Name&amp;gt;&amp;lt;Value&amp;gt;39092201&amp;lt;/Value&amp;gt;&amp;lt;/SIMDetails&amp;gt;&amp;lt;SIMDetails&amp;gt;&amp;lt;Name&amp;gt;PUK2&amp;lt;/Name&amp;gt;&amp;lt;Value/&amp;gt;&amp;lt;/SIMDetails&amp;gt;&amp;lt;SIMDetails&amp;gt;&amp;lt;Name&amp;gt;Profile&amp;lt;/Name&amp;gt;&amp;lt;Value&amp;gt;GA431A&amp;lt;/Value&amp;gt;&amp;lt;/SIMDetails&amp;gt;&amp;lt;/ListOfSIMDetails&amp;gt;&amp;lt;AssetNumber&amp;gt;89610300003114915201&amp;lt;/AssetNumber&amp;gt;&amp;lt;/SIM&amp;gt;&amp;lt;/ListOfSIM&amp;gt;&amp;lt;ListOfNewSIM/&amp;gt;&amp;lt;ListOfNewIMSI/&amp;gt;&amp;lt;ListOfIMSI&amp;gt;&amp;lt;IMSI&amp;gt;&amp;lt;AssetNumber&amp;gt;505038309061393&amp;lt;/AssetNumber&amp;gt;&amp;lt;/IMSI&amp;gt;&amp;lt;/ListOfIMSI&amp;gt;&amp;lt;Id&amp;gt;#####&amp;lt;/Id&amp;gt;&amp;lt;ActionCode&amp;gt;Deleted&amp;lt;/ActionCode&amp;gt;&amp;lt;AssetId/&amp;gt;&amp;lt;AssetIntegrationId/&amp;gt;&amp;lt;OrderReasonCode/&amp;gt;&amp;lt;RelatedAssetIntegrationId/&amp;gt;&amp;lt;ReasonCode/&amp;gt;&amp;lt;OrderFunction&amp;gt;UPGRADE&amp;lt;/OrderFunction&amp;gt;&amp;lt;RootStatus&amp;gt;Submitted&amp;lt;/RootStatus&amp;gt;&amp;lt;OrderType&amp;gt;Change Proposition&amp;lt;/OrderType&amp;gt;&amp;lt;BasePrice/&amp;gt;&amp;lt;ShippingGroup/&amp;gt;&amp;lt;IntegrationId&amp;gt;######&amp;lt;/IntegrationId&amp;gt;&amp;lt;OrderHeaderId&amp;gt;2-SI3QRJ1X&amp;lt;/OrderHeaderId&amp;gt;&amp;lt;ParentOrderItemId/&amp;gt;&amp;lt;Product&amp;gt;Vodafone PostPay Sim Only Plans Aug 2017&amp;lt;/Product&amp;gt;&amp;lt;ProductId&amp;gt;2-CNDUGEN&amp;lt;/ProductId&amp;gt;&amp;lt;RootOrderItemId&amp;gt;#####&amp;lt;/RootOrderItemId&amp;gt;&amp;lt;Status&amp;gt;Submitted&amp;lt;/Status&amp;gt;&amp;lt;AssetInternalIntegrationId&amp;gt;######&amp;lt;/AssetInternalIntegrationId&amp;gt;&amp;lt;ServiceInstanceFlag&amp;gt;N&amp;lt;/ServiceInstanceFlag&amp;gt;&amp;lt;ServiceType&amp;gt;SUBSCRIPTION&amp;lt;/ServiceType&amp;gt;&amp;lt;SiebelProductType&amp;gt;Voice&amp;lt;/SiebelProductType&amp;gt;&amp;lt;ServicePIN&amp;gt;2207&amp;lt;/ServicePIN&amp;gt;&amp;lt;Resource&amp;gt;61411857667&amp;lt;/Resource&amp;gt;&amp;lt;NewResource/&amp;gt;&amp;lt;Type&amp;gt;Proposition&amp;lt;/Type&amp;gt;&amp;lt;SiebelPrice/&amp;gt;&amp;lt;OverrideAmount/&amp;gt;&amp;lt;OverrideReasonCode/&amp;gt;&amp;lt;CreatedBy&amp;gt;NAVGIREAS&amp;lt;/CreatedBy&amp;gt;&amp;lt;LastUpdBy&amp;gt;NAVGIREAS&amp;lt;/LastUpdBy&amp;gt;&amp;lt;InstalledAssetName&amp;gt;Ms SANDRA BENNET&amp;lt;/InstalledAssetName&amp;gt;&amp;lt;SiebelOnly&amp;gt;N&amp;lt;/SiebelOnly&amp;gt;&amp;lt;ChargeDescription/&amp;gt;&amp;lt;VFPeriodEndDate/&amp;gt;&amp;lt;VFPeriodStartDate/&amp;gt;&amp;lt;VFPcrfFlag/&amp;gt;&amp;lt;RelatedServiceOrderId/&amp;gt;&amp;lt;WaiveCharges&amp;gt;N&amp;lt;/WaiveCharges&amp;gt;&amp;lt;ListOfAttributes&amp;gt;&amp;lt;Attributes&amp;gt;&amp;lt;Id&amp;gt;######&amp;lt;/Id&amp;gt;&amp;lt;ActionCode&amp;gt;Deleted&amp;lt;/ActionCode&amp;gt;&amp;lt;Name&amp;gt;Call Barring PIN&amp;lt;/Name&amp;gt;&amp;lt;ObjectId&amp;gt;2-SI3QRJ8P&amp;lt;/ObjectId&amp;gt;&amp;lt;Value&amp;gt;1234&amp;lt;/Value&amp;gt;&amp;lt;IntegrationId/&amp;gt;&amp;lt;/Attributes&amp;gt;&amp;lt;Attributes&amp;gt;&amp;lt;Id&amp;gt;2-SI3QRJ8T&amp;lt;/Id&amp;gt;&amp;lt;ListOfLineItems&amp;gt;"
| rex field=xml "ListOfLineItems.*?&amp;lt;OrderFunction&amp;gt;(?&amp;lt;OrderFunction&amp;gt;[^&amp;lt;]*)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Nov 2018 11:49:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413252#M119153</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-11-28T11:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regex is showing error as "exceeded configured match_limit, consider raising the value in limits.conf".</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413253#M119154</link>
      <description>&lt;P&gt;Hey payal,&lt;/P&gt;

&lt;P&gt;If you're hitting a limit due to excessive matching try changing this setting in limits.conf : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[rex]
match_limit = &amp;lt;integer&amp;gt;
* Limits the amount of resources that are spent by PCRE
  when running patterns that will not match.
* Use this to set an upper bound on how many times PCRE calls an internal
  function, match(). If set too low, PCRE might fail to correctly match a pattern.
* Default: 100000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you're using the rex command you can add the parameter &lt;CODE&gt;max_match&lt;/CODE&gt; so that your regex matches more than one field, setting it to 0 means unlimited. See here : &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.2.1/SearchReference/Rex"&gt;http://docs.splunk.com/Documentation/Splunk/7.2.1/SearchReference/Rex&lt;/A&gt;&lt;BR /&gt;
in your case that would be something like : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.... | rex field=xml max_match=0 "&amp;lt;OrderFunction&amp;gt;(?&amp;lt;OrderFunction&amp;gt;[^&amp;lt;]+)"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Let me know how that works for you.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 12:10:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413253#M119154</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2018-11-28T12:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regex is showing error as "exceeded configured match_limit, consider raising the value in limits.conf".</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413254#M119155</link>
      <description>&lt;P&gt;Yes Frank.. &lt;/P&gt;

&lt;P&gt;When searching for a longer duration I am getting the error. For a shorter span there are no errors. So.. yes for a sample you might not find any error.&lt;/P&gt;

&lt;P&gt;So.. is it like no other option other than increasing the limit in limits.conf?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 13:02:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413254#M119155</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-11-28T13:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regex is showing error as "exceeded configured match_limit, consider raising the value in limits.conf".</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413255#M119156</link>
      <description>&lt;P&gt;Thanks David.&lt;/P&gt;

&lt;P&gt;I tried with max_match but no luck. I wanted to know if there are any more option which i can try before i change limits.conf.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 13:04:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413255#M119156</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-11-28T13:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regex is showing error as "exceeded configured match_limit, consider raising the value in limits.conf".</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413256#M119157</link>
      <description>&lt;P&gt;You mean the number of events you're processing affects the issue? Or are the actual live events much bigger than the sample you posted?&lt;/P&gt;

&lt;P&gt;One thing you could try, is extract the whole ListOfLineItems block in a first regex and then apply a second regex to that to extract the OrderFunction value from inside that field. Not sure if it would help, but worth a shot.&lt;/P&gt;

&lt;P&gt;Alternatively just see if xpath or xmlkv commands can help you here.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 13:20:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413256#M119157</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-11-28T13:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regex is showing error as "exceeded configured match_limit, consider raising the value in limits.conf".</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413257#M119158</link>
      <description>&lt;P&gt;you could go for spath command, or indexed extractions using KV_MODE=xml but that's about it I guess.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 14:00:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413257#M119158</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2018-11-28T14:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regex is showing error as "exceeded configured match_limit, consider raising the value in limits.conf".</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413258#M119159</link>
      <description>&lt;P&gt;Thanks Frank,&lt;/P&gt;

&lt;P&gt;I am trying to extract ListOfLineItems block.. but as per my regex it is capturing more than one ListOfLineItems block.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ListOfLineItems&amp;gt;(?&amp;lt;Bulk&amp;gt;[\sA-Za-z0-9/&amp;lt;&amp;gt;-]*&amp;lt;/ListOfLineItems&amp;gt;)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can you please help me in extracting each blocks seperately&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 11:36:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413258#M119159</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-12-02T11:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regex is showing error as "exceeded configured match_limit, consider raising the value in limits.conf".</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413259#M119160</link>
      <description>&lt;P&gt;There are more than one ListOfLineItems in a single xml.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 11:44:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413259#M119160</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-12-02T11:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regex is showing error as "exceeded configured match_limit, consider raising the value in limits.conf".</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413260#M119161</link>
      <description>&lt;P&gt;Then maybe that is where your problem is and why it is complaining about too many matches. Any luck with one of the xml parsing commands (xpath / xmlkv)?&lt;/P&gt;

&lt;P&gt;Regarding your regex for extracting the line items, perhaps try with a negative lookbehind:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ListOfLineItems\&amp;gt;(?&amp;lt;Bulk&amp;gt;.+(?&amp;lt;!\&amp;lt;\/ListOfLineItems\&amp;gt;))\&amp;lt;\/ListOfLineItems\&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That approach may also work for your original attempt:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ListOfLineItems.+(?&amp;lt;!\&amp;lt;\/ListOfLineItems\&amp;gt;)&amp;lt;OrderFunction&amp;gt;(?&amp;lt;OrderFunction&amp;gt;[^&amp;lt;]*)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 03 Dec 2018 08:53:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-is-showing-error-as-quot-exceeded-configured-match-limit/m-p/413260#M119161</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-12-03T08:53:36Z</dc:date>
    </item>
  </channel>
</rss>

