Tagged Questions
0
votes
0answers
26 views
REGEX string for event breaks in Splunk data indexing
I have a log that contains the data in the following format:
2013-05-16 09:40:25,861 *alphanumeric*;*number*; *alphanumeric*;*number*; ... and so on.
I want Splunk to index each event like so:
...
0
votes
2answers
43 views
I want collect all characters and events that end with a certain text? [closed]
I want to collect all data before a specified text or that ends with it, I have tried the following:
.{30}Value_*|.{55}Value2_*
But you have to specify how many characters you want to collect ...
0
votes
2answers
54 views
Splunk Regex for filtering through host names
I am fairly new to splunk. We have three hbase clusters and all of which have multiple zookeeper nodes and region servers listed on them like what i mentioned below.
Cluster 1
test101.blah.com
...
1
vote
1answer
68 views
how to replace time duration using regular expression
I'm struggling with some regexp. I'm writing a splunk query, one of the field is a time duration and I need to do some text replacement. The following are sample values and their replacement.
...
0
votes
2answers
131 views
Regular Expression works for all but 1.00 in Splunk rex
I am use a rex in splunk to extract the decimal amount from a field that contains the amount plus the 3-digit currency code. Both values are separated by a space.
Examples:
200.00 INR
2390.11 INR
...
-1
votes
3answers
163 views
What would the regex to match the hostname of this string?
I'm trying to match the hostname in this extracted SNMP packet
2012-07-27 12:16:03 SUP-V5-ISA-1 [10.165.26.10] (via UDP: [10.165.26.10]:61151->[0.0.0.0]:0) TRAP, SNMP v1, community public
...
0
votes
3answers
102 views
Regular Expression for parsing parts of a sentence
I am trying to create a regex that will parse a portion of a sentence within a Windows Log event.
As an example, EventCode=7035 generates the following:
The Network Location Awareness (NLA) service ...
2
votes
1answer
37 views
Getting rid of the parenthesis with regular expression group matching
I'm trying to analyze logs using splunk and I need to parse lines that look like this:
2012-06-20 20:35:13,980 INFO [http-bio-8080-exec-72] (b50f3a81-f9e0-4ebf-b9e2-b007c8dd4cbf) ...
-1
votes
1answer
222 views
regex to match some string
I am working a project that need to match certain string in the output..
here the sample:
user code timestamp Action Name S#TPLC Field Name User code group ...
0
votes
2answers
210 views
wildcard dot-star to ignore delimeter
I am trying to write a splunk query that basically extracts fields between delimiter "," and puts the value in a variable.
I want to extract everything between 2 commas.
,extract this@#$,
,extract ...
3
votes
1answer
122 views
regex to change time value past midnight [closed]
I've an application log whith timestamps from 01-24 (instead of 00-23), I'm trying to do a search and replace "24" with "00" eg
15.03.2012 24:59:58 - SIRENG INFO com.app.funnction.info
15.03.2012 ...
1
vote
2answers
209 views
Splunk (perl) REGEX for DNS
Im trying to create a regex to pull out the CNAME for DNS quires in splunk. I can get the first DNS name (everything after "CNAME-record for " and before ( "=" ), but i cant find an expression to get ...
0
votes
2answers
139 views
extracting command using regular expression
I need to extract the command, whatever we see in ( ) after the word CMD in the following line.
Oct 29 08:00:01 data2 crond[14368]: (root) CMD (sh -xv /home//ste-telnet.sh > ...
0
votes
1answer
888 views
Regular Expression in Splunk
I need regular expression which will provide me error msg in following format:
[2011-09-21 17:53:24:446 GMT][75DABF9052639D387C4E2F8EF7DC516C.http-8080-18] [com.abc.resolver.rest.CommComponent] ...