From 78621a34f00ab5c3c11663013d735c73bd72c239 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Mon, 29 Jan 2018 18:34:56 -0800 Subject: [PATCH] Add link to auditbeat breaking changes (#6152) (cherry picked from commit 847b6acb157997e4eca3c9aae7adfc36d89ad2ff) --- libbeat/docs/breaking.asciidoc | 6 ++++++ libbeat/docs/shared-beats-attributes.asciidoc | 1 + 2 files changed, 7 insertions(+) diff --git a/libbeat/docs/breaking.asciidoc b/libbeat/docs/breaking.asciidoc index 19edc0d949dc..3a7560f050de 100644 --- a/libbeat/docs/breaking.asciidoc +++ b/libbeat/docs/breaking.asciidoc @@ -7,6 +7,12 @@ changes, but there are breaking changes between major versions (e.g. 5.x to 6.y). Migrating directly between non consecutive major versions (e.g. 1.x to 6.x) is not recommended. +See the following topics for a description of breaking changes: + +* <> +* {auditbeat}/auditbeat-breaking-changes.html[Breaking changes in Auditbeat 6.2] + + [[breaking-changes-6.0]] === Breaking changes in 6.0 diff --git a/libbeat/docs/shared-beats-attributes.asciidoc b/libbeat/docs/shared-beats-attributes.asciidoc index d52eb2b1a3ad..881405a78ac1 100644 --- a/libbeat/docs/shared-beats-attributes.asciidoc +++ b/libbeat/docs/shared-beats-attributes.asciidoc @@ -6,6 +6,7 @@ :heartbeat: http://www.elastic.co/guide/en/beats/heartbeat/{doc-branch} :filebeat: http://www.elastic.co/guide/en/beats/filebeat/{doc-branch} :winlogbeat: http://www.elastic.co/guide/en/beats/winlogbeat/{doc-branch} +:auditbeat: http://www.elastic.co/guide/en/beats/auditbeat/{doc-branch} :logstashdoc: https://www.elastic.co/guide/en/logstash/{doc-branch} :elasticsearch: https://www.elastic.co/guide/en/elasticsearch/reference/{doc-branch} :elasticsearch-plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/{doc-branch}