Devo_v2
Use the Devo v2 integration to query Devo for alerts, lookup tables, with support of pagination, and to write to lookup tables.
Analytics & SIEM · Devo
Configuration parameters
reader_endpoint— Query Server Endpoint (e.g. https://apiv2-us.devo.com/search/query) (required)port— Port (e.g. 443)reader_oauth_token— OAuth Token (Preferred method) (required)writer_relay— Writer relay to connect to (e.g. us.elb.relay.logtrust.net)writer_credentials— Writer JSON credentialslinq_link_base— Devo base domainisFetch— Fetch incidentsincidentType— Incident typetable_name— Custom Alert Table name(if not provided, 'siem.logtrust.alert.info' will be used)prefix— Custom Alert Table prefix (provide prefix if custom table name provided)fetch_incidents_filters— Fetch incidents alert filter (Same filters for get-alerts)fetch_incidents_deduplication— Deduplication parameters JSON if requiredfetch_incidents_limit— Fetch Incident Limit(must be between 10 and 100; advisable 50 for better performance.)incidentFetchInterval— Incidents Fetch Intervaltimeout— Global query default timeout in secondsinsecure— Trust any certificate (not secure)proxy— Use system proxy settingsfetch_incidents_lookback_seconds— Fetch Incidents Lookback Time (in seconds). Must be between 3600 (1 hour; default) to 86400 (24 hours).fetch_incidents_window— Fetch Incident Time Frame (in seconds)
Commands (5)
-
devo-get-alertsQueries alerts in the specified timeframe.
-
devo-multi-table-queryQueries multiple tables for a given token and returns relevant results.
-
devo-run-queryQueries Devo based on the specified LINQ query.
-
devo-write-to-lookup-tableWrites lookup table entry records to a specified Devo table.
-
devo-write-to-tableWrites records to a specified Devo table.