<?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: why I am unable to extract the fields from error log using IFX in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304571#M3917</link>
    <description>&lt;P&gt;@nagaraju_chittathuru &lt;/P&gt;

&lt;P&gt;That error is because, splunk should have already extracted the value and put it some field. So thatt you can't create new field out of it. To resolve this issue, on top right corner on your IFX screen there is drop down button named existing fields.Click on that uncheck the fields and try to extract your required field.&lt;/P&gt;

&lt;P&gt;i hope it helps &lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 15:17:13 GMT</pubDate>
    <dc:creator>sbbadri</dc:creator>
    <dc:date>2017-10-12T15:17:13Z</dc:date>
    <item>
      <title>why I am unable to extract the fields from error log using IFX</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304568#M3914</link>
      <description>&lt;P&gt;I have an error log as follows. would like to extract the &lt;BR /&gt;
ERROR and Caused by from the below log.When I try to extract from IFX getting error stated "The extraction failed. If you are extracting multiple fields, try removing one or more fields. Start with extractions that are embedded within longer text strings". Am I doing something wrong?attached screenshot as well.&lt;BR /&gt;
Sample data:&lt;BR /&gt;
2017-09-06 11:12:38,415 [] [main] ERROR abc.connectivity.core.cdi.camel.CdiCamelContext: Error starting CamelContext()&lt;BR /&gt;
org.apache.camel.RuntimeCamelException: org.apache.camel.FailedToCreateRouteException: Failed to create route fixmlToMxmlRouteStart: Route(fixmlToMxmlRouteStart)[[From[jms-tibco:queue:{{jms.inp... because of Failed to resolve endpoint: concurrentConsumers=%5B%25+JMS..JMS_Input_Consumers+%25%5D&amp;amp;transacted=true&amp;amp;transactionManager=%23jtaTransactionManager&amp;amp;useMessageIDAsCorrelationID=true due to: Error during type conversion from type: java.lang.String to the required type: int with value [% JMS..JMS_Input_Consumers %] due java.lang.NumberFormatException: For input string: "[% JMS..JMS_Input_Consumers %]"&lt;BR /&gt;
    at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1642)&lt;BR /&gt;
... 40 lines omitted ...&lt;BR /&gt;
    at abc.connectivity.client.ConnectivityRunnerBoot.main(ConnectivityRunnerBoot.java:277)&lt;BR /&gt;
Caused by: org.apache.camel.FailedToCreateRouteException: Failed to create route fixmlToMxmlRouteStart: Route(fixmlToMxmlRouteStart)[[From[jms-tibco:queue:{{jms.inp... because of Failed to resolve endpoint: ?concurrentConsumers=%5B%25+JMS..JMS_Input_Consumers+%25%5D&amp;amp;transacted=true&amp;amp;transactionManager=%23jtaTransactionManager&amp;amp;useMessageIDAsCorrelationID=true due to: Error during type conversion from type: java.lang.String to the required type: int with value [% JMS..JMS_Input_Consumers %] due java.lang.NumberFormatException: For input string: "[% JMS..JMS_Input_Consumers %]"&lt;BR /&gt;
    at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:201)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultCamelContext.startRoute(DefaultCamelContext.java:947)&lt;BR /&gt;
... 9 lines omitted ...&lt;BR /&gt;
    at abc.connectivity.core.cdi.camel.CdiCamelContext.start(CdiCamelContext.java:99)&lt;BR /&gt;
    ... 40 more&lt;BR /&gt;
Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: aaaa://queue?concurrentConsumers=%5B%25+JMS..JMS_Input_Consumers+%25%5D&amp;amp;transacted=true&amp;amp;transactionManager=%23jtaTransactionManager&amp;amp;useMessageIDAsCorrelationID=true due to: Error during type conversion from type: java.lang.String to the required type: int with value [% JMS..JMS_Input_Consumers %] due java.lang.NumberFormatException: For input string: "[% JMS..JMS_Input_Consumers %]"&lt;BR /&gt;
    at org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.java:590)&lt;BR /&gt;
    at org.apache.camel.util.CamelContextHelper.getMandatoryEndpoint(CamelContextHelper.java:79)&lt;BR /&gt;
    at org.apache.camel.model.RouteDefinition.resolveEndpoint(RouteDefinition.java:211)&lt;BR /&gt;
... 4 lines omitted ...&lt;BR /&gt;
    at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:1052)&lt;BR /&gt;
    at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:196)&lt;BR /&gt;
    ... 51 more&lt;BR /&gt;
Caused by: org.apache.camel.TypeConversionException: Error during type conversion from type: java.lang.String to the required type: int with value [% JMS..JMS_Input_Consumers %] due java.lang.NumberFormatException: For input string: "[% JMS..JMS_Input_Consumers %]"&lt;BR /&gt;
    at org.apache.camel.impl.converter.BaseTypeConverterRegistry.createTypeConversionException(BaseTypeConverterRegistry.java:610)&lt;BR /&gt;
... 20 lines omitted ...&lt;BR /&gt;
Caused by: org.apache.camel.RuntimeCamelException: java.lang.NumberFormatException: For input string: "[% JMS..JMS_Input_Consumers %]"&lt;BR /&gt;
... 6 lines omitted ...&lt;BR /&gt;
Caused by: java.lang.NumberFormatException: For input string: "[% JMS..JMS_Input_Consumers %]"&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/216799-fieldextraction-error.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:13:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304568#M3914</guid>
      <dc:creator>nagaraju_chitta</dc:creator>
      <dc:date>2020-09-29T16:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: why I am unable to extract the fields from error log using IFX</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304569#M3915</link>
      <description>&lt;P&gt;Hi  nagaraju_chittathuru,&lt;BR /&gt;
use a regex like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(?ms)ERROR\s(?&amp;lt;ERROR&amp;gt;.*?)\s+Caused\sby:\s+(?&amp;lt;Caused_by&amp;gt;.*)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I don't know what are fields you like.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 10:00:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304569#M3915</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-10-12T10:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: why I am unable to extract the fields from error log using IFX</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304570#M3916</link>
      <description>&lt;P&gt;@Anonymous...thanks for quick turnaround . with provided regex this is extracting the error. but more precisely looking for the below fields.any suggestion would be appreciated. tried with split and mvindex to get the cause by and succeeded and I am not sure weather that is a right approach.&lt;BR /&gt;
1. timestamp&lt;BR /&gt;
2. Error (example: [ibus] [main] ERROR testapp.connectivity.core.cdi.camel.CdiCamelContext: Error starting CamelContext(ibus))&lt;BR /&gt;
3. Description: (example: Failed to create route xmlToMxmlRouteStart: Route(xmlToMxmlRouteStart)[[From[jms-tibco:queue:{{jms.inp... because of Failed to resolve endpoint: jms-tibco://queue:testQueue?concurrentConsumers=%5B%25+JMS.TBUS.JMS_Input_Consumers+%25%5D&amp;amp;transacted=true&amp;amp;transactionManager=%)&lt;BR /&gt;
4. Caused By count&lt;BR /&gt;
5. Caused by Description(cause1,cause2,cause3,etc)&lt;/P&gt;

&lt;P&gt;Sample data:&lt;BR /&gt;
&lt;STRONG&gt;2017-09-06 11:12:38,415&lt;/STRONG&gt; [ibus] [main] ERROR testapp.connectivity.core.cdi.camel.CdiCamelContext: Error starting CamelContext(ibus)&lt;BR /&gt;
org.apache.camel.RuntimeCamelException: org.apache.camel.FailedToCreateRouteException: Failed to create route xmlToMxmlRouteStart: Route(xmlToMxmlRouteStart)[[From[jms-tibco:queue:{{jms.inp... because of Failed to resolve endpoint: jms-tibco://queue:testQueue?concurrentConsumers=%5B%25+JMS.TBUS.JMS_Input_Consumers+%25%5D&amp;amp;transacted=true&amp;amp;transactionManager=%23jtaTransactionManager&amp;amp;useMessageIDAsCorrelationID=true due to: Error during type conversion from type: java.lang.String to the required type: int with value [% JMS.TBUS.JMS_Input_Consumers %] due java.lang.NumberFormatException: For input string: "[% JMS.TBUS.JMS_Input_Consumers %]"&lt;BR /&gt;
    at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1642)&lt;BR /&gt;
    at testapp.connectivity.core.cdi.camel.CdiCamelContext.start(CdiCamelContext.java:101)&lt;BR /&gt;
    at testapp.connectivity.core.cdi.camel.CdiCamelContext.startCamelContext(CdiCamelContext.java:77)&lt;BR /&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;
    at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;
    at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)&lt;BR /&gt;
    at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:78)&lt;BR /&gt;
    at org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:109)&lt;BR /&gt;
    at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:306)&lt;BR /&gt;
    at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:284)&lt;BR /&gt;
    at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:262)&lt;BR /&gt;
    at org.jboss.weld.event.ObserverNotifier.notifySyncObservers(ObserverNotifier.java:271)&lt;BR /&gt;
    at org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:260)&lt;BR /&gt;
    at org.jboss.weld.event.EventImpl.fire(EventImpl.java:89)&lt;BR /&gt;
    at testapp.connectivity.container.core.ManagedService.doStart(ManagedService.java:315)&lt;BR /&gt;
    at testapp.connectivity.container.common.lifecycle.LifecycleSupport.start(LifecycleSupport.java:51)&lt;BR /&gt;
    at testapp.connectivity.runtime.mx.server.MxServiceServer_3_1_38.doStart(MxServiceServer_3_1_38.java:109)&lt;BR /&gt;
    at testapp.connectivity.container.common.lifecycle.LifecycleSupport.start(LifecycleSupport.java:51)&lt;BR /&gt;
    at testapp.connectivity.runtime.registry.XmlServerRegistry_3_1_38.registerService(XmlServerRegistry_3_1_38.java:110)&lt;BR /&gt;
    at testapp.connectivity.runtime.registry.JmxRegistry.register(JmxRegistry.java:84)&lt;BR /&gt;
    at testapp.connectivity.runtime.registry.FileServerRegistry_3_1_0.register(FileServerRegistry_3_1_0.java:20)&lt;BR /&gt;
    at testapp.connectivity.container.core.ManagedService.&lt;INIT&gt;(ManagedService.java:224)&lt;BR /&gt;
    at testapp.connectivity.container.core.ManagedService.&lt;INIT&gt;(ManagedService.java:152)&lt;BR /&gt;
    at testapp.connectivity.container.core.ManagedServiceContainer.startService(ManagedServiceContainer.java:158)&lt;BR /&gt;
    at testapp.connectivity.container.core.ManagedServiceContainer.startManagedInterface(ManagedServiceContainer.java:301)&lt;BR /&gt;
    at testapp.connectivity.container.core.ManagedServiceContainer.startCommand(ManagedServiceContainer.java:295)&lt;BR /&gt;
    at testapp.connectivity.container.core.ManagedServiceContainer.executeCommand(ManagedServiceContainer.java:198)&lt;BR /&gt;
    at testapp.connectivity.runner.Runner.executeCommand(Runner.java:137)&lt;BR /&gt;
    at testapp.connectivity.runner.MxRunner.executeCommand(MxRunner.java:36)&lt;BR /&gt;
    at testapp.connectivity.runner.Runner.bootstrapRunner(Runner.java:249)&lt;BR /&gt;
    at testapp.connectivity.runner.Runner.bootstrapRunner(Runner.java:103)&lt;BR /&gt;
    at testapp.connectivity.runner.MxRunner.bootstrapRunner(MxRunner.java:59)&lt;BR /&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;
    at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;
    at testapp.connectivity.client.ConnectivityRunnerBoot.startRunner(ConnectivityRunnerBoot.java:801)&lt;BR /&gt;
    at testapp.connectivity.client.ConnectivityRunnerBoot.startInterface(ConnectivityRunnerBoot.java:753)&lt;BR /&gt;
    at testapp.connectivity.client.ConnectivityRunnerBoot.&lt;INIT&gt;(ConnectivityRunnerBoot.java:141)&lt;BR /&gt;
    at testapp.connectivity.client.ConnectivityRunnerBoot.main(ConnectivityRunnerBoot.java:277)&lt;BR /&gt;
&lt;STRONG&gt;Caused by: org.apache.camel.FailedToCreateRouteException&lt;/STRONG&gt;: Failed to create route xmlToMxmlRouteStart: Route(xmlToMxmlRouteStart)[[From[jms-tibco:queue:{{jms.inp... because of Failed to resolve endpoint: jms-tibco://queue:testQueue?concurrentConsumers=%5B%25+JMS.TBUS.JMS_Input_Consumers+%25%5D&amp;amp;transacted=true&amp;amp;transactionManager=%23jtaTransactionManager&amp;amp;useMessageIDAsCorrelationID=true due to: Error during type conversion from type: java.lang.String to the required type: int with value [% JMS.TBUS.JMS_Input_Consumers %] due &lt;STRONG&gt;java.lang.NumberFormatException&lt;/STRONG&gt;: For input string: "[% JMS.TBUS.JMS_Input_Consumers %]"&lt;BR /&gt;
    at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:201)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultCamelContext.startRoute(DefaultCamelContext.java:947)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultCamelContext.startRouteDefinitions(DefaultCamelContext.java:3258)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:2981)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultCamelContext.access$000(DefaultCamelContext.java:175)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:2812)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:2808)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultCamelContext.doWithDefinedClassLoader(DefaultCamelContext.java:2831)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:2808)&lt;BR /&gt;
    at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:2777)&lt;BR /&gt;
    at testapp.connectivity.core.cdi.camel.CdiCamelContext.start(CdiCamelContext.java:99)&lt;BR /&gt;
    ... 40 more&lt;BR /&gt;
&lt;STRONG&gt;Caused by: org.apache.camel.ResolveEndpointFailedException&lt;/STRONG&gt;: Failed to resolve endpoint: jms-tibco://queue:testQueue?concurrentConsumers=%5B%25+JMS.TBUS.JMS_Input_Consumers+%25%5D&amp;amp;transacted=true&amp;amp;transactionManager=%23jtaTransactionManager&amp;amp;useMessageIDAsCorrelationID=true due to: Error during type conversion from type: java.lang.String to the required type: int with value [% JMS.TBUS.JMS_Input_Consumers %] due &lt;STRONG&gt;java.lang.NumberFormatException&lt;/STRONG&gt;: For input string: "[% JMS.TBUS.JMS_Input_Consumers %]"&lt;BR /&gt;
    at org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.java:590)&lt;BR /&gt;
    at org.apache.camel.util.CamelContextHelper.getMandatoryEndpoint(CamelContextHelper.java:79)&lt;BR /&gt;
    at org.apache.camel.model.RouteDefinition.resolveEndpoint(RouteDefinition.java:211)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:107)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:113)&lt;BR /&gt;
    at org.apache.camel.model.FromDefinition.resolveEndpoint(FromDefinition.java:69)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultRouteContext.getEndpoint(DefaultRouteContext.java:89)&lt;BR /&gt;
    at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:1052)&lt;BR /&gt;
    at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:196)&lt;BR /&gt;
    ... 51 more&lt;BR /&gt;
&lt;STRONG&gt;Caused by: org.apache.camel.TypeConversionException&lt;/STRONG&gt;: Error during type conversion from type: java.lang.String to the required type: int with value [% JMS.TBUS.JMS_Input_Consumers %] due java.lang.NumberFormatException: For input string: "[% JMS.TBUS.JMS_Input_Consumers %]"&lt;BR /&gt;
    at org.apache.camel.impl.converter.BaseTypeConverterRegistry.createTypeConversionException(BaseTypeConverterRegistry.java:610)&lt;BR /&gt;
    at org.apache.camel.impl.converter.BaseTypeConverterRegistry.mandatoryConvertTo(BaseTypeConverterRegistry.java:177)&lt;BR /&gt;
    at org.apache.camel.impl.converter.BaseTypeConverterRegistry.mandatoryConvertTo(BaseTypeConverterRegistry.java:156)&lt;BR /&gt;
    at org.apache.camel.util.IntrospectionSupport.convert(IntrospectionSupport.java:622)&lt;BR /&gt;
    at org.apache.camel.util.IntrospectionSupport.setProperty(IntrospectionSupport.java:537)&lt;BR /&gt;
    at org.apache.camel.util.IntrospectionSupport.setProperty(IntrospectionSupport.java:602)&lt;BR /&gt;
    at org.apache.camel.util.IntrospectionSupport.setProperties(IntrospectionSupport.java:459)&lt;BR /&gt;
    at org.apache.camel.util.IntrospectionSupport.setProperties(IntrospectionSupport.java:469)&lt;BR /&gt;
    at org.apache.camel.util.EndpointHelper.setProperties(EndpointHelper.java:256)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultComponent.setProperties(DefaultComponent.java:257)&lt;BR /&gt;
    at org.apache.camel.component.jms.JmsComponent.createEndpoint(JmsComponent.java:886)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultComponent.createEndpoint(DefaultComponent.java:114)&lt;BR /&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;
    at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;
    at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)&lt;BR /&gt;
    at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100)&lt;BR /&gt;
    at org.jboss.weld.proxies.CamelContextAware$Component$1063300809$Proxy$_$$_WeldClientProxy.createEndpoint(Unknown Source)&lt;BR /&gt;
    at org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.java:570)&lt;BR /&gt;
    ... 59 more&lt;BR /&gt;
