Skip to content

Instantly share code, notes, and snippets.

@ggnanasekaran77
Last active September 25, 2021 00:47
Show Gist options
  • Save ggnanasekaran77/071782e5ff1221c219767d6aa2b52348 to your computer and use it in GitHub Desktop.
Save ggnanasekaran77/071782e5ff1221c219767d6aa2b52348 to your computer and use it in GitHub Desktop.
esk-sample.json
{
"_index": "csv-log-16-0700",
"_type": "_doc",
"_id": "5vX2FXwBBxQZBII86oJ6",
"_version": 1,
"_score": 1,
"_source": {
"AppCode": "****",
"geoip": {
"continent_name": "Asia",
"region_iso_code": "JP-13",
"city_name": "Tokyo",
"country_iso_code": "JP",
"country_name": "Japan",
"region_name": "Tokyo",
"location": {
"lon": 139.745,
"lat": 35.6887
}
},
"RemoteIP": "***.154.154.***",
"FileName": "*****_template.css",
"Time": "2021-09-16T07:27:49.0976261Z",
"Uri": "/styles/*****_template.css",
"Url": "https://********/****/styles/*****_template.css"
},
"fields": {
"geoip.region_iso_code.keyword": [
"JP-13"
],
"RemoteIP": [
"***.154.154.***"
],
"geoip.region_name.keyword": [
"Tokyo"
],
"FileName": [
"*****_template.css"
],
"Uri.keyword": [
"/styles/*****_template.css"
],
"Url.keyword": [
"https://********/****/styles/*****_template.css"
],
"RemoteIP.keyword": [
"***.154.154.***"
],
"Time": [
"2021-09-16T07:27:49.097Z"
],
"geoip.country_name.keyword": [
"Japan"
],
"geoip.city_name": [
"Tokyo"
],
"geoip.region_name": [
"Tokyo"
],
"Uri": [
"/styles/*****_template.css"
],
"Url": [
"https://********/****/styles/*****_template.css"
],
"geoip.country_iso_code.keyword": [
"JP"
],
"AppCode": [
"**********"
],
"geoip.continent_name.keyword": [
"Asia"
],
"geoip.location": [
{
"coordinates": [
139.745,
35.6887
],
"type": "Point"
}
],
"geoip.country_iso_code": [
"JP"
],
"geoip.region_iso_code": [
"JP-13"
],
"geoip.country_name": [
"Japan"
],
"geoip.city_name.keyword": [
"Tokyo"
],
"AppCode.keyword": [
"https://********/****/styles/*****_template.css"
],
"geoip.continent_name": [
"Asia"
],
"FileName.keyword": [
"*****_template.css"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment