Deprecated Features
Falcon LogScale 1.76.1 Stable (2023-02-27)
The
REST
endpoint for testing actions has been deprecated. api/v1/repositories/repoId
/alertnotifiers/actionId
/test has been deprecated. The new GraphQL mutations should be used instead.
Falcon LogScale 1.75.0 Preview (2023-01-31)
The
REST
endpoint for testing actions has been deprecated. api/v1/repositories/repoId
/alertnotifiers/actionId
/test has been deprecated. The new GraphQL mutations should be used instead.
Falcon LogScale 1.70.0 Stable (2023-01-16)
The following environment variables are deprecated as of this release. Their removal will be announced in a future version.
The recommended steps for migrating off of Zookeeper are described in Falcon LogScale 1.70.0 Stable (2023-01-16).
Note
When using Operator and Kubernetes deployments, you must upgrade to 0.17.0 of operator to support migration away from the Zookeeper requirement. See Version 0.17.0.
Falcon LogScale 1.63.1 Stable (2022-11-14)
Deprecated feature removal: the file-based backup feature was deprecated in 1.42.0 and is now removed from Humio. The following configs are no longer supported and will do nothing if set:
The
DELETE_BACKUP_AFTER_MILLIS
config is still supported, as it is used for configuring the delay between a file being marked for deletion in Humio, and that file being removed from bucket storage.
Humio Server 1.57.0 Preview (2022-09-13)
Deprecated feature removal: the file-based backup feature was deprecated in 1.42.0 and is now removed from Humio. The following configs are no longer supported and will do nothing if set:
The
DELETE_BACKUP_AFTER_MILLIS
config is still supported, as it is used for configuring the delay between a file being marked for deletion in Humio, and that file being removed from bucket storage.
Humio Server 1.51.0 Stable (2022-08-15)
Deprecated
enabledFeatures
query. Use newfeatureFlags
query instead.The deprecated REST API for parsers has been removed.
The deprecated REST API for actions has been removed, except for the endpoint for testing an action.
Humio Server 1.49.1 Preview (2022-07-26)
The deprecated REST API for parsers has been removed.
Humio Server 1.48.1 Preview (2022-07-19)
Deprecated
enabledFeatures
query. Use newfeatureFlags
query instead.Remove the following feature flags and their usage:
EnterpriseLogin
,OidcDynamicIdpProviders
,UsagePage
,RequestToActivity
,CommunityNewDemoData
.
Humio Server 1.44.0 Preview (2022-06-21)
The deprecated REST API for actions has been removed, except for the endpoint for testing an action.
Humio Server 1.42.0 Stable (2022-06-17)
The Feature Flag, CookieAuthServerSide, has been deprecated as cookie authentication is now enabled by default. Instead, the configuration field
ENABLE_BEARER_TOKEN_AUTHORIZATION
has been introduced.The local disk based backup feature described at Making Back-Ups is deprecated, and is planned for removal in September 2022. We have found that restoring backups using this feature is difficult in practice, it is not commonly used, and the backup/restore functionality is covered by the bucket storage feature as well. For these reasons, we are deprecating this feature in favour of bucket storage.
The
DELETE_BACKUP_AFTER_MILLIS
configuration parameter, which controls the delay between data being deleted in Humio and removed from backup, will be retained, since it controls a similar delay for bucket storage. Customers using local disk based backups should migrate to using bucket storage instead. Systems not wishing to use a cloud bucket storage solution can keep backup support by instead installing an on-prem S3- or GCS-compatible solution, such as MinIO.
Humio Server 1.21.0 Preview (2021-02-22)
The deprecated built-in parser json-for-notifier has been deleted. It has been replaced by the parser json-for-action.
The deprecated built-in parser bro-json has been deleted. It has been replaced by the parser zeek-json.
Humio Server 1.19.0 Preview (2021-01-14)
New config
MAXMIND_IP_LOCATION_EDITION_ID
for selecting the maxmind edition of the IP location database. DeprecatesMAXMIND_EDITION_ID
, but old config will continue to work.
Humio Server 1.0.59 Archive (2018-04-26)
The configuration options
AUTH0_API_CLIENT_ID
andAUTH0_API_CLIENT_SECRET
have been deprecated in favor ofAUTH0_CLIENT_ID
andAUTH0_CLIENT_SECRET
respectively - the old names will continue to work as aliases.