&lt;STRONG&gt;Caused by: org.apache.camel.RuntimeCamelException&lt;/STRONG&gt;: java.lang.NumberFormatException: For input string: "[% JMS.TBUS.JMS_Input_Consumers %]"&lt;BR /&gt;
    at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1642)&lt;BR /&gt;
    at org.apache.camel.util.ObjectHelper.invokeMethod(ObjectHelper.java:1247)&lt;BR /&gt;
    at org.apache.camel.impl.converter.StaticMethodTypeConverter.convertTo(StaticMethodTypeConverter.java:59)&lt;BR /&gt;
    at org.apache.camel.impl.converter.BaseTypeConverterRegistry.doConvertTo(BaseTypeConverterRegistry.java:315)&lt;BR /&gt;
    at org.apache.camel.impl.converter.BaseTypeConverterRegistry.mandatoryConvertTo(BaseTypeConverterRegistry.java:168)&lt;BR /&gt;
    ... 77 more&lt;BR /&gt;
&lt;STRONG&gt;Caused by: java.lang.NumberFormatException&lt;/STRONG&gt;: &lt;STRONG&gt;For input string: "[% JMS.TBUS.JMS_Input_Consumers %]"&lt;BR /&gt;
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)&lt;BR /&gt;
    at java.lang.Integer.parseInt(Integer.java:580)&lt;BR /&gt;
    at java.lang.Integer.valueOf(Integer.java:766)&lt;BR /&gt;
    at org.apache.camel.converter.ObjectConverter.toInteger(ObjectConverter.java:262)&lt;BR /&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;
    at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;
    at org.apache.camel.util.ObjectHelper.invokeMethod(ObjectHelper.java:1243)&lt;BR /&gt;
    ... 80 more&lt;/STRONG&gt;&lt;/INIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:14:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304570#M3916</guid>
      <dc:creator>nagaraju_chitta</dc:creator>
      <dc:date>2020-09-29T16:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: why I am unable to extract the fields from error log using IFX</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304571#M3917</link>
      <description>&lt;P&gt;@nagaraju_chittathuru &lt;/P&gt;

