Activity Feed
- Got Karma for Why does my Deployment Client not phone home with error "unable to resolve my hostname."?. 06-05-2020 12:47 AM
- Got Karma for Why does my Deployment Client not phone home with error "unable to resolve my hostname."?. 06-05-2020 12:47 AM
- Posted Re: Where to download Splunkjs Stack version 1.2 ? on Installation. 10-14-2015 04:03 PM
- Posted Re: Where to download Splunkjs Stack version 1.2 ? on Installation. 10-14-2015 04:01 PM
- Posted Re: Where to download Splunkjs Stack version 1.2 ? on Installation. 10-13-2015 02:59 PM
- Posted Re: Where to download Splunkjs Stack version 1.2 ? on Installation. 10-13-2015 05:42 AM
- Posted Re: Where to download Splunkjs Stack version 1.2 ? on Installation. 10-13-2015 05:41 AM
- Posted Re: Where to download Splunkjs Stack version 1.2 ? on Installation. 10-13-2015 03:48 AM
- Posted Re: Where to download Splunkjs Stack version 1.2 ? on Installation. 10-13-2015 03:08 AM
- Posted Where to download Splunkjs Stack version 1.2? on Installation. 10-13-2015 01:09 AM
- Tagged Where to download Splunkjs Stack version 1.2? on Installation. 10-13-2015 01:09 AM
- Tagged Where to download Splunkjs Stack version 1.2? on Installation. 10-13-2015 01:09 AM
- Posted Re: what's the difference between Splunk Web Framework and Splunk SDK? on Splunk Search. 10-12-2015 03:41 PM
- Posted what's the difference between Splunk Web Framework and Splunk SDK? on Splunk Search. 10-12-2015 04:50 AM
- Tagged what's the difference between Splunk Web Framework and Splunk SDK? on Splunk Search. 10-12-2015 04:50 AM
- Tagged what's the difference between Splunk Web Framework and Splunk SDK? on Splunk Search. 10-12-2015 04:50 AM
- Posted Re: default interval for data sending on Splunk Search. 10-07-2015 04:04 PM
- Posted Re: How to get time duration between two events INSIDE a transaction? on Splunk Search. 09-30-2015 10:10 PM
- Posted Re: How to get time duration between two events INSIDE a transaction? on Splunk Search. 09-30-2015 09:14 PM
- Posted Re: How to get time duration between two events INSIDE a transaction? on Splunk Search. 09-30-2015 06:17 PM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 | |||
0 | |||
0 | |||
2 |
10-14-2015
04:03 PM
I have contacted the splunk team they said they gonna create a ticket for this case. That is two days ago and no update to me currently.
... View more
10-14-2015
04:01 PM
Hi piUek,
I'm afraid it is not what we want. the whole thing in this directory has a different structure as version 1.1 and copying it to my website as required library wont work.
... View more
10-13-2015
02:59 PM
Just take a look at splunkjs/mvc/simpleform/input/ to see how many files in it. Mine is 1.1 so it only has radio.js in it, while v1.2 has a lot of other files in it.
... View more
10-13-2015
05:42 AM
Hi piUek,
Currently I have the version 6.2, and the js library from the path you gave is not version 1.2.
... View more
10-13-2015
05:41 AM
Unfortunately the question hasn't been solved and thus remain oooooopen..
The reason is that the sdk from the path /share/splunk/search_mrsparkle/exposed/js/build/splunkjs is still from version 1.1 and the other one which is from /share/splunk/search_mrsparkle/exposed/js/splunkjs can not be used in the app.
... View more
10-13-2015
03:48 AM
Good point.
I found the v1.2 in this path:
$SPLUNKHOME/share/splunk/search_mrsparkle/exposed/js/splunkjs
Thanks mate.
... View more
10-13-2015
03:08 AM
that is not true. You can use splunkjs stack for doing so.
... View more
10-13-2015
01:09 AM
Hi all,
I'm trying to build a website outside SplunkWeb, so I need to download the splunkjs stack. I can only download the 1.1 version which is not the latest version. But I cannot find the latest version which is version 1.2.
Could anyone help me with that?
Please send me the link or just email it to me on brad@inkerz.com.au?
Cheers,
... View more
10-12-2015
03:41 PM
Thanks muebel, but I still don't quite get it.
What I want to do is build a independent website which do some analytical stuff with the Logs.
One way I think it could be done is by using SDK on the client side communicating with a server that runs splunkd. I can do searching and display the results with a graph.
Second way is by using Web Framework. It allows me to build a new dashboard inside splunkweb, and it seems to have more powerful features than SDK (for instance, the chart graph produced by Web Framework can be zoomed in/out while the graph from SDK can't.) But the downside of using Web Framework is that the dashboard(even converted to HTML) can only be run inside SplunkWeb, while I want a separated webside.
Am I understanding it correctly? Can I use Web Framework outside SplunkWeb or can I make the graph generated from SDK have the ability to zoom in/out.
Thanks!
... View more
10-12-2015
04:50 AM
Hi guys,
I'm very new to Splunk. Could anyone please explain to me what's the difference between Splunk Webframe work and Splunk SDK?
As per my understanding, Web FrameWork is libraries that only reside on server side. Their implementation cannot be seen by end users.
While Splunk SDK is a callable library that reside on client and its implementation can be seen by the end users.
Am I understanding it correctly? Please shed some light on it. Much appreciated.
... View more
10-07-2015
04:04 PM
If the log constantly changes, then it would be expensive to send a TCP traffic every time it changes.
... View more
09-30-2015
10:10 PM
It does the job!!
... View more
09-30-2015
09:14 PM
Thanks, in the last statement which is actionDuration=mvindex(split(end,"#"),1)-mvindex(split(start,"#"),1), it says '-' only takes number, which _time is apparently not. How could I solve it?
... View more
09-30-2015
06:17 PM
because I need to make sure it happens inside the user's login session so that I can know some much time one user spent on this action.
Or maybe there's another way?
... View more
09-30-2015
05:43 PM
Thanks, but I need the timestamps difference between two events that inside the transaction, not the first or the last. Any way I could do that?
... View more
09-30-2015
04:18 PM
Yeah sure:
the log is like:
SessionID ConnectionID (both are fields extracted) ..user_auth..(plaint text inside log)
SessionID ConnectionID (both are fields extracted) ..user_action_start..(plaint text inside log)
SessionID ConnectionID (both are fields extracted) ..user_action_end..(plaint text inside log)
SessionID ConnectionID (both are fields extracted) ..user_signoff..(plaint text inside log)
and my current query is
*| transaction Session connectionID startswith="user_auth" endswith="user_signoff"
... View more
09-30-2015
01:01 AM
Basically what the log looks like is as below:
User log in---
some trivial events---
User start a action ----
some trivial events---
User end a action ----
some trivial events---
User log out---
I managed to use transaction to extract the events between user log in and user log out, but what I need is to get the start time and end time of this action and the time duration between start and end.
Any help would be appreciated...
... View more
09-28-2015
07:15 PM
Cool.
My remaining question is how come nobody experienced this problem before?
... View more
09-28-2015
07:07 PM
Problem Sovled!!
Basically what I did is change the hostname of linux through "hostname xxx", and edited my /etc/hosts to map this xxx to 192.168.1.23 DONE!
... View more
09-28-2015
07:05 PM
Cheers mason, problem SOLVED!!
... View more
09-28-2015
06:59 PM
Fedora Linux
... View more
09-28-2015
06:28 PM
Hi muebel,
it is an entry in my /etc/hosts and it is mapped to 127.0.0.1 and nslookup tell me server cannot find localhost.localdomain.
I don't think this is the reason because I have already changed the hostname in inputs.conf as well as the servername in server.conf to 192.168.1.23(which is the ip address of the deployment client )
... View more
09-28-2015
06:22 PM
Hi mason,
just a quick update.
I just tried these two commands and I saw the changes have been done to inputs.conf and server.conf
(changing the hostname in inputs.conf and servername in server.conf to 192.168.1.23), but after i restarted the splunk and it still doesn't work and the log said the same thing as in the question.
... View more
09-28-2015
06:12 PM
Hi mason,
I check my hostname is just localhost.localdomain. I know it's just from the system command "hostname". Could it be the reason why the client cannot phone home? Should I change it to the IP address of the universal forwarder?
... View more
09-28-2015
06:06 PM
Hi esix,
This is my server.conf, could you help me verify it?
server.conf:
[sslConfig]
sslKeysfilePassword = ....
[lmpool:auto_generated_poll_forwarder]
description = auto_genterated_poll_forwarder
quota = MAX
slaves = *
stack_id = forwarder
[lmpool:auto_generated_poll_free]
...
[general]
pass4SymmKey = ....
serverName = localhost.localdomain
... View more