I have a custom rally track where I am bulk indexing data. My data is in the
action_and_meta_data\n
source\n
format, which means that I have 2 lines for each document. My types have 'includes_action_and_meta_data' set to true. Now if I set my 'document-count' to have the number of documents (which is the number of lines/2), rally throws an error saying the counts don't match. If I set the doc count as the number of lines, I see that that the action_and_meta_data also gets indexed as a document.
Is there a setting I am missing ?