You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/config/decoders/geoip.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Config:
47
47
The name of the new field created by the decoder. The decoder will output
48
48
a JSON object with the following elements:
49
49
50
-
- latitute: string,
50
+
- latitude: string,
51
51
- longitude: string,
52
52
- location: [ float64, float64 ],
53
53
- GeoJSON format intended for use as a `geo_point <http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-geo-point-type.html/>`_ for ES output.
0 commit comments