I have the Introscope Modular Input app configured, but its printing none = 0 values in splunk.I believe the I output regex is wrong
2017-03-27T14:58:00.000Z None=0 None=0 None=0 None=0
agentRegex = (.)|WebLogic|(.)
metricRegex = JMX|(.):HoggingThreadCount
outputElement = metricName
outputRegex = JMX|(.).L
Actual Output value on Introsocpe Console is this, how do i get the outputRegex in above config
JMX|com.bea|Name=ThreadPoolRuntime|ServerRuntime=(.*)|Type=ThreadPoolRuntime:HoggingThreadCount = 10
... View more