All Apps and Add-ons

example search

famku
Engager

Please provide an example for Arc Globe Visualisation

0 Karma
1 Solution

locki
Engager

Hi,

In conjunction with this lookup:

lon,lat,color,dash_gap,dash_time,label,rotate_to,stroke,dash_length
133.7751,-24.988138,#fc0303,1,1000,N/A,false,0.4,1
172.36,-42.912,#fc0303,1,1000,New Zealand,true,0.4,1
133.7751,-24.988138,#fc0303,1,1000,N/A,false,0.4,1
66.89,48.36,#fc0303,1,1000,Kazakhstan,true,0.4,1
133.7751,-24.988138,#fc0303,0.5,500,Australia,true,1,1
0.0,55.30,#fcba03,0.5,500,United Kingdom,true,1,1
-54.7472937,-9.1815097,#fcba03,0.5,500,Brazil,true,1,1
0.0,55.30,#fcba03,0.5,500,United Kingdom,false,1,1

Use search:

| inputlookup arc_globe_data.csv | eval _time=now() | rename rotate_to as snap | eval label_size=(random() % 10) + 1 | transaction maxevents=3 mvlist=true | table _time lat lon  label snap

View solution in original post

0 Karma

famku
Engager

Thank you!

0 Karma

Azeemering
Builder

To test the Arc Globe, use the following lookup:

lon,lat,color,dash_gap,dash_time,label,rotate_to,stroke,dash_length
133.7751,-24.988138,#fc0303,1,1000,N/A,false,0.4,1
172.36,-42.912,#fc0303,1,1000,New Zealand,true,0.4,1
133.7751,-24.988138,#fc0303,1,1000,N/A,false,0.4,1
66.89,48.36,#fc0303,1,1000,Kazakhstan,true,0.4,1
133.7751,-24.988138,#fc0303,0.5,500,Australia,true,1,1
0.0,55.30,#fcba03,0.5,500,United Kingdom,true,1,1
-54.7472937,-9.1815097,#fcba03,0.5,500,Brazil,true,1,1
0.0,55.30,#fcba03,0.5,500,United Kingdom,false,1,1

with search:

| inputlookup arc_lookup.csv | eval _time=now() | rename rotate_to as snap | eval label_size=(random() % 10) + 1 | transaction maxevents=3 mvlist=true | table _time lat lon label snap
0 Karma

locki
Engager

Hi,

In conjunction with this lookup:

lon,lat,color,dash_gap,dash_time,label,rotate_to,stroke,dash_length
133.7751,-24.988138,#fc0303,1,1000,N/A,false,0.4,1
172.36,-42.912,#fc0303,1,1000,New Zealand,true,0.4,1
133.7751,-24.988138,#fc0303,1,1000,N/A,false,0.4,1
66.89,48.36,#fc0303,1,1000,Kazakhstan,true,0.4,1
133.7751,-24.988138,#fc0303,0.5,500,Australia,true,1,1
0.0,55.30,#fcba03,0.5,500,United Kingdom,true,1,1
-54.7472937,-9.1815097,#fcba03,0.5,500,Brazil,true,1,1
0.0,55.30,#fcba03,0.5,500,United Kingdom,false,1,1

Use search:

| inputlookup arc_globe_data.csv | eval _time=now() | rename rotate_to as snap | eval label_size=(random() % 10) + 1 | transaction maxevents=3 mvlist=true | table _time lat lon  label snap
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, ...