File tree Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ include::./upgrading.asciidoc[]
29
29
30
30
include::./config-file-format.asciidoc[]
31
31
32
- // include::./visualizing-data.asciidoc[]
33
-
34
- include::./dashboards.asciidoc[]
35
-
36
32
pass::[<?page_header Always refer to the documentation in master for the latest information about contributing to Beats.?>]
37
33
38
34
include::./newbeat.asciidoc[]
Original file line number Diff line number Diff line change @@ -62,32 +62,6 @@ when it encounters an event that doesn't have a `client_ip` field.
62
62
See
63
63
{plugindoc}/using-ingest-geoip.html[Using the Geoip Processor in a Pipeline]
64
64
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
- ===============================
91
65
92
66
3. In the Packetbeat config file, configure the Elasticsearch output to use the
93
67
pipeline. Specify the pipeline ID in the `pipeline` option under
You can’t perform that action at this time.
0 commit comments