From 328c99f7354200113ccf9713a9ff4f128779c19b Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Fri, 29 Apr 2016 05:08:26 -0700 Subject: [PATCH] Add packetbeat namespace to a couple of topics missed in PR #1490 (#1519) --- packetbeat/docs/capturing.asciidoc | 2 +- packetbeat/docs/thrift.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packetbeat/docs/capturing.asciidoc b/packetbeat/docs/capturing.asciidoc index 2710b77d198c..7097edf9b1d4 100644 --- a/packetbeat/docs/capturing.asciidoc +++ b/packetbeat/docs/capturing.asciidoc @@ -54,7 +54,7 @@ of the buffer is 30 MB, but you can increase it like this: [source,yaml] ------------------------------------------------------------------------------ -interfaces: +packetbeat.interfaces: device: eth0 type: af_packet buffer_size_mb: 100 diff --git a/packetbeat/docs/thrift.asciidoc b/packetbeat/docs/thrift.asciidoc index 959f5e5b9e1b..dec4b023a972 100644 --- a/packetbeat/docs/thrift.asciidoc +++ b/packetbeat/docs/thrift.asciidoc @@ -44,7 +44,7 @@ Here is an example configuration section for the Thrift protocol: [source,yaml] ------------------------------------------------------------------------------ -protocols: +packetbeat.protocols: thrift: transport_type = "socket" protocol_type = "binary"