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!

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...