From 957050bb4179b1bd170b41e8552f29ed6d322b61 Mon Sep 17 00:00:00 2001 From: Felix Barnsteiner Date: Mon, 30 Aug 2021 16:18:53 +0200 Subject: [PATCH] Remove `.log` suffix from `event.dataset` See https://github.com/elastic/ecs-logging/pull/63 for the context --- specs/agents/log-onboarding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/agents/log-onboarding.md b/specs/agents/log-onboarding.md index 64a845af..b52324cd 100644 --- a/specs/agents/log-onboarding.md +++ b/specs/agents/log-onboarding.md @@ -91,10 +91,10 @@ A good example is in the Java agent, where `event.dataset` is set to log appender. If an agent doesn't have reasonable options for this field, it should be set -to `${service.name}.log`. +to `${service.name}`. Some examples: -- opbeans.log +- opbeans - opbeans.checkout - opbeans.login - opbeans.audit