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
- 7.7.1
- filebeat
- airflow
- elastic
- configure
- query
- CSV
- dense_vector
- framework
- Tutorial
- node.js
- OPCUA
- windows
- elasticsearch
- grok
- ELK
- json
- venv
- DSL
- path.data
- PYTHON
- package.json
- ubuntu
- typescript
- Crontab
- logstash
- devtools
- Data Engineering
- KoA
- kibana
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"
}
}
}
}
}