فهرست منبع

[DOCS] Fix GeoIP capitalization

James Rodewig 4 سال پیش
والد
کامیت
3ca5a93446
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      docs/reference/ingest/common-log-format-example.asciidoc

+ 2 - 2
docs/reference/ingest/common-log-format-example.asciidoc

@@ -63,7 +63,7 @@ the processors as follows:
 | <<geoip-processor,**GeoIP**>>
 | `source.ip`
 | **Target field**: `source.geo`
-| `Add 'source.geo' geoIP data for 'source.ip'`
+| `Add 'source.geo' GeoIP data for 'source.ip'`
 
 | <<user-agent-processor,**User agent**>>
 | `user_agent`
@@ -114,7 +114,7 @@ PUT _ingest/pipeline/my-pipeline
     },
     {
       "geoip": {
-        "description": "Add 'source.geo' geoIP data for 'source.ip'",
+        "description": "Add 'source.geo' GeoIP data for 'source.ip'",
         "field": "source.ip",
         "target_field": "source.geo"
       }