Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit d172a78

Browse files
author
Chris Wiechmann
committed
Wait 5 instead of 2 seconds, before trying to attach ILM-Policy to Index-Template
1 parent 37469e6 commit d172a78

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [Unleased]
8+
### Changed
9+
- Wait 5 instead of 2 seconds, before trying to attach ILM-Policy to Index-Template
10+
- It may take a bit longer to obtain Custom-Properties from API-Manager for the Index-Template
11+
712
## [4.3.0] 2022-03-11
813
### Added
914
- Added Geo-Location map of API-Requests

apibuilder4elastic/flows/SetupElasticsearchIndex.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,7 @@
447447
{
448448
"name": "delay",
449449
"type": "number",
450-
"value": "2000",
451-
"metaName": "Delay",
452-
"metaDescription": "The length of delay, in milliseconds."
450+
"value": "5000"
453451
}
454452
],
455453
"outputs": {

0 commit comments

Comments
 (0)