Inflearn brand logo image

Inflearn Community Q&A

yj58785804's profile image
yj58785804

asked

Data analysis with ELK stack (ElasticSearch, Logstash, Kibana)

Elasticsearch Bucket Aggregation

illegal_argument_exception 오류

Written on

·

392

2

curl -H 'Content-type: application/json' -XPUT 'localhost:9200/basketball/record/_mapping?include_type_name=true&pretty' -d @basketball_mapping.json

을 입력하였더니 illegal_argument_exception 오류가 떠서basketball_mapping.json의 "yyyy-MM-dd""strict_date_optional_time||epoch_millis" 로 바꾸었더니 해결되었습니다.

logstashelasticsearchKibana데이터 엔지니어링

Answer

This question is waiting for answers
Be the first to answer!
yj58785804's profile image
yj58785804

asked

Ask a question