diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:19:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:53:24 +0000 |
commit | b5f8ee61a7f7e9bd291dd26b0585d03eb686c941 (patch) | |
tree | d4d31289c39fc00da064a825df13a0b98ce95b10 /fluent-bit/conf/in_disk.conf | |
parent | Adding upstream version 1.44.3. (diff) | |
download | netdata-b5f8ee61a7f7e9bd291dd26b0585d03eb686c941.tar.xz netdata-b5f8ee61a7f7e9bd291dd26b0585d03eb686c941.zip |
Adding upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/conf/in_disk.conf')
-rw-r--r-- | fluent-bit/conf/in_disk.conf | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/fluent-bit/conf/in_disk.conf b/fluent-bit/conf/in_disk.conf deleted file mode 100644 index 55d0b3cd..00000000 --- a/fluent-bit/conf/in_disk.conf +++ /dev/null @@ -1,61 +0,0 @@ -[SERVICE] - # Flush - # ===== - # Set an interval of seconds before to flush records to a destination - Flush 5 - - # Daemon - # ====== - # Instruct Fluent Bit to run in foreground or background mode. - Daemon Off - - # Log_Level - # ========= - # Set the verbosity level of the service, values can be: - # - # - error - # - warning - # - info - # - debug - # - trace - # - # By default 'info' is set, that means it includes 'error' and 'warning'. - Log_Level info - - # HTTP Monitoring Server - # ====================== - # - # HTTP_Monitor: enable/disable the HTTP Server to monitor - # Fluent Bit internals. - # HTTP_Port : specify the TCP port of the HTTP Server - HTTP_Monitor Off - HTTP_Port 2020 - -# Head Input -# ========== -[INPUT] - Name disk - Tag disk.all - - # Dev_Name - # ==== - # To limit the target disk/partition. - # If not set, the plugin gathers from all of disks and partitions. - # Dev_Name sda - - # Total Interval - # = Interval Sec + ( Interval Nsec / 1000 / 1000 / 1000 ) - # - # Interval Sec - # ==== - # Read interval (sec) Default: 1 - Interval_Sec 1 - - # Interval NSec - # ==== - # Read interval (nsec) Default: 0 - Interval_NSec 0 - -[OUTPUT] - Name stdout - Match disk.* |