If you are one of our many power users you might have noticed from time to time a pop-up warning with a message Not enough quota to start task. These messages were not related to your RAM quota limit. Instead these messages are triggered by real-time flows with more than 25 steps. Because the platform initiates each step sequentially, these errors are triggered when all flow steps cannot be initiated within the allowed time.
We have resolved this issue by ensuring that all steps (Kubernetes pods) are initiated in parallel, thus significantly shortening the time required to start the flow. We also changed the warning message to The flow FLOW NAME (FLOW ID) is taking longer than expected to transition.
News in this section are for our customers who use OEM version of the elastic.io platform.
Tenant administration can now enforce the 2FA during the login. We introduce a
tenant configuration flag called forced_totp
to switch this feature on.
forced_totp
you must enable the enabled_totp
as well.enabled_totp
feature flag, system will remove forced_totp
as well.You can set these parameters either during the tenant creation or you can update the parameters of an existing tenant via an API call. An example of such an API call is shown below.
{
"data": {
"type": "tenant",
"attributes":{
"feature_flags": {
"enabled_totp" : true,
"forced_totp" : true
}
}
}
}
From 22.16 version, the platform checks status of the forced_totp
parameter during your navigation of every page in the UI. If tenant administration
enforced the 2FA and you have not enabled the 2FA for your account then you will
be redirected to your profile page and presented a pop-up form to enable the 2FA.
1.5.2
2.2.3
1.4.7
1.0.1
2.6.27
Circle.ci
configuration.component-commons-library
version to 2.0.2
1.0.14
2.6.27
Circle.ci
configuration.3.1.2
component-commons-library
to read and upload attachments through the Maester
service2.6.27
1.2.3
2.6.27
Circle.ci
configuration.