diff --git a/lib/bas/shared_storage/elasticsearch.rb b/lib/bas/shared_storage/elasticsearch.rb index ff6ba02..25f52b4 100644 --- a/lib/bas/shared_storage/elasticsearch.rb +++ b/lib/bas/shared_storage/elasticsearch.rb @@ -90,7 +90,7 @@ def read_body ] } }, - sort: [{ inserted_at: { order: "asc" } }] + sort: [{ inserted_at: { order: "desc" } }] } end