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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...