300Geeks / aws-elk-billing

Tools for Loading and Visualising AWS Detailed Billing with ELK(Elasticsearch, Logstash, Kibana)
MIT License
157 stars 26 forks source link

Eror 404 on configuring index pattern aws-billing-* #18

Open fmaxim opened 7 years ago

fmaxim commented 7 years ago

I am getting 404 in the console when trying to update the index pattern. aws-billing-*.

Console GET: http://0.0.0.0:5601/elasticsearch/aws-billing-*/_mapping/field/*?_=1495550211962&ignore_unavailable=false&allow_no_indices=false&include_defaults=true

Console Response: {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":"aws-billing-","index_uuid":"na","index":"aws-billing-"}],"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":"aws-billing-","index_uuid":"na","index":"aws-billing-"},"status":404}

Error from docker log kibana_1 | {"type":"response","@timestamp":"2017-05-23T14:37:15Z","tags":[],"pid":1,"method":"get","statusCode":404,"req":{"url":"/favicon.ico","method":"get","headers":{"host":"0.0.0.0:5601","connection":"keep-alive","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36","accept":"image/webp,image/,/;q=0.8","referer":"http://0.0.0.0:5601/elasticsearch/aws-billing-/mapping/field/*?=1495550211962&ignore_unavailable=false&allow_no_indices=false&include_defaults=true","accept-encoding":"gzip, deflate, sdch","accept-language":"en-US,en;q=0.8"},"remoteAddress":"172.18.0.1","userAgent":"172.18.0.1","referer":"http://0.0.0.0:5601/elasticsearch/aws-billing-*/_mapping/field/*?_=1495550211962&ignore_unavailable=false&allow_no_indices=false&include_defaults=true"},"res":{"statusCode":404,"responseTime":8,"contentLength":9},"message":"GET /favicon.ico 404 8ms - 9.0B"}