{"error":"ElasticsearchIllegalArgumentException[Failed to decode scrollId]; nested: IOException[Bad Base64 input character decimal 123 in array position 0]; ","status":400}
can you provide a full reproducible example so one can follow the steps that you took? Looks as if you maybe did not copy the full scrollId or your HTTP client somehow encoded it differently, but without a reproduction everything is just an assumption.
{"error":"ElasticsearchIllegalArgumentException[Failed to decode scrollId]; nested: IOException[Bad Base64 input character decimal 123 in array position 0]; ","status":400}
So the get's data is the scroll id and the scroll "1m" value is part of
the url which is different from what the more current api expects which
puts both values in the get's data as json. This is what worked in my
case so hopefully it works for you as well.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.