Nikhil Tikoo
Nikhil Tikoo

Reputation: 375

Querying in Custom Visualization app in splunk

I am querying splunk with the help of a query that I made to search the splunk database.

Now this query is giving me a lot of fields as the result. But I want only selected fields in the output. How to do that?

I am using 'Custom Visualization' app in splunk. I want my splunk query to be used in Custom Visualization so that a flowchart is produced. How to achieve this thing?

Upvotes: 0

Views: 217

Answers (1)

Larry Shatzer
Larry Shatzer

Reputation: 3627

There are a few things you can do to limit the number of fields. It all depends on your query (which you forgot to attach, so we could help better).

Without seeing your query, these are what I would suggest:

  1. fields
  2. table

For your second question, you will need to create a dashboard, and follow the tutorial section of the Custom Visualization app. Which involves creating your own dashboard, and importing the appropriate javascript/css files, and use an html section of the dashboard with the right options. Without seeing what you have attempted with this, it would be hard to help.

Upvotes: 1

Related Questions