mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
The current toXContent serialization of a failed hipchat message writes the same field called status twice and thus cannot be stored in the watch history. This commit ensures the field gets only written once. relates elastic/x-pack-elasticsearch#3919 Original commit: elastic/x-pack-elasticsearch@fb499e8055