&lt;P&gt;That error is because, splunk should have already extracted the value and put it some field. So thatt you can't create new field out of it. To resolve this issue, on top right corner on your IFX screen there is drop down button named existing fields.Click on that uncheck the fields and try to extract your required field.&lt;/P&gt;

&lt;P&gt;i hope it helps &lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 15:17:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304571#M3917</guid>
      <dc:creator>sbbadri</dc:creator>
      <dc:date>2017-10-12T15:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: why I am unable to extract the fields from error log using IFX</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304572#M3918</link>
      <description>&lt;P&gt;Hi @nagaraju_chittathuru, can you please limit your post to 10,000 characters then convert it to a comment? Please reserve the Answers feature strictly for answers to the original question and use the comments feature for any conversation/comments.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 17:39:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304572#M3918</guid>
      <dc:creator>lfedak_splunk</dc:creator>
      <dc:date>2017-10-12T17:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: why I am unable to extract the fields from error log using IFX</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304573#M3919</link>
      <description>&lt;P&gt;@sbbadri...I have already done that ...still the error exist and then I posted the screenshot&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 17:40:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304573#M3919</guid>
      <dc:creator>nagaraju_chitta</dc:creator>
      <dc:date>2017-10-12T17:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: why I am unable to extract the fields from error log using IFX</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304574#M3920</link>
      <description>&lt;P&gt;@Ifedak, apologies...initially tried to post this in the comments and somehow could not be able to submit hence added like this...going forward will follow the best practices to post the question and related comments.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 17:54:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304574#M3920</guid>
      <dc:creator>nagaraju_chitta</dc:creator>
      <dc:date>2017-10-12T17:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: why I am unable to extract the fields from error log using IFX</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304575#M3921</link>
      <description>&lt;P&gt;Hi cusello...with the below regex I can be able to get the whole error. would like to extract date as well from the provided sample. Also is it a good practice to split the event and can show the portion of the error as a description or would you suggest the description also has to extract using REGEX?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(?ms)ERROR\s(?&amp;lt;ERROR&amp;gt;.*?)\s+Caused\sby:\s+(?&amp;lt;Caused_by&amp;gt;.*)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Oct 2017 09:46:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304575#M3921</guid>
      <dc:creator>nagaraju_chitta</dc:creator>
      <dc:date>2017-10-13T09:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: why I am unable to extract the fields from error log using IFX</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304576#M3922</link>
      <description>&lt;P&gt;Hi nagaraju_chittathuru,&lt;BR /&gt;
You should define if it's better for you to have the full error message or a part of it: I have an App where customer asked to me to display the full message, instead in another App the same customer asked to me to display only a part of it.&lt;/P&gt;

&lt;P&gt;Watching your log, I see that it's easier to extract the full log because it's difficoult to find a rule to identify the part of log to take: e.g. it's easy to extract the first string without spaces after "Caused by" (your first bold string) but it's difficoult to identify the second bold string (there aren't clear identifiers).&lt;/P&gt;

&lt;P&gt;Eventually in your dashboard you could put a text box to perform a full text search in error messages that could help your users to use this log.&lt;/P&gt;

&lt;P&gt;bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 10:21:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/why-I-am-unable-to-extract-the-fields-from-error-log-using-IFX/m-p/304576#M3922</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-10-13T10:21:55Z</dc:date>
    </item>
  </channel>
</rss>

