Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create Kibana index using Elasticsearch master #9277

Closed
tylersmalley opened this issue Nov 30, 2016 · 1 comment
Closed

Unable to create Kibana index using Elasticsearch master #9277

tylersmalley opened this issue Nov 30, 2016 · 1 comment
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@tylersmalley
Copy link
Contributor

Elasticsearch ran using: gradle run on master

Error from Elasticsearch:

{
   "path":"/.kibana",
   "query":{

   },
   "body":"{\"settings\":{\"number_of_shards\":1},\"mappings\":{\"config\":{\"properties\":{\"buildNum\":{\"type\":\"string\",\"index\":\"not_analyzed\"}}},\"server\":{\"properties\":{\"uuid\":{\"type\":\"keyword\"}}}}}",
   "statusCode":400,
   "response":"{\"error\":{\"root_cause\":[{\"type\":\"mapper_parsing_exception\",\"reason\":\"No handler for type [string] declared on field [buildNum]\"}],\"type\":\"mapper_parsing_exception\",\"reason\":\"Failed to parse mapping [config]: No handler for type [string] declared on field [buildNum]\",\"caused_by\":{\"type\":\"mapper_parsing_exception\",\"reason\":\"No handler for type [string] declared on field [buildNum]\"}},\"status\":400}"
}
@tylersmalley tylersmalley added the bug Fixes for quality problems that affect the customer experience label Nov 30, 2016
@epixa
Copy link
Contributor

epixa commented Nov 30, 2016

Duplicate of #9276

@epixa epixa closed this as completed Nov 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience
Projects
None yet
Development

No branches or pull requests

2 participants