Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The tags beginning with firewall.meraki identify events generated by Cisco Meraki. For additional Meraki data sources, see Cisco Meraki collector .

Valid tags and data tables 

...

These are the valid tags and corresponding data tables that will receive the parsers' data:

Product / Service

Tags

Data tables

Firewall Meraki

firewall.meraki.events

firewall.meraki.events

firewall.meraki.flows

firewall.meraki.flows

firewall.meraki.ids-alerts

firewall.meraki.idsAlerts

firewall.meraki.urls

firewall.meraki.urls

For more information, read more About Devo tags.

How is the data sent to Devo?

Data may be sent with a relay. Example relay rules:

Code Block
            Source data: 
             Source tag: 
             Target tag: firewall.meraki.events
Sent without syslog tag: false
        Stop processing: true
Code Block
         Source message: 
            Source data: 
             Source tag: 
             Target tag: firewall.meraki.flows
Sent without syslog tag: true
        Stop processing: true
Code Block
         Source message: 
            Source data: 
             Source tag: 
             Target tag: firewall.meraki.idsAlerts
Sent without syslog tag: false
        Stop processing: true
Code Block
         Source message: 
            Source data: 
             Source tag: 
             Target tag: firewall.meraki.urls
Sent without syslog tag: false
        Stop processing: true
Code Block
         Source message: 
            Source data: ^[^ ]+ [^ ]+ ([^ ]+) .*
             Source tag: 
             Target tag: firewall.meraki.\\D1
Sent without syslog tag: true
        Stop processing: false

Table structure

These are the fields displayed in these tables:

...

Anchor
tag1
tag1
firewall.meraki.events

Field

Type

Field transformation

Source field name

Extra fields

eventdate

timestamp

 

 

serverdate

timestamp

 

 

fwip

ip4

Code Block
ip4(split(split(hostchain, "/")[0], "=")[1])

hostchain

fwname

str

 

 

logtype

str

 

 

message

str

 

 

description

str

 

 

protocol

str

 

 

source_ip

ip4

 

 

source_port

str

 

 

destination_ip

ip4

 

 

destination_port

str

 

 

spi

str

 

 

type

str

 

 

vpn_type

str

 

 

peer_contact_ip

ip4

 

 

peer_contact_port

str

 

 

peer_ident

str

 

 

connectivity

str

 

 

source_mac

str

 

 

destination_mac

str

 

 

subnet

str

 

 

dns

str

 

 

hostchain

str

 

 

tag

str

 

 

rawMessage

str

 

rawSource

Anchor
tag2
tag2
firewall.meraki.flows

Field

Type

Field transformation

Source field name

Extra fields

eventdate

timestamp

 

 

serverdate

timestamp

 

 

fwip

ip4

Code Block
ip4(split(split(hostchain, "/")[0], "=")[1])

hostchain

fwname

str

 

 

logtype

str

 

 

srcIp

ip4

 

 

srcPort

int4

 

 

dstIp

ip4

 

 

dstPort

int4

 

 

proto

str

 

 

mac

str

 

 

pattern

str

 

 

icmpType

str

 

 

action

str

Code Block
(pattern -> "1") ? "deny" : (pattern -> "0") ? "allow" : (pattern -> "allow") ? "allow" : (pattern -> "deny") ? "deny" : null("")

pattern

translatedSrcIp

ip4

 

 

translatedPort

int4

 

 

unknown

str

 

 

hostchain

str

 

 

tag

str

 

 

rawMessage

str

 

rawSource

Anchor
tag4
tag4
firewall.meraki.idsAlerts

Field

Type

Field transformation

Source field name

Extra fields

eventdate

timestamp

 

 

serverdate

timestamp

 

 

fwip

ip4

Code Block
ip4(split(split(hostchain, "/")[0], "=")[1])

hostchain

fwname

str

 

 

logtype

str

 

 

srcIp

ip4

 

 

srcPort

int4

 

 

dstIp

ip4

 

 

dstPort

int4

 

 

signature

str

 

 

priority

int4

 

 

tstamp

timestamp

 

 

dhost

str

 

 

direction

str

 

 

proto

str

 

 

message

str

 

 

unknown

str

 

 

hostchain

str

 

 

tag

str

 

 

rawMessage

str

 

rawSource

Anchor
tag5
tag5
firewall.meraki.urls

Field

Type

Field transformation

Source field name

Extra fields

eventdate

timestamp

 

 

serverdate

timestamp

 

 

fwip

ip4

Code Block
ip4(split(split(hostchain, "/")[0], "=")[1])

hostchain

fwname

str

 

 

logtype

str

 

 

srcIp

ip4

 

 

srcPort

int4

 

 

dstIp

ip4

 

 

dstPort

int4

 

 

mac

str

 

 

method

str

 

 

url

str

 

 

unknown

str

 

 

hostchain

str

 

 

tag

str

 

 

rawMessage

str

 

rawSource