mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Renaming GeoIpDownloaderStatsAction (#107290)
Renaming GeoIpDownloaderStatsAction to GeoIpStatsAction
This commit is contained in:
parent
19e9fc32f2
commit
48a88c575c
10 changed files with 65 additions and 80 deletions
|
@ -4,8 +4,8 @@
|
|||
<titleabbrev>GeoIP stats</titleabbrev>
|
||||
++++
|
||||
|
||||
Gets download statistics for GeoIP2 databases used with the
|
||||
<<geoip-processor,`geoip` processor>>.
|
||||
Gets statistics about the <<geoip-processor,`geoip` processor>>, including
|
||||
download statistics for GeoIP2 databases used with it.
|
||||
|
||||
[source,console]
|
||||
----
|
||||
|
@ -60,7 +60,7 @@ Total number of database updates skipped.
|
|||
|
||||
`nodes`::
|
||||
(object)
|
||||
Downloaded GeoIP2 databases for each node.
|
||||
Statistics for each node.
|
||||
+
|
||||
.Properties of `nodes`
|
||||
[%collapsible%open]
|
||||
|
@ -90,4 +90,4 @@ Downloaded database files, including related license files. {es} stores these
|
|||
files in the node's <<es-tmpdir,temporary directory>>:
|
||||
`$ES_TMPDIR/geoip-databases/<node_id>`.
|
||||
=====
|
||||
====
|
||||
====
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue