Skip to content

Commit a8ce806

Browse files
dedemortonruflin
authored andcommitted
Backport: doc changes in #2965 and 2962 (#2976)
* Remove dashboards.asciidoc from libbeat TOC * Remove note describing workaround for client_ip field
1 parent ecabe9a commit a8ce806

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

libbeat/docs/index.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ include::./upgrading.asciidoc[]
2929

3030
include::./config-file-format.asciidoc[]
3131

32-
// include::./visualizing-data.asciidoc[]
33-
34-
include::./dashboards.asciidoc[]
35-
3632
pass::[<?page_header Always refer to the documentation in master for the latest information about contributing to Beats.?>]
3733

3834
include::./newbeat.asciidoc[]

packetbeat/docs/packetbeat-geoip.asciidoc

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -62,32 +62,6 @@ when it encounters an event that doesn't have a `client_ip` field.
6262
See
6363
{plugindoc}/using-ingest-geoip.html[Using the Geoip Processor in a Pipeline]
6464
for more options.
65-
+
66-
[NOTE]
67-
===============================
68-
The index template that ships with Packetbeat 5.0 does not specify a
69-
mapping for the `client_geoip.location` field. To make sure the geoIP data gets
70-
indexed correctly, you need to add the following lines to the Packetbeat index
71-
template, `packetbeat.template.json`. Add these lines immediately before the
72-
entry for `client_ip`:
73-
74-
[source,json]
75-
"client_geoip": {
76-
"properties": {
77-
"location": {
78-
"type": "geo_point"
79-
}
80-
}
81-
},
82-
83-
If you've already loaded the index template, make sure you load it again (see
84-
<<packetbeat-template,Loading the Index Template in Elasticsearch>>).
85-
86-
You must update the mappings before you send the geoIP data to ingest node
87-
for the first time, or the location data will be incorrectly indexed as separate
88-
float values instead of a `geo point`.
89-
90-
===============================
9165

9266
3. In the Packetbeat config file, configure the Elasticsearch output to use the
9367
pipeline. Specify the pipeline ID in the `pipeline` option under

0 commit comments

Comments
 (0)