Skip to content

Commit 01be570

Browse files
authored
Merge pull request SUSE#64 from jeffmahoney/sensor-base-0.6.7
Sensor base 0.6.7
2 parents 2bef6fc + 1135528 commit 01be570

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

docs/references/vql.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2680,6 +2680,50 @@
26802680
type: string
26812681
description: Level to log at (DEFAULT, WARN, ERROR, INFO).
26822682
category: basic
2683+
- name: logscale_upload
2684+
description: Upload rows to LogScale.
2685+
type: Plugin:
2686+
args:
2687+
- name: query
2688+
type: StoredQuery
2689+
description: Source for rows to upload.
2690+
required: true
2691+
- name: apibaseurl
2692+
type: string
2693+
description: The LogScale API base URL.
2694+
- name: ingest_token
2695+
type: string
2696+
description: LogScale Ingestion Token
2697+
- name: threads
2698+
type: int64
2699+
description: How many threads to use.
2700+
- name: http_timeout
2701+
type: int64
2702+
description: Timeout for HTTP requests to complete, in seconds (default: 10).
2703+
- name: max_retries
2704+
type: int64
2705+
description: Maximum number of retries before an upload is considered failed (default: 7200).
2706+
- name: root_ca
2707+
type: string
2708+
description: As a better alternative to skip_verify, allows root ca certs to be
2709+
added here.
2710+
- name: skip_verify
2711+
type: bool
2712+
description: 'Skip SSL verification(default: False).'
2713+
- name: batching_timeout_ms
2714+
type: int64
2715+
description: Timeout without new rows to upload batch in milliseconds (default: 3000).
2716+
- name: event_batch_size
2717+
type: int64
2718+
description: Number of rows to batch before uploading (default: 2000).
2719+
- name: tag_fields
2720+
type: string
2721+
description: Comma-separated list of fields to use as tags. The fields can be remapped using oldname=newname syntax.
2722+
- name: stats_interval
2723+
type: int64 description: Interval between posting statistics as output rows in seconds (default: 600).
2724+
- name: debug
2725+
type: bool
2726+
description: Enable verbose logging (default: false).
26832727
- name: lookupSID
26842728
description: Get information about the SID.
26852729
type: Function

third_party/libbpfgo

Submodule libbpfgo updated 1 file

0 commit comments

Comments
 (0)