Activity Feed
- Posted How to add a drill down link to my dashboard that redirects to a remote website? on Dashboards & Visualizations. 08-01-2022 09:36 AM
- Posted How can I get Splunk to log the URL that was clicked by the user? on Dashboards & Visualizations. 07-28-2022 08:06 AM
- Posted How to create drilldown external URL with POST instead of GET? on Dashboards & Visualizations. 07-28-2022 08:03 AM
- Posted Re: Correct format for specifying network inputs on Getting Data In. 06-10-2021 10:10 PM
- Posted Correct format for specifying network inputs on Getting Data In. 06-10-2021 09:44 PM
- Karma Re: btool for currently loaded configuration for danielcj. 06-10-2021 12:18 PM
- Posted btool for currently loaded configuration on Installation. 06-10-2021 10:13 AM
- Posted Search head does not send search to all search peers on Deployment Architecture. 06-09-2021 10:40 AM
- Posted License for Deployment Server, Search heads and Heavy Forwarder on Deployment Architecture. 06-04-2021 12:59 PM
- Karma Re: Splunk does not switch to another index group when one fails for venkatasri. 05-31-2021 11:19 PM
- Posted Re: Splunk does not switch to another index group when one fails on Deployment Architecture. 05-31-2021 09:46 PM
- Posted Splunk does not switch to another index group when one fails on Deployment Architecture. 05-31-2021 11:19 AM
- Posted Re: How can I add a percentage sign to the radial gauge number that is displayed at the bottom? on Splunk Search. 05-25-2021 03:40 AM
- Posted Re: Adding HEC input does not have option for app selection on Getting Data In. 05-23-2021 08:41 AM
- Karma Re: Adding HEC input does not have option for app selection for richgalloway. 05-23-2021 08:41 AM
- Posted Adding HEC input does not have option for app selection on Getting Data In. 05-22-2021 10:42 AM
- Posted Host value not being used as set during ingestion on Getting Data In. 04-15-2021 10:11 AM
- Karma Re: Why does Splunk documentation not mention Tab as a delimiter character for gjanders. 04-11-2021 05:05 AM
- Posted Why does Splunk documentation not mention Tab as a delimiter character on Training + Certification Discussions. 04-09-2021 10:11 AM
- Posted Re: _time being treated as a string when run with table command on Splunk Search. 04-09-2021 09:08 AM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 | |||
0 | |||
0 | |||
0 | |||
0 | |||
0 | |||
0 | |||
0 | |||
0 | |||
0 |
08-01-2022
09:36 AM
Dear Splunkers, I want to add a drill down link to my dashboard that redirects to a remote website. Currently, I do it with the following URL using the <link> tab inside drill down.
<link>http[:]//website.com/param1=xyz</link>
The problem is when the user clicks on the link the param1=xyz is part of the URL and is visible in the browser. Does drilldown support HTTP POST so that I can hide the param1=xyz from being displayed in the browser? Regards.
... View more
Labels
- Labels:
-
drilldown
-
simple XML
07-28-2022
08:06 AM
Hi Splunkers,
I have a simple drilldown on my Splunk dashboard that links to an external website. How can I get Splunk to log the URL that was clicked by the user ?
I would like to see a log of all the URLs clicked by each user for audit purpose.
Regards.
... View more
Labels
- Labels:
-
Dashboard Studio
-
drilldown
07-28-2022
08:03 AM
Hi Splunkers,
I have a simple drilldown configured that links to an external website. The link generated by the drilldown has data clearly visible in the URL like http[:]//site.com/name=joe
Is it possible to POST data to an external website using drilldown I would prefer my url to be http[/]site.com and the name=joe to be set as POST parameter.
Regards.
... View more
Labels
- Labels:
-
Dashboard Studio
-
drilldown
06-10-2021
10:10 PM
Hi @venkatasri, I think both are indeed working fine, but I'm just wondering what is the reason for the difference in the documentation and the way Splunk web writes the configuration file when a network input is added.
... View more
06-10-2021
09:44 PM
Hi, The Splunk documentation for inputs.conf presents the format to add a network input as follows [Notice the ":" before the port number] [tcp://:9995]
connection_host = dns
sourcetype = log4j
source = tcp:9995 I went ahead and added a network input from Splunk Web and checked the inputs.conf file and found a different format as shown below. [Notice the lack of ":" before 1333] [tcp://1333]
connection_host = dns
host = splunk-indx1
sourcetype = log4php So what is the appropriate format ? Thanks, Termcap
... View more
Labels
- Labels:
-
inputs.conf
06-10-2021
10:13 AM
Hi, The btool command lists the configuration options as they are on the disk. Can you run the btool command with some switch to see the currently loaded configurations ? Thanks, Termcap
... View more
Labels
- Labels:
-
CLI
06-09-2021
10:40 AM
Hi, My design: 1. Search Head: splunk-sh
2. My search peers: splunk-idx1 and splunk-idx2
3. My forwarders: splunk-fw1 and splunk-fw2
My Data Flow: splunk-fw1 -> sends data -> splunk-idx1 into index mail
splunk-fw2 -> sends data -> splunk-idx2 into index mess
IMP NOTE: index mail only exists on splunk-idx1 and index mess only exists on splunk-idx2 My Search on the search head: index="mess" When I run the above search I am expecting the search head to send the search to both the search peers, splunk-idx1 and splunk-idx2 but I find that Splunk, quiet intelligently, only sends the search to the search peer that has the index mess and does not send it to the other search peer. Is this by design ? Another question. Is it a valid architecture to not have the same indexes on all the search peers because I just want a single querying interface(search head) but at the same time I want to spread the data onto multiple indexers. Thanks, Termcap
... View more
Labels
- Labels:
-
distributed search
-
search head
06-04-2021
12:59 PM
Hi, Considering that the deployment server, Search Heads, Universal Forwarder and Deployers are full Splunk Enterprise Installs, how does the licensing work ? I know that indexer licenses are based upon the data ingestion, so what are search head, Deployer, Deployment Server and Heavy Forwarder licenses based on ? Thanks, Termcap
... View more
05-31-2021
09:46 PM
Hi @venkatasri , Thanks for the alternative outputs configuration. I was wondering is it possible to do what I tried to do in my output configuration. Keep sending to indx1 and switch to indx2 only if indx1 is down and then switch back when indx1 comes back online. (Not loadbalancing) Thanks, Termcap
... View more
05-31-2021
11:19 AM
Hi, I have the following outputs.conf on my Splunk Heavy Forwarder: defaultGroup = indx1
[tcpout:indx1]
server=1.1.1.1:9997
[tcpout:indx2]
server=2.2.2.2:9997 As expected, the heavy forwarder is forwarding all data to the indx1. Then I manually stopped the Indexer indx1 expecting that Splunk will start sending the data to indx2 as indx1 is not available, but this did not happen and all forwarding was blocked by the heavy forwarder waiting for indx1 to come back online. Logs below. 05-31-2021 18:14:45.039 +0000 WARN TcpOutputProc [16471 indexerPipe] - The TCP output processor has paused the data flow. Forwarding to host_dest=1.1.1.1 inside output group indx1 from host_src=splunk-hf has been blocked for blocked_seconds=480. This can stall the data flow towards indexing and other network outputs. Review the receiving system's health in the Splunk Monitoring Console. It is probably not accepting data. Is this the expected behavior ? Should the heavy forwarder not switch to indx2 once indx1 is down ? Thanks, Termcap
... View more
Labels
- Labels:
-
heavy forwarder
-
indexer
05-25-2021
03:40 AM
Hi @niketn This is an amazing solution to the problem and it works perfectly well. How can I get this solution to work if I have multiple Radial Gauges ? Thanks, Termcap.
... View more
05-23-2021
08:41 AM
Hi @richgalloway I do not have payed support with Splunk, So I just hope someone from Splunk is able to take it further from this thread. (Or is it possible to raise a bug request or something similar ? ) Thanks, Termcap.
... View more
05-22-2021
10:42 AM
Hi, While adding an HEC input on the Splunk heavy forwarder, Splunk does not provide the option to select the app. I am using Splunk version 8.1.3 and build 63079c59e632 Is this a bug in the web interface in version 8.1.3 or has the option been removed do to some reason. HEC input addition screenshot: Thanks, Termcap
... View more
Labels
- Labels:
-
heavy forwarder
-
HTTP Event Collector
04-15-2021
10:11 AM
Hi All, I have set up a continuous monitor of the /var/log directory and set the host to "vps" Now when I am searching the oslogs index, I'm expecting all the logs to have the host value to be set as "vps" but that is not the case, instead of having one host "vps" I have two hosts "vps" and "ip-172-31-17-23" which is the hostname of my machine. There is no additional input for the oslogs index, this is the only one that I've set. What explains this anomaly and how can this be rectified ? Thanks.
... View more
Labels
- Labels:
-
field extraction
-
host
-
index
-
indexer
-
inputs.conf
04-09-2021
10:11 AM
Hi, The "Tab" character is shown as one of the delimiter characters in the automatic field extraction UI, so why is tab not mentioned in the documentation ? https://docs.splunk.com/Documentation/Splunk/8.1.3/Knowledge/FXSelectMethodstep Considering that tab is offered as an option in the UI but not mentioned in the documentation, what would be correct answer in the certification exams ? Thanks
... View more
04-09-2021
09:08 AM
Thank you for your comments @gcusello @ITWhisperer Is there a way to force Splunk to display the HH:MM:SS part when using the table command ?
... View more
04-09-2021
03:33 AM
Hi @gcusello kindly have a look at this behavior, your comment would be highly appreciated.
... View more
04-08-2021
12:35 PM
@ITWhisperer The latest date I have is for yesterday: 08/04/2021 and the oldest date I have is 01/01/2020. In the below screenshot you will see that dates are mixed up with 2021 dates appearing between 2020 dates.
... View more
04-08-2021
11:05 AM
Hi, I have the following CSV data that I've uploaded into Splunk iso_code,continent,location,date,total_cases
USA,North America,United States,2020-01-22,1.0
USA,North America,United States,2020-01-23,1.0
USA,North America,United States,2020-01-24,2.0
USA,North America,United States,2020-01-25,2.0 My props.conf is as below [csv-c1]
BREAK_ONLY_BEFORE_DATE =
DATETIME_CONFIG =
INDEXED_EXTRACTIONS = csv
KV_MODE = none
LINE_BREAKER = ([\r\n]+)
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
TIMESTAMP_FIELDS = date
TIME_FORMAT = %Y-%m-%d
category = Structured
description = Comma-separated value format. Set header and other settings in "Delimited Settings"
disabled = false
pulldown_type = true Now, when I perform the search on this data the events are listed with the expected _time values But when I try to create a table with _time field, it appears as if Splunk treats the _time field as a string and not as a date object. Notice that the chronological order of the dates is lost as well as the HH:MM::SS part. Can someone please point out why Splunk is behaving this way ? Surprisingly if I index the same data with the current timestamp, everything works fine and _time does not lose its chronological order or its HH:MM:SS part its displayed using the table command
... View more
Labels
- Labels:
-
field extraction
-
fields
-
table
03-24-2021
01:39 PM
I have a CSV with the following data 19,john doe,blue car,NAY,NA,YAY,,NIL,,,,NA,, There are 14 fields in the above line, but when I try the automatic field extractor via "Extract more fields", It only recognizes 13 fields. Why is the field extractor dropping the last field ?
... View more
Labels
- Labels:
-
CSV
-
field extraction
03-17-2021
01:00 PM
@richgallowayare the fundamentals2/3 study material available for free or is it only available to those who register for the classes conducted by Splunk.
... View more
03-17-2021
12:36 PM
@niketnCan you please explain further what you mean by "Company Account" and "Splunk Partners". Who is a Splunk Partner ? Thanks, Termcap
... View more
03-16-2021
05:24 AM
Thank you for the detailed reply @gcusello , can you please clarify further based on the following context. Lets say I want to start with 50GB/day indexing limit, does this mean: 1. I have to buy a Splunk Enterprise License for 50GB/day and a Splunk Enterprise Security License for 50GB/day ? Will this mean that I have a total ingestion limit of 100GB/day ? 50GB for Splunk Enterprise and 50GB for Enterprise Security ? 2. If I want to now go from 50GB/day to 60GB/day, I need to buy additional 10GB/day for both Splunk Enterprise and Enterprise Security separately ? 3. Can I buy 50GB/day License for Splunk Enterprise and just 30GB/day License for Enterprise Security if I plan to use my Splunk setup for other purposes as well apart from Enterprise Security ? In this case I will only send ~ 30GB/day to Enterprise Security. 4. What do you mean when you say "Beware that the ES installation isn't so immediate!" Thanks, Termcap
... View more
03-16-2021
03:40 AM
If I want to buy a subscription for on premise Splunk Enterprise Security, what is the way to go about ? Some Questions: 1. Is Enterprise Security just an app that is to be installed on Splunk Enterprise or is it a separate Splunk bundle all together ? 2. If I install Splunk Enterprise Security on Splunk Enterprise, will it use the data ingestion license of Splunk Enterprise or will I have to buy a separate ingestion license for Enterprise Security ? 3. Does Splunk Enterprise Security care about the daily ingestion limit or its a function of the underlying Splunk Enterprise installation ? 4. Can I deploy Splunk Enterprise Security as follows: Install Splunk Enterprise and apply a daily ingestion license of xGB/day. Buy subscription for Splunk Enterprise Security, download the app and install it on my Splunk Enterprise install. In case I need to increase the ingestion limit, buy the upgraded license and install it on the Splunk Enterprise ? 5. Can anyone point out a ballpark figure for the price of Splunk Enterprise Security ? Thanks, Termcap
... View more
- Tags:
- enterprise-security
Labels
- Labels:
-
license
03-14-2021
09:44 AM
The issue was that I am working with t2.micro AWS cloud instance with really limited RAM, the search job was causing the RAM requirements to shoot up, which was not a problem because behind the scenes it seems I was using my burstable memory credits. Once I ran out of credit, the OOM killer kicked in and started to kill the Splunkd process that was running the job! Changing the instance type of the Linux machine fixed the issue.
... View more