Events type
name, subtype, type, sal
EVENT sample
jack,male,human, 1000
rose,female,human,1500
I want to get the below output. Can someone help?
Name Salary
Human(male) Jack 1000
Human(female) Rose 1500
... View more
With the below code. My page is not generating graphs as expected. It loads only on pressing submit button.
Last 2 hours
False
True
True
Submit
True
False
False
progress
False
False
300
some search
some search
some label
True
True
False
Hits
top
line
Time
100%
flashtimeline
flashtimeline
some search
some label
True
True
False
Response Time (ms)
top
line
Time
zero
100%
flashtimeline
... View more
Now i have to hit submit button to load. I want the page to show charts as soon as i visit the dashboard.
Please note that putting timepicker and submit module inside searchString module works. But the problem is i want the time picker to be common for both search string modules
... View more
My Dashboard looks like below
I have set 2 hours as default time. I wanted my app to show results onload. How can i achieve
Timepicker
submit button
searchString (summary search) autorun = true
post process1 autorun = true
.....
.....
post processN autorun = true
End searchString (summary search)
searchString (raw search) autorun = true
post process1 autorun = true
.....
post processN autorun = true
End searchString (raw search)
End submit button
End Timepicker
... View more
thank you MHibbin for your time. I'm aware of both the methods you told. I was checking whether there is any magic that does it in one Shot.
... View more
I have a dashboard with 10 graphs all pointing to one saved search each. what is the easiest way to convert all of them to inline search at One GO?
... View more
I add users in authentication.conf. I push them to SH. The updated file resides on .../primary/..
But when i reload (which i have to do for some reason), a new copy of authentication.conf is automatically created and is placed in ../etc/system/local/
this system/local copy overrides the one in primary.
Now i have to delete this system/local copy every time i add users to see newly added users in UI.
Is there a way to avoid this step ?
... View more
@HEXX when i tried this url, http[s]://[splunkweb hostname]:[splunkweb port]/debug/refresh
it gets timed out every time i tried. Is there any other way , i can get the list of entities? like "admin/auth-services"
... View more
I know we can refresh different entities like the following.
Is there any link where i can all the entities available?
http://splunkserver:8000/en-US/debug/refresh?entity=
... View more
I understand, turnaround time for adding people to LDAP group is very high in my organization. Also there are multiple teams who want to create dashboards and share only with their team members. so creation of roles happen a lot. your suggestions ?
... View more
Thank you.
We use LDAP authentication but define roles in authorise.conf and use them. We are using ldap for authentication and splunk for access restriction (roles).
Now to map user to splunk defined role, i add them under [roleMap_AD] in authentication.conf as role_name = user id1,user id2,....
Now with this setup, i have to reload in each Search Head. Is there any way i can simplyfy this. We have 10 SH and doing it ten times if not a good idea
... View more
We are having LDAP enabled for user management. I add user id in authentication.conf. then run the command splunk reload deploy-server. This command pushes authentication.conf to all pooled Search Head.
How ever users are not able to login.
Only after running 'splunk reload auth' in each SearchHead, user is able to login.
why should i run reload auth in every search head ? Is there any alternative ?
I'm seeing the below note in the link http://docs.splunk.com/Documentation/Splunk/latest/admin/SetupuserauthenticationwithLDAP
but i will have to reload auth when i add new users. Else they are not able to login.
Should i make some other changes?
Note: Splunk automatically checks LDAP membership information when a user attempts to log into Splunk. You do not need to reload the authentication configuration when adding or removing users.
... View more
we can get query result values by "result[0].column name". can this variable be dynamically created.
in other words, can i dynamically compute number in the brackets based on number of rows?
... View more
thanks for the reply. I am aware of view.rng or view.rnc and i also know that i can get it from http://localhost:8000/en-US/info. I'm looking for ways to use them in RAD.
... View more
Tom has "POWER" ROLE that inherits "USER" Role and has more capabilities.
Tom creates dashboard "Dash1"
Tom wants to share Read access to ROLE "TOM-TEAM-ROLE".
Tom is not able to see "permissions" link against "Dash1"
I'm an Admin. I have complete access to splunk. What should i do to enable permissions link against "Dash1" for Tom.
... View more
Hi,
Will it be a good idea to add logger function in Java-SDK where you can put logs with INFO,DEBUG,ERROR... category? So that we can enable log level in one common place and go about the code flow (for faster learning and debugging)
... View more