Activity Feed
- Got Karma for Re: 4 students are attempting for exams multiple times , need to extract only failed student details, can any one help. 09-08-2020 11:42 PM
- Posted Re: How to expand and collapse table rows using javascript? on Dashboards & Visualizations. 09-03-2020 12:58 PM
- Posted Re: Splunk Dashboard Examples: How can I implement the table row expansion? on All Apps and Add-ons. 09-03-2020 12:51 PM
- Posted Re: prevent dashboard panel going using 2 tabs on Dashboards & Visualizations. 09-03-2020 09:08 AM
- Posted Re: 4 students are attempting for exams multiple times , need to extract only failed student details, can any one help on Alerting. 09-03-2020 09:06 AM
- Posted How to add two level row expansions for a table view? on Dashboards & Visualizations. 09-03-2020 08:44 AM
- Posted Re: How best to ingest Microsoft Defender ATP events? on Getting Data In. 09-02-2020 08:49 AM
- Posted Re: About configuring cve lookup app on Splunk Enterprise. 09-02-2020 08:47 AM
- Posted I am trying to get the custom cell expansions just like custom row expansion on Splunk Dev. 09-02-2020 08:38 AM
- Posted Re: Adding drilldown input to dashboard by JS on Dashboards & Visualizations. 09-01-2020 08:42 AM
- Posted Re: How to create custom row expansion in a table? on Splunk Dev. 09-01-2020 07:50 AM
- Karma Re: How to include CSS in Dashboards with the latest Splunk version for niketn. 08-11-2020 08:12 AM
- Karma Re: What is causing my dashboards to throw error "The search job terminated unexpectedly" when choosing a large time range? for DavidHourani. 06-05-2020 12:47 AM
- Karma Re: what do the indexed fields `timeendpos` and `timestartpos` represent? for kristian_kolb. 06-05-2020 12:46 AM
- Posted Splunk > HortonWorks Hive connection not working with Splunk app for DB connect on All Apps and Add-ons. 05-14-2020 03:14 PM
- Tagged Splunk > HortonWorks Hive connection not working with Splunk app for DB connect on All Apps and Add-ons. 05-14-2020 03:14 PM
- Tagged Splunk > HortonWorks Hive connection not working with Splunk app for DB connect on All Apps and Add-ons. 05-14-2020 03:14 PM
- Posted Can't query Hortonworks Hive data through Splunk app for DB Connect on All Apps and Add-ons. 03-25-2020 09:22 AM
- Tagged Can't query Hortonworks Hive data through Splunk app for DB Connect on All Apps and Add-ons. 03-25-2020 09:22 AM
- Tagged Can't query Hortonworks Hive data through Splunk app for DB Connect on All Apps and Add-ons. 03-25-2020 09:22 AM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 | |||
0 | |||
0 | |||
0 | |||
0 |
09-03-2020
12:58 PM
@pkarpushin I have a similar use case but I need the two-level of row expansion, The first expansion is on main row and the second expansion is on the expanded row. Is this possible? Please assist!
... View more
09-03-2020
12:51 PM
Hello, @rshah_splunk I actually need help on a similar kind of problem, Is it possible to have a two-level of row expansions.
... View more
09-03-2020
09:08 AM
Can you explain to me more, What are the tabs causing the issue? Are they any default tabs or customized tabs?
... View more
09-03-2020
09:06 AM
1 Karma
use stats latest(status) as status | search status=fail
... View more
09-03-2020
08:44 AM
Hello All,
I am using the row table expansion.js from dashboard examples. But I can only do 1 one level row expansion but I actually wanted a two-level row expansion. I am not good with Javascript so just wanted to get it the two level nesting.
... View more
Labels
- Labels:
-
drilldown
-
javascript
-
table
09-02-2020
08:49 AM
Please take a look at this app : https://splunkbase.splunk.com/app/5038/ you can onboard the data using the Modular inputs.
... View more
09-02-2020
08:47 AM
@franciscof Can you please check the internal error logs, To find the more information.. Please explain what your script does, and what are you trying to achieve?
... View more
09-02-2020
08:38 AM
Hello All, I have a table view where I need to add the custom cell expansion with + button before the value If I click on the Add button before the cell values, I need to get the expansion of all the associated values. Main search = index= _internal | stats values(sourcetype) by host cell expansion = index=_internal | search cellclickvalue | stats values(Source) by cellclickvalue
... View more
Labels
- Labels:
-
SplunkJS
09-01-2020
08:42 AM
Hello @astatrial I have a similar use-case to solve.. We need to add a row expansion to each row in visualization for a field by using the + icon to starting of the field. Please let me know if you solved it, I need a help with it.
... View more
09-01-2020
07:50 AM
Hello @vnravikumar I have a similar question, Please let me know if we can do it with HTML or CSS? We are Splunk cloud so it is bit hard for us with javascript.
... View more
05-14-2020
03:14 PM
Hello All,
I am trying to set up the connection for HortonWorks using Splunk App for DB connect but getting the "SQL Method not supported" errors while trying to query the hive tables.
Splunk HF version 8.0
Splunk App_for Db connect 3
HortonWorks hive 3.1
Drivers installed :
hive-jdbc-3.1.0.3.1.0.179-1-standalone.jar
hadoop-common-3.1.1.3.1.0.179-1.jar
hadoop-auth-3.1.1.3.1.0.179-1.jar
I was able to make the connection and can see all the schemas and tables but when I select the table I am getting the "SQL Method not supported" error. Please assist!
[Hive-Connection]
displayName=hive-hortonworks
serviceClass=com.splunk.dbx2.DefaultDBX2JDBC
jdbcUrlFormat = jdbc:hive2://:/
jdbcUrlSSLFormat = jdbc:hive2://:/
jdbcDriverClass = com.cloudera.hive.jdbc41.HS2Driver
jdbcDriverClass = org.apache.hive.jdbc.HiveDriver
jdbcDriverClass = org.apache.hadoop.hive.cli.CliDriver
port = 10000
[Hive__mte]
connection_type = Hive-Connection
customizedJdbcUrl = jdbc:hive2://xxxxxxxxxxx:10000/
disabled = 0
enable_query_wrapping = false
host = xxxxx
database =
identity = splnkdb2
jdbcUseSSL = false
port = 10000
readonly = false
... View more
03-25-2020
09:22 AM
Hello,
We have Hortonworks Hive 3.1 and when we are trying to query the connection from Splunk DB connect to HortonWorks Hive. I see the SQL method error. But we are using the same Drivers that our internal apps are using.
... View more
04-12-2018
01:40 PM
How can we put the index names here?
... View more
03-16-2018
07:54 AM
Great, Thank you Sahr
... View more
11-18-2017
10:50 AM
I am facing the same issue, Please let me know if you find a resolution for it. Thanks!
... View more
12-13-2016
05:45 PM
| inputlookup Roster.csv
Level 1 Manager Level 2 Manager Level 3 Manager
Ganesh Ganesh Ganesh
The result should be like this
Level 1 Manager Level 2 Manager Level 3 Manager
N/A N/A Ganesh
Like this i have 13,000 rows.. So i need to work on this to make sure that for every row, the matching results should be eliminated and the value is to be in the final row and the remaining values should be N/A.
... View more