Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- configure
- path.data
- filebeat
- Tutorial
- package.json
- elasticsearch
- json
- CSV
- DSL
- devtools
- Crontab
- Data Engineering
- grok
- KoA
- query
- framework
- PYTHON
- ELK
- kibana
- node.js
- typescript
- elastic
- windows
- 7.7.1
- logstash
- OPCUA
- airflow
- venv
- dense_vector
- ubuntu
Archives
- Today
- Total
Gibbs Kim's playground
[ElasticStack-2] Geo_point mapping template (json format) 본문
Tech 기록지/Elastic Stack
[ElasticStack-2] Geo_point mapping template (json format)
Lio Grande 2018. 10. 31. 17:18ELK 5.x ~ 6.x 기준으로 작성된 내용이다.
(It is based on 5.x ~ 6.x versions of ELK)
{
"template" : "sample",
"mappings" :
{
"logs":
{
"properties":
{
"location":
{
"type" : "geo_point"
}
}
}
}
}