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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...