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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...