Skip to content

Commit

Permalink
Update Agentbeat spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Apr 25, 2024
1 parent d87e6d3 commit 3f7f5f7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions x-pack/agentbeat/agentbeat.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ inputs:
- "gc_percent=${AUDITBEAT_GOGC:100}"
- "-E"
- "auditbeat.config.modules.enabled=false"
- "-E"
- "logging.event_data.to_stderr=true"
- "-E"
- "logging.event_data.to_files=false"
- name: audit/file_integrity
description: "Audit File Integrity"
platforms: *platforms
Expand Down Expand Up @@ -77,6 +81,10 @@ inputs:
- "gc_percent=${FILEBEAT_GOGC:100}"
- "-E"
- "filebeat.config.modules.enabled=false"
- "-E"
- "logging.event_data.to_stderr=true"
- "-E"
- "logging.event_data.to_files=false"
- name: aws-s3
description: "AWS S3"
platforms: *platforms
Expand Down Expand Up @@ -261,6 +269,10 @@ inputs:
- "logging.to_stderr=true"
- "-E"
- "gc_percent=${HEARTBEAT_GOGC:100}"
- "-E"
- "logging.event_data.to_stderr=true"
- "-E"
- "logging.event_data.to_files=false"
- name: synthetics/http
description: "Synthetics HTTP Monitor"
platforms: *platforms
Expand Down Expand Up @@ -304,6 +316,10 @@ inputs:
- "gc_percent=${METRICBEAT_GOGC:100}"
- "-E"
- "metricbeat.config.modules.enabled=false"
- "-E"
- "logging.event_data.to_stderr=true"
- "-E"
- "logging.event_data.to_files=false"
- name: docker/metrics
description: "Docker metrics"
platforms: *platforms
Expand Down Expand Up @@ -540,6 +556,10 @@ inputs:
- "logging.to_stderr=true"
- "-E"
- "gc_percent=${OSQUERYBEAT_GOGC:100}"
- "-E"
- "logging.event_data.to_stderr=true"
- "-E"
- "logging.event_data.to_files=false"
- name: packet
description: "Packet Capture"
platforms: *platforms
Expand All @@ -566,3 +586,7 @@ inputs:
- "logging.to_stderr=true"
- "-E"
- "gc_percent=${PACKETBEAT_GOGC:100}"
- "-E"
- "logging.event_data.to_stderr=true"
- "-E"
- "logging.event_data.to_files=false"

0 comments on commit 3f7f5f7

Please sign in to comment.