Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Introduction

The tags beginning with box.macos identify events generated by macOS X 

Valid tags and data tables

The full tag must have 2 levels, which are fixed as box.macos.

Technology

Brand

box

macos

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

Tag

Data table

box.macos

box.macos

How is the data sent to Devo?

Use the info in the How is the data sent to Devo? section of the internal doc to fill this section with the required method

Event source → Relay → Devo

Logs generated by Cisco must be sent to the Devo platform via the Devo Relay to secure communication. See the required relay rules below:

Add all the rules following the format of the example below:

Relay rule 1 - Versa NGFW Access

  • Source Port 13030

  • Source Data → (.*)accessLog, applianceName=(.*)

  • Target Tag → network.versa.ngfw.access

  • Select the Stop Processing and Sent without syslog tag checkboxes

Relay rule 2 - name

...

Event source → Collector → Devo

To send logs to these tables, Devo provides a collector that you can download and use to send the required events to your Devo domain. You can download the collector and learn how to use it in Collector article

Logs generated by ... are forwarded to Devo using a dedicated collector. Contact us if you need to forward these events to your Devo domain so we can guide you through the process. Use this if the collector is not documented


Other (Syslog):

You can forward logs generated by Company using any Syslog drain (for example, Syslog-ng). Learn more about how to send Company logs and their structure here.

Log samples

The following are sample logs sent to each of the box.macos data tables. Also, find how the information will be parsed in your data table under each sample log.

Extra columns

Fields marked as Extra in the table below are not shown by default in data tables and need to be explicitly requested in the query. You can find them marked as Extra when you perform a query so they can be easily identified. Learn more about this in Selecting unrevealed columns.

box.macos

2015-01-29 11:01:02.520 dorian2=10.1.1.85/office=255.255.255.255 security.info box.macos: Aug 12 13:46:12 manolete com.apple.xpc.launchd[1] (com.apple.mdworker.shared.09000000-0200-0000-0000-000000000000[9977]): Service exited due to SIGKILL | sent by mds[91]
2015-01-29 11:01:02.520 dorian2=10.1.1.85/office=255.255.255.255 security.info box.macos: Aug 11 20:30:02 margarito Cisco AnyConnect Secure Mobility Client[1075]: Function: reset_connection_cb Thread Id: 0x7F64000 File: /tmp/build/thehoff/Orion_MR60.24355711376/Orion_MR6/posture/asa/libcsd/csd_api.c Line: 90 Level: all :: *** reset connection [600003b92d00] from pid: [0] ***
2015-01-29 11:01:02.520 dorian2=10.1.1.85/office=255.255.255.255 security.info box.macos: Aug 13 14:47:01 handemor com.symantec.SymLUHelper[64826]: objc[64826]: Class SymLURestart is implemented in both /Library/Application Support/Symantec/Silo/NFM/Frameworks/SymLiveUpdate.framework/Versions/A/SymLiveUpdate (0x1062b5e40) and /Library/Application Support/Symantec/Silo/NFM/LiveUpdate/com.symantec.SymLUHelper (0x105fabc70). One of the two will be used. Which one is undefined.
2015-01-29 11:01:02.520 dorian2=10.1.1.85/office=255.255.255.255 security.info box.macos.host[abcd].ip[0.0.0.0]: Aug 13 21:19:21 carmencita timed[151]: settimeofday({0x61171a19,0x1d913}) == 0
2015-01-29 11:01:02.520 dorian2=10.1.1.85/office=255.255.255.255 security.info box.macos - ID47 [key1="5" key2="6"] Aug 13 21:19:21 carmencita timed[151]: settimeofday({0x61171a19,0x1d913}) == 0

And this is how the log would be parsed:

Field

Value

Type

Extra field

eventdate

2015-01-29 11:01:02.520

timestamp

hostchain

dorian2=10.1.1.85/office=255.255.255.255

str

tag

box.macos

str

hostName

dorian2

str


eventGenerationDate

Aug 12 13:46:12

str


srcHostName

manolete

str


processName

launchd

str


processId

1

str


managedProcess

com.apple.mdworker.shared.09000000-0200-0000-0000-000000000000[9977]

int4


message

Service exited due to SIGKILL | sent by mds[91]

str


rawMessage

Aug 12 13:46:12 manolete com.apple.xpc.launchd[1] (com.apple.mdworker.shared.09000000-0200-0000-0000-000000000000[9977]): Service exited due to SIGKILL | sent by mds[91]

str

  • No labels