Document toolboxDocument toolbox

Sample code

There are several tools that can be used to send log files to Devo:

Tool

Description

Allows tagging?

Tool

Description

Allows tagging?

Devo Python SDK

Get it here.

Yes

nc

Netcat

No

logger

Tool to send events (Unix-like)

Yes

Syslog echo

Tool to send events (Windows)

Yes

Windows syslog

Several Windows tools available

Yes

Windows logger

Windows-based logger

Yes

Here are some examples:

Devo Python SDK

devo-sender data -a collector-eu.devo.io -p 443 -t <tag> --key <.key file> --cert <.cert file> --chain <chain file> --file <text file to send>

nc

cat accessbcn1.txt | nc 192.168.1.111 13004 (needs a relay rule)

logger

cat fw.log | logger-p 13000 -t firewall.checkpoint.fw

We also provide boilerplate code for sending data to Devo. Here are a few examples:

C Language

C# language

This sample code references some namespaces found in LT.Common.dll. 

F# language

This sample code references some namespaces found in LT.Common.dll.

Java

Lua

Python



Related articles