summaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-26 03:49:06 +0700
committerShulhan <ms@kilabit.info>2025-12-26 03:49:06 +0700
commitf7290baac6b2e54d08342f43c2df746a69aeb230 (patch)
treecafedbcd29d534427d4d9f5fad36bea071440668 /config.yaml
parent89bfa01436e0476b3a9457067599a6f4250dc649 (diff)
downloadgoogle-cloud-ops-agent-git-dev.tar.xz
all: release v2.62.0masterdev
Changes, * Set the license using SPDX license name * Remove the jdk-openjdk from depends. The OpenJDK is optional and only needed if user want to collect JVM metrics through [JMX] * Install the minimum config.yaml that collect logging using systemd_journald * Remove patching builds/otel.sh since we can pass the GO_BIN environment variable before running it. [JMX]: https://docs.cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/jvm
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..402be29
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,8 @@
+logging:
+ receivers:
+ syslog:
+ type: systemd_journald
+ service:
+ pipelines:
+ default_pipeline:
+ receivers: [syslog]