Using esrally eql track to test es7.5 with error

hello
I am using esrally eql track to test ES7.5.1
But I met an error ,does anyone has any idea?
[ERROR] Cannot race. Error in load generator [4]
("Request returned an error. Error type: transport, Description: illegal_argument_exception ({'error': {'root_cause': [{'type': 'illegal_argument_exception', 'reason': 'Rejecting mapping update to [endgame-4.28.2-000001] as the final mapping would have more than 1 type: [_doc, _eql]'}], 'type': 'illegal_argument_exception', 'reason': 'Rejecting mapping update to [endgame-4.28.2-000001] as the final mapping would have more than 1 type: [_doc, _eql]'}, 'status': 400})", None)

This track will only work with Elasticsearch 7.10+ (see https://github.com/elastic/rally-tracks/pull/140#issuecomment-726136641)

You will also need the plugin mapper-size to be installed.

cc @matriv

thank you for your reply. I will try to run eql on ES7.12

@alittlejoy And as @dliappis already mentioned, please don't forget to install the mapper-size plugin, --elasticsearch-plugins="mapper-size"

hi,now I have run eql on an 3 nodes es cluster. and do you know how to enlarge the size of eql from 109G to 1090G ?

Could you please provide some more details? what exactly you want to achieve?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.