ELK - No mapping found
See original GitHub issueI’m trying to use ELK as storage. I’ve created the index:
PUT eventstore
{
"settings" : {
"index" : {
"number_of_shards" : 2,
"number_of_replicas" : 1
}
}
}
But now I got the follow error:
eventstore:store:elasticsearch No mapping found for [commitStamp] in order to sort on
How can I configure ELK? Ca you update the documentation?
thaks
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
No mapping found for field in order to sort on in ElasticSearch
Elasticsearch throws a SearchParseException while parsing query if there are some documents found not containing field used in sort criteria ...
Read more >No mapping found for " + fieldName + " in order to sort on
A detailed guide on how to resolve errors related to "No mapping found for " + fieldName + " in order to sort...
Read more >Elasticsearch - No mapping found for [field_name] in order to ...
I use Laravel Scout (sometimes PHP) with Elasticsearch making use of this great package Scout Elasticsearch driver.
Read more >Endless stream of logstash "No mapping found for ...
I'm getting an endless stream of these "No mapping found for [@timestamp] in order to sort on" warnings in my logstash log.
Read more >Why it's giving 'No mapping found for [alert_time] in order to ...
:\ELK_Info\ElastAlert\elastalert-master>python -m elastalert.elastalert --verbose --rule myrules\myrule.yaml INFO:elastalert:Starting up WARNING ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bikerp I’m not sure about the DynamoDB implementation, maybe @developmentalmadness has some insights.
As of the Elasticsearch implementation, theres some work that needs to be done in order to make it compatible with elasticsearch 7.X ( or 6.X for that matter ). I’m not sure it is worth looking into it, as, in my opinion, elasticsearch is totally not suitable to serve as an eventstore.
Should have checked first before I replied… Looks like snapshots are implemented but our usage didn’t need snapshots. Dynamo should be able to handle the usage pattern but I left the company using this 8 months after we put it into production so I don’t have much long term insights into any issues with it