Renaming GeoIpDownloaderStatsAction (#107290)

Renaming GeoIpDownloaderStatsAction to GeoIpStatsAction
This commit is contained in:
Keith Massey 2024-04-10 09:21:24 -05:00 committed by GitHub
parent 19e9fc32f2
commit 48a88c575c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 65 additions and 80 deletions

View file

@ -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>`.
=====
====
====