All Apps and Add-ons

Splunk 6.x Dashboard Examples: Why Javascript D3 Parallel Coordinates is not displaying all fields?

DavidHourani
Super Champion

Hello,

I am trying to use D3 Parallel Coordinates which exists in the 'Splunk 6.x Dashboard Examples’ app. The D3 works fine and most data gets displayed correctly the problem is that some fields don't show on the parallels.

For example I am trying to set 3 lines, one for the IP, one for the BW and one for the number of request but this view is only showing me the BW and the Nb of requests but not the IP addresses.

Has anyone had such an issue ? any idea how i can fix it ?

thank you.

David

1 Solution

dimitryz
Path Finder

Hi David ,
I beleive I had similar issue .
I've build D3 Parallel Coordinates chars that shows relations in following way :
host->source->sourcetype->index->size

One of my indexes seems to contain too many sources for Parallel Coordinates presentation.
When I incude this index "source" field is not shown.
When the index is excluded - all the fields are shown.
You may try to reduce IP addresses count.

Regards,
Dmitry

View solution in original post

dimitryz
Path Finder

Hi David ,
I beleive I had similar issue .
I've build D3 Parallel Coordinates chars that shows relations in following way :
host->source->sourcetype->index->size

One of my indexes seems to contain too many sources for Parallel Coordinates presentation.
When I incude this index "source" field is not shown.
When the index is excluded - all the fields are shown.
You may try to reduce IP addresses count.

Regards,
Dmitry

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...