Splunk Search

How to insert static data in dashboard?

iKate
Builder

Hello

Let's say there are several Excel tables and it is needed to make graphs using its data in Splunk dashboard. How can one insert these tables?

Tags (2)
0 Karma
1 Solution

dart
Splunk Employee
Splunk Employee

If I understand correctly, you have data in an excel file, and you want to chart something just from that data in Splunk.

Are you able to export the tables as CSV files?

You can then define a lookup from the csv file, and then use the search command inputlookup to read in the data, which you can then pipe to stats, chart or timechart. For example:

| inputlookup my_lookup_name | chart count by field

View solution in original post

0 Karma

dart
Splunk Employee
Splunk Employee

If I understand correctly, you have data in an excel file, and you want to chart something just from that data in Splunk.

Are you able to export the tables as CSV files?

You can then define a lookup from the csv file, and then use the search command inputlookup to read in the data, which you can then pipe to stats, chart or timechart. For example:

| inputlookup my_lookup_name | chart count by field
0 Karma

iKate
Builder

Nevertheless it was a confusion with "inputlookup" command as it turned out that
1) the command should be strictly in the beginning of the search
2) should start with "|"
3) and the rest of the search should be appended.
All this was not obvius from its description in the search commands reference (maybe just for me).

So my working string looks like this:

| inputlookup my_lookup_csv_file

| append [search source="my_source"
...... ]

Thanks again!

0 Karma

iKate
Builder

Dart, thank you a lot! You showed me the right direction of solving the problem. Now I see vast horizons of how to use this new knowledge..:) I've already tried "inputlookup" and "lookup" and got exactly what I needed!

I used splunk manager interface instead of editing config files to create lookup tables: http://docs.splunk.com/Documentation/Splunk/4.3.3/User/CreateAndConfigureFieldLookups

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...