-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement timeseries index model to command-manager plugin (#153)
* Update commands index template Add @timestamp and delivery_timestamp fields * Add timestamp and delivery_timestamp attributes to Command model * Move timestamp and deliveryTimestamp from Command to Document Add getter function for the Command attrbiture timeout Use native System.currentTimeMillis() to get current timestamp * Update command index template Move delivery_timestamp to top-level * Fix typo on field names * Implement timestamp and delivery_timestamp constants attributes for Document model Add missing 'this' on timeout getter * Update timestamp and deliveryTimestamp to be of type ZonedDateTime Implement OpenSearch DateUtils * Implement OpensSearch date_time_no_millis date format pattern * Fix errors --------- Co-authored-by: Álex Ruiz <[email protected]>
- Loading branch information
Showing
6 changed files
with
83 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters