Hi I have this SPL query but getting this error?
Error in 'rename' command: Usage: rename [old_name AS/TO/-> new_name]+.
Any ideas why or how to resolve this please?
| tstats count where i...
Hello Splunkers,
I was wondering if there is a Splunk documentation or an article about how certain search commands behave in a distributed environment. (i.e. mainly the usage of Join, S...
I am working with event data in Splunk where each event contains a command with multiple arguments. I'm extracting these arguments and their associated values using regex, resulting in multi-value f...
Hello, I am a big fan of using Join for combining results of different sourcetypes and indexes (especially with a type=left parameter) but I do see alot of hate in the community towards the usage o...
...utput will be truncated at 5200 results due to excessive memory usage. Memory threshold of 500MB as configured in limits.conf / [mvexpand] / max_mem_usage_mb has been reached.
and my truncated s...
Currently we are looking ingesting events that have multiple eventIDs that log in new lines. We want to have those appear as one event in splunk since trying to run a "| transaction event_id" slows o...
Hi Team,
In below query I am trying to pull all the host from various index and match those host in a list lookup file(list123) and keep that in a table and retuns values with host fields and their...
Hi,
I want to implement a custom command in spluk. So I created an add-on using splunk add-on builder and copied code for my custom command in to add-on.
While validating add-on from the add-on b...
Our purpose is to get the most recent event with specific fields by "dedup" command in indexer cluster
We have read a similar case according to this link, but still confused about the usage of d...
....mvexpand: output will be truncated at 35500 results due to excessive memory usage. I cannot do anything with limits.conf to adjust this memory limit so I need an alternative option to display e...