Skip to content

Commit

Permalink
add ip to the output, change field name to snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
xloouis committed Aug 15, 2019
1 parent 008a107 commit e0b6d30
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ PUT _ingest/pipeline/custom-pipeline-name
target_field result example
"regionip": {
"countryName": "中国",
"ispName": "电信",
"cityName": "上海市",
"regionName": "上海"
"ip": "127.0.0.1",
"country_name": "中国",
"isp_name": "电信",
"city_name": "上海市",
"region_name": "上海"
}
```

Expand Down

0 comments on commit e0b6d30

Please sign in to comment.