Hey, Splunkers
I'm having issues attempting a field extraction. The field extraction with appending data is a complete string based. Example:
Signature ( Apple)
Signature (Orange)
The v...
I am trying to create new fields to search across multiple sources. I have two problems:
When searching for data of source1, and selecting "create new field", I create a field using regex (I h...
I want to run a search as an inputlookup after a field (name of the Field: "Field-1"). In the next step, I want to save the result of this search and display it in an HTML block.
How can I do this?
...rinterClient=Workstation1,
Printer=Printer1,
PrinterPort=IP_127.0.0.1
When I go to the fieldextractor and use the wizard I am able to highlight and label the first two fields I want but when I h...
...plunk. I have been trying to generate report using Splunk search query to retrieve the fields and data that i need for my report. I have some basic fields like Index, host sourcetype.... but it is n...
Hi all,
I'm using the Splunk FieldExtractor in order clean up the my search a bit, and I'm using the following rex extraction which works fine from the search and even from the extraction p...
...s 1220 - which corresponds to a number of requests made.
When I Test the below in the fieldextractor it returns the expected result
(?i)=REQUESTS: (?P<RequestsAnswered>\d+)
However if I...
We have a CSV with a field called application and another called IP. Within the field ip there are ip addresses and some ip addresses with CIDR notation. We have hundreds of field entries for a...