fix logclient generation
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 40s

This commit is contained in:
Your Name
2025-09-20 10:50:52 +12:00
parent ca15271109
commit 059a83a328
2 changed files with 13 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ fi
mkdir -p "$CONFIG_DIR"
# Generate filebeat.yml configuration
cat > "$CONFIG_DIR/filebeat.yml" << 'EOF'
cat > "$CONFIG_DIR/filebeat.yml" << EOF
# Filebeat Configuration for LogClient
# Generated by generate-config.sh
@@ -71,7 +71,7 @@ output.logstash:
# Performance settings
bulk_max_size: ${BULK_MAX_SIZE:-2048}
worker: ${WORKER_THREADS:-1}
worker: ${WORKER_THREADS:-1} # Must be >= 1
compression_level: 3
# Retry configuration