Splunk Dev

Splunk App Dev: Want to display machine load in trend table format

vikassanap2011
New Member

Hi,
I am developing a splunk app using django and splunkjs stack to monitor various nodes(compute machines). Machine count is dynamic.
I have log in following format:
timestamp, machine_name, load

Want to display this information in following format:
|machine|current load| load trend(last 2 days)|
|1|0.85| Sparkline trend|

Thanks!

Tags (3)
0 Karma

gibba
Path Finder

HI

as you have represented data? with a table? or you need to organize the div in html template?

if you need only organize the fields you can order with the options field in tag django.

example:

{% table id="table-example" managerid="example-search" fields='"machine","current load",............."Sparkline trend"' %}

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...