Removed Features
This page lists features that have been removed from the product, organized by version number.
Falcon LogScale 1.213.1 LTS (2025-11-26)
GraphQL API
Removed deprecated GraphQL elements:
Mutations:
addStarToAlertV2
removeStarFromAlertV2
addStarToScheduledSearch
removeStarFromScheduledSearch
Fields:
Alert.isStarred
ScheduledSearch.isStarred
UserSettings.starredAlerts
The GraphQL enum value GraphQlDirectivesAmountLimit from enum DynamicConfig has also been removed.
Metrics and Monitoring
Removed the deprecated metric datasource-count, which was responsible for continuously reporting the number of datasources per repository.
Repository datasource information is still available in the following ways:
When new datasources are created and deleted, that information is available to users via datasource logs.
Users can also obtain the datasource count using the query
GET api/v1/repositories/$DATASPACEto view a current list of datasources for a given repository.For more information, see Repository and View Settings, Datasources, Ingestion: Ingest Phase.
Falcon LogScale 1.213.0 GA (2025-11-04)
GraphQL API
Removed deprecated GraphQL elements:
Mutations:
addStarToAlertV2
removeStarFromAlertV2
addStarToScheduledSearch
removeStarFromScheduledSearch
Fields:
Alert.isStarred
ScheduledSearch.isStarred
UserSettings.starredAlerts
The GraphQL enum value GraphQlDirectivesAmountLimit from enum DynamicConfig has also been removed.
Metrics and Monitoring
Removed the deprecated metric datasource-count, which was responsible for continuously reporting the number of datasources per repository.
Repository datasource information is still available in the following ways:
When new datasources are created and deleted, that information is available to users via datasource logs.
Users can also obtain the datasource count using the query
GET api/v1/repositories/$DATASPACEto view a current list of datasources for a given repository.For more information, see Repository and View Settings, Datasources, Ingestion: Ingest Phase.
Falcon LogScale 1.207.1 LTS (2025-10-16)
GraphQL API
Removed the deprecated GraphQL field isValidFilterAlertQuery on the type
queryAnalysisreturned from the queryAnalysis GraphQL query.
Falcon LogScale 1.207.0 GA (2025-09-23)
GraphQL API
Removed the deprecated GraphQL field isValidFilterAlertQuery on the type
queryAnalysisreturned from the queryAnalysis GraphQL query.
Falcon LogScale 1.201.1 LTS (2025-09-02)
Storage
Removed the ingest request backpressure mechanism introduced in 1.115. This mechanism throttled ingest requests on nodes running digest work while experiencing event latency. The implementation prevented clusters from properly using Kafka as a buffer for event backlogs. Additionaly, it hid the existence of backlogs from administrators by delaying events on shippers rather than in Kafka where they are visible to LogScale.
Administrators are advised to either:
Size nodes to handle temporary ingest rate spikes without falling behind on digest.
Run separate ingest and digest nodes to prevent ingest spikes from consuming capacity needed for digest work.
This change also removes the following dynamic configurations:
Configuration
Removed the following deprecated environment variables:
WINDOW_ENABLED
Falcon LogScale 1.201.0 GA (2025-08-12)
GraphQL API
Removed the deprecated field lastScheduledSearch on the GraphQL mutation ScheduledSearch.
Falcon LogScale 1.200.0 GA (2025-08-05)
Storage
Removed the ingest request backpressure mechanism introduced in 1.115. This mechanism throttled ingest requests on nodes running digest work while experiencing event latency. The implementation prevented clusters from properly using Kafka as a buffer for event backlogs. Additionaly, it hid the existence of backlogs from administrators by delaying events on shippers rather than in Kafka where they are visible to LogScale.
Administrators are advised to either:
Size nodes to handle temporary ingest rate spikes without falling behind on digest.
Run separate ingest and digest nodes to prevent ingest spikes from consuming capacity needed for digest work.
This change also removes the following dynamic configurations:
Falcon LogScale 1.198.0 GA (2025-07-22)
Configuration
Removed the following deprecated environment variables:
WINDOW_ENABLED
Falcon LogScale 1.195.3 LTS (2025-10-01)
Configuration
Removed server compatibility checks from multi-cluster searches. These checks became obsolete due to some internal implementation changes occurred in past versions. The new behavior is described at Multi-Cluster Compatibility Across Versions.
Additional related changes:
Removed the
UNSAFE_RELAX_FEDERATED_PROTOCOL_VERSION_CHECKenvironment variable.Deprecated the remoteServerCompatVersion field in the
RemoteClusterConnectionStatustype (returned by the checkRemoteClusterConnection() GraphQL query).Will remove the remoteServerCompatVersion field no earlier than version 1.207, following the
ShortTermAPI stability deprecation policy.The
QueryBacktrackingLimitfeature flag has been removed. Use theQueryBacktrackingLimitdynamic configuration to adjust the limit.Functions
Free-text search is no longer supported after the first aggregate function (as previously announced in RN Issue). For example, this query is no longer supported:
logscale Syntaxtail(200) | "Lorem ipsum dolor"You can still search for strings in specific fields after aggregation:
logscale Syntaxtail(200) | msg="Lorem ipsum dolor"Free-text search before the first aggregate function remains supported:
logscale"Lorem ipsum dolor" | tail(200)As previously announced in RN Issue, the following functions can no longer be used after the first aggregate function:
.
For example, this query is no longer valid:
Invalid Example for Demonstration - DO NOT USElogscalegroupBy(class) | eventSize()These functions can still be used before the first aggregate function:
logscaleeventSize() | tail(200)This change is necessary as these functions require access to original events, which are not available post-aggregation.
Falcon LogScale 1.195.2 LTS (2025-08-06)
Configuration
Removed server compatibility checks from multi-cluster searches. These checks became obsolete due to some internal implementation changes occurred in past versions. The new behavior is described at Multi-Cluster Compatibility Across Versions.
Additional related changes:
Removed the
UNSAFE_RELAX_FEDERATED_PROTOCOL_VERSION_CHECKenvironment variable.Deprecated the remoteServerCompatVersion field in the
RemoteClusterConnectionStatustype (returned by the checkRemoteClusterConnection() GraphQL query).Will remove the remoteServerCompatVersion field no earlier than version 1.207, following the
ShortTermAPI stability deprecation policy.The
QueryBacktrackingLimitfeature flag has been removed. Use theQueryBacktrackingLimitdynamic configuration to adjust the limit.Functions
Free-text search is no longer supported after the first aggregate function (as previously announced in RN Issue). For example, this query is no longer supported:
logscale Syntaxtail(200) | "Lorem ipsum dolor"You can still search for strings in specific fields after aggregation:
logscale Syntaxtail(200) | msg="Lorem ipsum dolor"Free-text search before the first aggregate function remains supported:
logscale"Lorem ipsum dolor" | tail(200)As previously announced in RN Issue, the following functions can no longer be used after the first aggregate function:
.
For example, this query is no longer valid:
Invalid Example for Demonstration - DO NOT USElogscalegroupBy(class) | eventSize()These functions can still be used before the first aggregate function:
logscaleeventSize() | tail(200)This change is necessary as these functions require access to original events, which are not available post-aggregation.
Falcon LogScale 1.195.1 LTS (2025-07-22)
Configuration
Removed server compatibility checks from multi-cluster searches. These checks became obsolete due to some internal implementation changes occurred in past versions. The new behavior is described at Multi-Cluster Compatibility Across Versions.
Additional related changes:
Removed the
UNSAFE_RELAX_FEDERATED_PROTOCOL_VERSION_CHECKenvironment variable.Deprecated the remoteServerCompatVersion field in the
RemoteClusterConnectionStatustype (returned by the checkRemoteClusterConnection() GraphQL query).Will remove the remoteServerCompatVersion field no earlier than version 1.207, following the
ShortTermAPI stability deprecation policy.The
QueryBacktrackingLimitfeature flag has been removed. Use theQueryBacktrackingLimitdynamic configuration to adjust the limit.Functions
Free-text search is no longer supported after the first aggregate function (as previously announced in RN Issue). For example, this query is no longer supported:
logscale Syntaxtail(200) | "Lorem ipsum dolor"You can still search for strings in specific fields after aggregation:
logscale Syntaxtail(200) | msg="Lorem ipsum dolor"Free-text search before the first aggregate function remains supported:
logscale"Lorem ipsum dolor" | tail(200)As previously announced in RN Issue, the following functions can no longer be used after the first aggregate function:
.
For example, this query is no longer valid:
Invalid Example for Demonstration - DO NOT USElogscalegroupBy(class) | eventSize()These functions can still be used before the first aggregate function:
logscaleeventSize() | tail(200)This change is necessary as these functions require access to original events, which are not available post-aggregation.
Falcon LogScale 1.195.0 GA (2025-07-01)
Configuration
Removed server compatibility checks from multi-cluster searches. These checks became obsolete due to some internal implementation changes occurred in past versions. The new behavior is described at Multi-Cluster Compatibility Across Versions.
Additional related changes:
Removed the
UNSAFE_RELAX_FEDERATED_PROTOCOL_VERSION_CHECKenvironment variable.Deprecated the remoteServerCompatVersion field in the
RemoteClusterConnectionStatustype (returned by the checkRemoteClusterConnection() GraphQL query).Will remove the remoteServerCompatVersion field no earlier than version 1.207, following the
ShortTermAPI stability deprecation policy.The
QueryBacktrackingLimitfeature flag has been removed. Use theQueryBacktrackingLimitdynamic configuration to adjust the limit.
Falcon LogScale 1.190.0 GA (2025-05-27)
Functions
Free-text search is no longer supported after the first aggregate function (as previously announced in RN Issue). For example, this query is no longer supported:
logscale Syntaxtail(200) | "Lorem ipsum dolor"You can still search for strings in specific fields after aggregation:
logscale Syntaxtail(200) | msg="Lorem ipsum dolor"Free-text search before the first aggregate function remains supported:
logscale"Lorem ipsum dolor" | tail(200)As previously announced in RN Issue, the following functions can no longer be used after the first aggregate function:
.
For example, this query is no longer valid:
Invalid Example for Demonstration - DO NOT USElogscalegroupBy(class) | eventSize()These functions can still be used before the first aggregate function:
logscaleeventSize() | tail(200)This change is necessary as these functions require access to original events, which are not available post-aggregation.
Falcon LogScale 1.189.2 LTS (2025-07-22)
Installation and Deployment
Support for the
HUMIO_DEBUG,JAVA_DEBUG_PORT,DEBUG_SUSPEND_FLAGandJAVA_DEBUG_OPTSenvironment variables in the LogScale Launcher Script has been removed. If the LogScale process needs to be started in debug mode, set the relevant flags in theHUMIO_OPTSenvironment variable instead.Administration and Management
Humio-Usage v0.2.0 dashboard data has been removed and replaced with a note and link to the Usage Page.
Removed assigned metrics:
segments-assigned-to-host-as-owner
segment-bytes-assigned-to-host-as-owner
These metrics provided incomplete data, tracking only post-merge segment assignments while excluding rebalancing-related segment movements.
GraphQL API
The following deprecated GraphQL fields have now been removed on the
Parseroutput datatype:
assetType
sourceCode
tagFields
testData
The following deprecated GraphQL mutations have been removed:
createParser
updateParser
removeParser
The deprecated testParser GraphQL mutation has now been removed.
Note that a number of parser CRUD APIs were deprecated alongside testParser back in release 1.120, and these APIs will also be removed soon. Consider this as a reminder to move to the newer APIs if you have not already done so.
The deprecated
storagetask of the GraphQLNodeTaskEnumhas been removed (deprecated since v1.173.0). For more information, see RN Issue.This removal affects hosts configured with node role
all:
Dynamic configuration to disable segment storage and search is no longer supported
Use existing node eviction mechanism instead for this functionality
getFilterAlertConfig GraphQL field has been removed on
HumioMetadatadatatype.
Falcon LogScale 1.189.1 LTS (2025-06-11)
Installation and Deployment
Support for the
HUMIO_DEBUG,JAVA_DEBUG_PORT,DEBUG_SUSPEND_FLAGandJAVA_DEBUG_OPTSenvironment variables in the LogScale Launcher Script has been removed. If the LogScale process needs to be started in debug mode, set the relevant flags in theHUMIO_OPTSenvironment variable instead.Administration and Management
Humio-Usage v0.2.0 dashboard data has been removed and replaced with a note and link to the Usage Page.
Removed assigned metrics:
segments-assigned-to-host-as-owner
segment-bytes-assigned-to-host-as-owner
These metrics provided incomplete data, tracking only post-merge segment assignments while excluding rebalancing-related segment movements.
GraphQL API
The following deprecated GraphQL fields have now been removed on the
Parseroutput datatype:
assetType
sourceCode
tagFields
testData
The following deprecated GraphQL mutations have been removed:
createParser
updateParser
removeParser
The deprecated testParser GraphQL mutation has now been removed.
Note that a number of parser CRUD APIs were deprecated alongside testParser back in release 1.120, and these APIs will also be removed soon. Consider this as a reminder to move to the newer APIs if you have not already done so.
The deprecated
storagetask of the GraphQLNodeTaskEnumhas been removed (deprecated since v1.173.0). For more information, see RN Issue.This removal affects hosts configured with node role
all:
Dynamic configuration to disable segment storage and search is no longer supported
Use existing node eviction mechanism instead for this functionality
getFilterAlertConfig GraphQL field has been removed on
HumioMetadatadatatype.
Falcon LogScale 1.189.0 GA (2025-05-20)
Administration and Management
Removed assigned metrics:
segments-assigned-to-host-as-owner
segment-bytes-assigned-to-host-as-owner
These metrics provided incomplete data, tracking only post-merge segment assignments while excluding rebalancing-related segment movements.
GraphQL API
The following deprecated GraphQL fields have now been removed on the
Parseroutput datatype:
assetType
sourceCode
tagFields
testData
The following deprecated GraphQL mutations have been removed:
createParser
updateParser
removeParser
The deprecated
storagetask of the GraphQLNodeTaskEnumhas been removed (deprecated since v1.173.0). For more information, see RN Issue.This removal affects hosts configured with node role
all:
Dynamic configuration to disable segment storage and search is no longer supported
Use existing node eviction mechanism instead for this functionality
getFilterAlertConfig GraphQL field has been removed on
HumioMetadatadatatype.
Falcon LogScale 1.187.0 GA (2025-05-06)
Installation and Deployment
Support for the
HUMIO_DEBUG,JAVA_DEBUG_PORT,DEBUG_SUSPEND_FLAGandJAVA_DEBUG_OPTSenvironment variables in the LogScale Launcher Script has been removed. If the LogScale process needs to be started in debug mode, set the relevant flags in theHUMIO_OPTSenvironment variable instead.
Falcon LogScale 1.184.0 GA (2025-04-15)
Administration and Management
Humio-Usage v0.2.0 dashboard data has been removed and replaced with a note and link to the Usage Page.
GraphQL API
The deprecated testParser GraphQL mutation has now been removed.
Note that a number of parser CRUD APIs were deprecated alongside testParser back in release 1.120, and these APIs will also be removed soon. Consider this as a reminder to move to the newer APIs if you have not already done so.
Falcon LogScale 1.183.1 LTS (2025-05-01)
GraphQL API
The following items have been removed:
assetType field on the types
Alert,Dashboard,ViewInteraction, andSavedQuery.GraphQL mutations createAlertFromTemplate, createAlertFromPackageTemplate, createScheduledSearchFromTemplate, and createScheduledSearchFromPackageTemplate.
Enumeration value
ChangeTriggersAndActionsfrom the enumeration typesPermissionandViewAction.
Falcon LogScale 1.182.0 GA (2025-04-01)
GraphQL API
The following items have been removed:
assetType field on the types
Alert,Dashboard,ViewInteraction, andSavedQuery.GraphQL mutations createAlertFromTemplate, createAlertFromPackageTemplate, createScheduledSearchFromTemplate, and createScheduledSearchFromPackageTemplate.
Enumeration value
ChangeTriggersAndActionsfrom the enumeration typesPermissionandViewAction.
Falcon LogScale 1.177.2 LTS (2025-04-23)
Storage
The
WriteNewSegmentFileFormatfeature flag has been reverted and the feature is not yet available for general use. A future release will reintroduce this functionality.Configuration
The deprecated
QUERY_COORDINATORenvironment variable has now been removed.
Falcon LogScale 1.177.1 LTS (2025-03-19)
Configuration
The deprecated
QUERY_COORDINATORenvironment variable has now been removed.
Falcon LogScale 1.173.0 GA (2025-01-28)
Configuration
The deprecated
QUERY_COORDINATORenvironment variable has now been removed.
Falcon LogScale 1.171.3 LTS (2025-04-23)
Storage
The
WriteNewSegmentFileFormatfeature flag has been reverted and the feature is not yet available for general use. A future release will reintroduce this functionality.
Falcon LogScale 1.165.3 LTS (2025-04-23)
GraphQL API
Removed the following deprecated fields from the
ClusterGraphQL type:
ingestPartitionsWarnings
suggestedIngestPartitions
suggestedIngestPartitions
storagePartitions
storagePartitionsWarnings
suggestedStoragePartitionsStorage
The
WriteNewSegmentFileFormatfeature flag has been reverted and the feature is not yet available for general use. A future release will reintroduce this functionality.Configuration
The dynamic configuration and related GraphQL API
AstDepthLimithas been removed.The
UNSAFE_ALLOW_FEDERATED_CIDR,UNSAFE_ALLOW_FEDERATED_MATCH, andALLOW_MULTI_CLUSTER_TABLE_SYNCHRONIZATIONenvironment variables have been removed as they now react as if they are always enabled.
Falcon LogScale 1.165.2 LTS (2024-12-17)
GraphQL API
Removed the following deprecated fields from the
ClusterGraphQL type:
ingestPartitionsWarnings
suggestedIngestPartitions
suggestedIngestPartitions
storagePartitions
storagePartitionsWarnings
suggestedStoragePartitionsConfiguration
The dynamic configuration and related GraphQL API
AstDepthLimithas been removed.The
UNSAFE_ALLOW_FEDERATED_CIDR,UNSAFE_ALLOW_FEDERATED_MATCH, andALLOW_MULTI_CLUSTER_TABLE_SYNCHRONIZATIONenvironment variables have been removed as they now react as if they are always enabled.
Falcon LogScale 1.165.1 LTS (2024-12-17)
GraphQL API
Removed the following deprecated fields from the
ClusterGraphQL type:
ingestPartitionsWarnings
suggestedIngestPartitions
suggestedIngestPartitions
storagePartitions
storagePartitionsWarnings
suggestedStoragePartitionsConfiguration
The dynamic configuration and related GraphQL API
AstDepthLimithas been removed.The
UNSAFE_ALLOW_FEDERATED_CIDR,UNSAFE_ALLOW_FEDERATED_MATCH, andALLOW_MULTI_CLUSTER_TABLE_SYNCHRONIZATIONenvironment variables have been removed as they now react as if they are always enabled.
Falcon LogScale 1.164.0 GA (2024-11-12)
Configuration
The dynamic configuration and related GraphQL API
AstDepthLimithas been removed.
Falcon LogScale 1.163.0 GA (2024-11-05)
GraphQL API
Removed the following deprecated fields from the
ClusterGraphQL type:
ingestPartitionsWarnings
suggestedIngestPartitions
suggestedIngestPartitions
storagePartitions
storagePartitionsWarnings
suggestedStoragePartitionsConfiguration
The
UNSAFE_ALLOW_FEDERATED_CIDR,UNSAFE_ALLOW_FEDERATED_MATCH, andALLOW_MULTI_CLUSTER_TABLE_SYNCHRONIZATIONenvironment variables have been removed as they now react as if they are always enabled.
Falcon LogScale 1.153.4 LTS (2024-12-17)
Installation and Deployment
The previously deprecated
jardistribution of LogScale (e.g.server-1.117.jar) is no longer published starting from this version. For more information, see Falcon LogScale 1.130.0 GA (2024-03-19).The previously deprecated
humio/kafkaandhumio/zookeeperDocker images are now removed and no longer published.API
The following previously deprecated KAFKA API endpoints have been removed:
POST/api/v1/clusterconfig/kafka-queues/partition-assignment
GET/api/v1/clusterconfig/kafka-queues/partition-assignment
POST/api/v1/clusterconfig/kafka-queues/partition-assignment/set-replication-defaults
GET/api/v1/clusterconfig/kafka-queues/partition-assignment/idConfiguration
The obsolete configuration parameters
AUTOSHARDING_TRIGGER_DELAY_MSandAUTOSHARDING_CHECKINTERVAL_MShave been removed due to autosharding being handled by rate monitoring and not by ingest delay anymore.Other
Unnecessary
digest-coordinator-changesanddesired-digest-coordinator-changesmetrics have been removed. Instead, the logging in theIngestPartitionCoordinatorclass has been improved, to allow monitoring of when reassignment of desired and current digesters happens — by searching forWrote changes to desired digest partitions/Wrote changes to current digest partitions.
Falcon LogScale 1.153.3 LTS (2024-10-02)
Installation and Deployment
The previously deprecated
jardistribution of LogScale (e.g.server-1.117.jar) is no longer published starting from this version. For more information, see Falcon LogScale 1.130.0 GA (2024-03-19).The previously deprecated
humio/kafkaandhumio/zookeeperDocker images are now removed and no longer published.API
The following previously deprecated KAFKA API endpoints have been removed:
POST/api/v1/clusterconfig/kafka-queues/partition-assignment
GET/api/v1/clusterconfig/kafka-queues/partition-assignment
POST/api/v1/clusterconfig/kafka-queues/partition-assignment/set-replication-defaults
GET/api/v1/clusterconfig/kafka-queues/partition-assignment/idConfiguration
The obsolete configuration parameters
AUTOSHARDING_TRIGGER_DELAY_MSandAUTOSHARDING_CHECKINTERVAL_MShave been removed due to autosharding being handled by rate monitoring and not by ingest delay anymore.Other
Unnecessary
digest-coordinator-changesanddesired-digest-coordinator-changesmetrics have been removed. Instead, the logging in theIngestPartitionCoordinatorclass has been improved, to allow monitoring of when reassignment of desired and current digesters happens — by searching forWrote changes to desired digest partitions/Wrote changes to current digest partitions.
Falcon LogScale 1.153.1 LTS (2024-09-18)
Installation and Deployment
The previously deprecated
jardistribution of LogScale (e.g.server-1.117.jar) is no longer published starting from this version. For more information, see Falcon LogScale 1.130.0 GA (2024-03-19).The previously deprecated
humio/kafkaandhumio/zookeeperDocker images are now removed and no longer published.API
The following previously deprecated KAFKA API endpoints have been removed:
POST/api/v1/clusterconfig/kafka-queues/partition-assignment
GET/api/v1/clusterconfig/kafka-queues/partition-assignment
POST/api/v1/clusterconfig/kafka-queues/partition-assignment/set-replication-defaults
GET/api/v1/clusterconfig/kafka-queues/partition-assignment/idConfiguration
The obsolete configuration parameters
AUTOSHARDING_TRIGGER_DELAY_MSandAUTOSHARDING_CHECKINTERVAL_MShave been removed due to autosharding being handled by rate monitoring and not by ingest delay anymore.Other
Unnecessary
digest-coordinator-changesanddesired-digest-coordinator-changesmetrics have been removed. Instead, the logging in theIngestPartitionCoordinatorclass has been improved, to allow monitoring of when reassignment of desired and current digesters happens — by searching forWrote changes to desired digest partitions/Wrote changes to current digest partitions.
Falcon LogScale 1.152.0 GA (2024-08-20)
Configuration
The obsolete configuration parameters
AUTOSHARDING_TRIGGER_DELAY_MSandAUTOSHARDING_CHECKINTERVAL_MShave been removed due to autosharding being handled by rate monitoring and not by ingest delay anymore.
Falcon LogScale 1.149.0 GA (2024-07-30)
Installation and Deployment
The previously deprecated
jardistribution of LogScale (e.g.server-1.117.jar) is no longer published starting from this version. For more information, see Falcon LogScale 1.130.0 GA (2024-03-19).The previously deprecated
humio/kafkaandhumio/zookeeperDocker images are now removed and no longer published.
Falcon LogScale 1.148.0 Internal (2024-07-23)
API
The following previously deprecated KAFKA API endpoints have been removed:
POST/api/v1/clusterconfig/kafka-queues/partition-assignment
GET/api/v1/clusterconfig/kafka-queues/partition-assignment
POST/api/v1/clusterconfig/kafka-queues/partition-assignment/set-replication-defaults
GET/api/v1/clusterconfig/kafka-queues/partition-assignment/id
Falcon LogScale 1.143.0 GA (2024-06-18)
Other
Unnecessary
digest-coordinator-changesanddesired-digest-coordinator-changesmetrics have been removed. Instead, the logging in theIngestPartitionCoordinatorclass has been improved, to allow monitoring of when reassignment of desired and current digesters happens — by searching forWrote changes to desired digest partitions/Wrote changes to current digest partitions.
Falcon LogScale 1.136.2 LTS (2024-06-12)
Storage
The full JDK has been removed from the Docker images, leaving only the bundled JDK that is part of LogScale release tarballs.
Falcon LogScale 1.136.1 LTS (2024-05-29)
Storage
The full JDK has been removed from the Docker images, leaving only the bundled JDK that is part of LogScale release tarballs.
Falcon LogScale 1.136.0 GA (2024-04-30)
Storage
The full JDK has been removed from the Docker images, leaving only the bundled JDK that is part of LogScale release tarballs.
Falcon LogScale 1.131.3 LTS (2024-09-24)
GraphQL API
The enabledFeatures() query has been removed from GraphQL schema. Use featureFlags() query instead.
Falcon LogScale 1.131.2 LTS (2024-05-14)
GraphQL API
The enabledFeatures() query has been removed from GraphQL schema. Use featureFlags() query instead.
Falcon LogScale 1.131.1 LTS (2024-04-17)
GraphQL API
The enabledFeatures() query has been removed from GraphQL schema. Use featureFlags() query instead.
Falcon LogScale 1.129.0 GA (2024-03-12)
GraphQL API
The enabledFeatures() query has been removed from GraphQL schema. Use featureFlags() query instead.
Falcon LogScale 1.124.3 LTS (2024-05-14)
GraphQL API
Removed the
Assetinterface type in GraphQL thatAlert,Dashboard,Parser,SavedQueryandViewInteractiondatatypes implemented. It was not used as a type for any field. All fields from theAssetinterface type are still present in the implementing types.Configuration
The
DEFAULT_PARTITION_COUNTconfiguration parameter has been removed, as it was unused by the system due to earlier changes to partition handling.
Falcon LogScale 1.124.2 LTS (2024-03-20)
GraphQL API
Removed the
Assetinterface type in GraphQL thatAlert,Dashboard,Parser,SavedQueryandViewInteractiondatatypes implemented. It was not used as a type for any field. All fields from theAssetinterface type are still present in the implementing types.Configuration
The
DEFAULT_PARTITION_COUNTconfiguration parameter has been removed, as it was unused by the system due to earlier changes to partition handling.
Falcon LogScale 1.124.1 LTS (2024-02-29)
GraphQL API
Removed the
Assetinterface type in GraphQL thatAlert,Dashboard,Parser,SavedQueryandViewInteractiondatatypes implemented. It was not used as a type for any field. All fields from theAssetinterface type are still present in the implementing types.Configuration
The
DEFAULT_PARTITION_COUNTconfiguration parameter has been removed, as it was unused by the system due to earlier changes to partition handling.
Falcon LogScale 1.121.0 GA (2024-01-16)
Configuration
The
DEFAULT_PARTITION_COUNTconfiguration parameter has been removed, as it was unused by the system due to earlier changes to partition handling.
Falcon LogScale 1.119.0 GA (2023-12-19)
GraphQL API
Removed the
Assetinterface type in GraphQL thatAlert,Dashboard,Parser,SavedQueryandViewInteractiondatatypes implemented. It was not used as a type for any field. All fields from theAssetinterface type are still present in the implementing types.
Falcon LogScale 1.118.4 LTS (2024-02-23)
API
The deprecated REST endpoints
api/v1/dataspaces/(id)/deleteeventsand/api/v1/repositories/(id)/deleteeventshave been removed. You can use the redactEvents() GraphQL mutation and query instead.For more information, see redactEvents() .
Falcon LogScale 1.118.3 LTS (2024-02-06)
API
The deprecated REST endpoints
api/v1/dataspaces/(id)/deleteeventsand/api/v1/repositories/(id)/deleteeventshave been removed. You can use the redactEvents() GraphQL mutation and query instead.For more information, see redactEvents() .
Falcon LogScale 1.118.2 LTS (2024-01-17)
API
The deprecated REST endpoints
api/v1/dataspaces/(id)/deleteeventsand/api/v1/repositories/(id)/deleteeventshave been removed. You can use the redactEvents() GraphQL mutation and query instead.For more information, see redactEvents() .
Falcon LogScale 1.118.0 GA (2023-12-12)
API
The deprecated REST endpoints
api/v1/dataspaces/(id)/deleteeventsand/api/v1/repositories/(id)/deleteeventshave been removed. You can use the redactEvents() GraphQL mutation and query instead.For more information, see redactEvents() .
Falcon LogScale 1.112.4 LTS (2024-02-23)
Installation and Deployment
All ZooKeeper-related functionality for LogScale was deprecated in December 2022, and is now removed:
Removed the ZooKeeper status page from the User Interface
Removed the ZooKeeper related GraphQL mutations
Removed the migration support for node IDs created by ZooKeeper, as we no longer support upgrading from version prior to 1.70.
Depending on your chosen Kafka deployment, ZooKeeper may still be required to support Kafka.
Running on Java 11, 12, 13, 14, 15 and 16 is no longer supported. The minimum supported Java version is 17 starting from this LogScale release.
GraphQL API
The deprecated client mutation ID concept is now being removed from the GraphQL API:
Removed the
clientMutationIdargument for a lot of mutations.Removed the
clientMutationIdfield from the returned type for a lot of mutations.Renamed the
ClientMutationIDdatatype, that was returned from some mutations toBooleanResultTypedatatype. Removed theclientMutationIdfield on the returned type and replaced it by a boolean field namedresult.Most deprecated queries, mutations and fields have now been removed from the GraphQL API.
Storage
The unused
humio-backupsymlink inside Docker containers has been removed.Configuration
Some deprecated configuration variables have now been removed:
GCP_STORAGE_UPLOAD_CONCURRENCY
GCP_STORAGE_DOWNLOAD_CONCURRENCYThey have been replaced by
S3_STORAGE_CONCURRENCYandGCP_STORAGE_CONCURRENCYsettings that internally handle rate-limiting responses from the bucket provider.
Falcon LogScale 1.112.3 LTS (2024-01-30)
Installation and Deployment
All ZooKeeper-related functionality for LogScale was deprecated in December 2022, and is now removed:
Removed the ZooKeeper status page from the User Interface
Removed the ZooKeeper related GraphQL mutations
Removed the migration support for node IDs created by ZooKeeper, as we no longer support upgrading from version prior to 1.70.
Depending on your chosen Kafka deployment, ZooKeeper may still be required to support Kafka.
Running on Java 11, 12, 13, 14, 15 and 16 is no longer supported. The minimum supported Java version is 17 starting from this LogScale release.
GraphQL API
The deprecated client mutation ID concept is now being removed from the GraphQL API:
Removed the
clientMutationIdargument for a lot of mutations.Removed the
clientMutationIdfield from the returned type for a lot of mutations.Renamed the
ClientMutationIDdatatype, that was returned from some mutations toBooleanResultTypedatatype. Removed theclientMutationIdfield on the returned type and replaced it by a boolean field namedresult.Most deprecated queries, mutations and fields have now been removed from the GraphQL API.
Storage
The unused
humio-backupsymlink inside Docker containers has been removed.Configuration
Some deprecated configuration variables have now been removed:
GCP_STORAGE_UPLOAD_CONCURRENCY
GCP_STORAGE_DOWNLOAD_CONCURRENCYThey have been replaced by
S3_STORAGE_CONCURRENCYandGCP_STORAGE_CONCURRENCYsettings that internally handle rate-limiting responses from the bucket provider.
Falcon LogScale 1.112.2 LTS (2024-01-22)
Installation and Deployment
All ZooKeeper-related functionality for LogScale was deprecated in December 2022, and is now removed:
Removed the ZooKeeper status page from the User Interface
Removed the ZooKeeper related GraphQL mutations
Removed the migration support for node IDs created by ZooKeeper, as we no longer support upgrading from version prior to 1.70.
Depending on your chosen Kafka deployment, ZooKeeper may still be required to support Kafka.
Running on Java 11, 12, 13, 14, 15 and 16 is no longer supported. The minimum supported Java version is 17 starting from this LogScale release.
GraphQL API
The deprecated client mutation ID concept is now being removed from the GraphQL API:
Removed the
clientMutationIdargument for a lot of mutations.Removed the
clientMutationIdfield from the returned type for a lot of mutations.Renamed the
ClientMutationIDdatatype, that was returned from some mutations toBooleanResultTypedatatype. Removed theclientMutationIdfield on the returned type and replaced it by a boolean field namedresult.Most deprecated queries, mutations and fields have now been removed from the GraphQL API.
Storage
The unused
humio-backupsymlink inside Docker containers has been removed.Configuration
Some deprecated configuration variables have now been removed:
GCP_STORAGE_UPLOAD_CONCURRENCY
GCP_STORAGE_DOWNLOAD_CONCURRENCYThey have been replaced by
S3_STORAGE_CONCURRENCYandGCP_STORAGE_CONCURRENCYsettings that internally handle rate-limiting responses from the bucket provider.
Falcon LogScale 1.112.1 LTS (2023-11-15)
Installation and Deployment
All ZooKeeper-related functionality for LogScale was deprecated in December 2022, and is now removed:
Removed the ZooKeeper status page from the User Interface
Removed the ZooKeeper related GraphQL mutations
Removed the migration support for node IDs created by ZooKeeper, as we no longer support upgrading from version prior to 1.70.
Depending on your chosen Kafka deployment, ZooKeeper may still be required to support Kafka.
Running on Java 11, 12, 13, 14, 15 and 16 is no longer supported. The minimum supported Java version is 17 starting from this LogScale release.
GraphQL API
The deprecated client mutation ID concept is now being removed from the GraphQL API:
Removed the
clientMutationIdargument for a lot of mutations.Removed the
clientMutationIdfield from the returned type for a lot of mutations.Renamed the
ClientMutationIDdatatype, that was returned from some mutations toBooleanResultTypedatatype. Removed theclientMutationIdfield on the returned type and replaced it by a boolean field namedresult.Most deprecated queries, mutations and fields have now been removed from the GraphQL API.
Storage
The unused
humio-backupsymlink inside Docker containers has been removed.Configuration
Some deprecated configuration variables have now been removed:
GCP_STORAGE_UPLOAD_CONCURRENCY
GCP_STORAGE_DOWNLOAD_CONCURRENCYThey have been replaced by
S3_STORAGE_CONCURRENCYandGCP_STORAGE_CONCURRENCYsettings that internally handle rate-limiting responses from the bucket provider.
Falcon LogScale 1.111.0 GA (2023-10-10)
Storage
The unused
humio-backupsymlink inside Docker containers has been removed.Configuration
Some deprecated configuration variables have now been removed:
GCP_STORAGE_UPLOAD_CONCURRENCY
GCP_STORAGE_DOWNLOAD_CONCURRENCYThey have been replaced by
S3_STORAGE_CONCURRENCYandGCP_STORAGE_CONCURRENCYsettings that internally handle rate-limiting responses from the bucket provider.
Falcon LogScale 1.108.0 GA (2023-09-19)
Installation and Deployment
All ZooKeeper-related functionality for LogScale was deprecated in December 2022, and is now removed:
Removed the ZooKeeper status page from the User Interface
Removed the ZooKeeper related GraphQL mutations
Removed the migration support for node IDs created by ZooKeeper, as we no longer support upgrading from version prior to 1.70.
Depending on your chosen Kafka deployment, ZooKeeper may still be required to support Kafka.
GraphQL API
The deprecated client mutation ID concept is now being removed from the GraphQL API:
Removed the
clientMutationIdargument for a lot of mutations.Removed the
clientMutationIdfield from the returned type for a lot of mutations.Renamed the
ClientMutationIDdatatype, that was returned from some mutations toBooleanResultTypedatatype. Removed theclientMutationIdfield on the returned type and replaced it by a boolean field namedresult.Most deprecated queries, mutations and fields have now been removed from the GraphQL API.
Falcon LogScale 1.107.0 GA (2023-09-12)
Installation and Deployment
Running on Java 11, 12, 13, 14, 15 and 16 is no longer supported. The minimum supported Java version is 17 starting from this LogScale release.
Falcon LogScale 1.100.3 LTS (2024-01-22)
GraphQL API
The deprecated
RegistryPackagedatatype has been deleted, along with the deprecated mutations and fields using it:
installPackageFromRegistry() mutation
updatePackageFromRegistry() mutation
packagein theSearchdomaindatatype
Falcon LogScale 1.100.2 LTS (2023-11-15)
GraphQL API
The deprecated
RegistryPackagedatatype has been deleted, along with the deprecated mutations and fields using it:
installPackageFromRegistry() mutation
updatePackageFromRegistry() mutation
packagein theSearchdomaindatatype
Falcon LogScale 1.100.1 LTS (2023-10-28)
GraphQL API
The deprecated
RegistryPackagedatatype has been deleted, along with the deprecated mutations and fields using it:
installPackageFromRegistry() mutation
updatePackageFromRegistry() mutation
packagein theSearchdomaindatatype
Falcon LogScale 1.100.0 LTS (2023-08-16)
GraphQL API
The deprecated
RegistryPackagedatatype has been deleted, along with the deprecated mutations and fields using it:
installPackageFromRegistry() mutation
updatePackageFromRegistry() mutation
packagein theSearchdomaindatatype
Falcon LogScale 1.95.0 GA (2023-06-20)
GraphQL API
The deprecated
RegistryPackagedatatype has been deleted, along with the deprecated mutations and fields using it:
installPackageFromRegistry() mutation
updatePackageFromRegistry() mutation
packagein theSearchdomaindatatype
Falcon LogScale 1.94.2 LTS (2023-11-15)
API
Degrade and deprecate some REST and GraphQL APIs due to the introduction of
AutomaticSegmentDistributionandAutomaticDigesterDistribution. The deprecated elements will be removed in a future release, once the upgrade compatibility with version 1.88.0 is dropped. We expect this to be no earlier than September 2023.The following REST endpoints are deprecated, as they no longer have an effect and return meaningless results:
api/v1/clusterconfig/segments/prune-replicas
api/v1/clusterconfig/segments/distribute-evenly
api/v1/clusterconfig/segments/distribute-evenly-reshuffle-all
api/v1/clusterconfig/segments/distribute-evenly-to-host
api/v1/clusterconfig/segments/distribute-evenly-from-host
api/v1/clusterconfig/segments/partitions
api/v1/clusterconfig/segments/partitions/setdefaults
api/v1/clusterconfig/segments/set-replication-defaults
api/v1/clusterconfig/partitions/setdefaults
api/v1/clusterconfig/ingestpartitions/distribute-evenly-from-host
api/v1/clusterconfig/ingestpartitions/setdefaults
api/v1/clusterconfig/ingestpartitions(POSTonly,GETwill continue to work)The following GraphQL mutations are deprecated, as they no longer have an effect and return meaningless results:
startDataRedistribution()
updateStoragePartitionScheme()
The IngestPartitionScheme() mutation is not deprecated, but as it updates state that is overwritten by automation, we recommend against using it — it exists solely to serve as a debugging tool.
The following GraphQL fields on the
clusterobject are deprecated, and return meaningless values:
ingestPartitionsWarnings
suggestedIngestPartitions
storagePartitions
storagePartitionsWarnings
suggestedStoragePartitions
storageDivergence
reapply_targetSizeThe following fields in the return value of the
api/v1/clusterconfig/segments/segment-statsendpoint are deprecated and degraded to always beO:
reapply_targetBytes
reapply_targetSegments
reapply_inboundBytes
reapply_inboundSegments
Falcon LogScale 1.94.1 LTS (2023-10-28)
API
Degrade and deprecate some REST and GraphQL APIs due to the introduction of
AutomaticSegmentDistributionandAutomaticDigesterDistribution. The deprecated elements will be removed in a future release, once the upgrade compatibility with version 1.88.0 is dropped. We expect this to be no earlier than September 2023.The following REST endpoints are deprecated, as they no longer have an effect and return meaningless results:
api/v1/clusterconfig/segments/prune-replicas
api/v1/clusterconfig/segments/distribute-evenly
api/v1/clusterconfig/segments/distribute-evenly-reshuffle-all
api/v1/clusterconfig/segments/distribute-evenly-to-host
api/v1/clusterconfig/segments/distribute-evenly-from-host
api/v1/clusterconfig/segments/partitions
api/v1/clusterconfig/segments/partitions/setdefaults
api/v1/clusterconfig/segments/set-replication-defaults
api/v1/clusterconfig/partitions/setdefaults
api/v1/clusterconfig/ingestpartitions/distribute-evenly-from-host
api/v1/clusterconfig/ingestpartitions/setdefaults
api/v1/clusterconfig/ingestpartitions(POSTonly,GETwill continue to work)The following GraphQL mutations are deprecated, as they no longer have an effect and return meaningless results:
startDataRedistribution()
updateStoragePartitionScheme()
The IngestPartitionScheme() mutation is not deprecated, but as it updates state that is overwritten by automation, we recommend against using it — it exists solely to serve as a debugging tool.
The following GraphQL fields on the
clusterobject are deprecated, and return meaningless values:
ingestPartitionsWarnings
suggestedIngestPartitions
storagePartitions
storagePartitionsWarnings
suggestedStoragePartitions
storageDivergence
reapply_targetSizeThe following fields in the return value of the
api/v1/clusterconfig/segments/segment-statsendpoint are deprecated and degraded to always beO:
reapply_targetBytes
reapply_targetSegments
reapply_inboundBytes
reapply_inboundSegments
Falcon LogScale 1.94.0 LTS (2023-07-05)
API
Degrade and deprecate some REST and GraphQL APIs due to the introduction of
AutomaticSegmentDistributionandAutomaticDigesterDistribution. The deprecated elements will be removed in a future release, once the upgrade compatibility with version 1.88.0 is dropped. We expect this to be no earlier than September 2023.The following REST endpoints are deprecated, as they no longer have an effect and return meaningless results:
api/v1/clusterconfig/segments/prune-replicas
api/v1/clusterconfig/segments/distribute-evenly
api/v1/clusterconfig/segments/distribute-evenly-reshuffle-all
api/v1/clusterconfig/segments/distribute-evenly-to-host
api/v1/clusterconfig/segments/distribute-evenly-from-host
api/v1/clusterconfig/segments/partitions
api/v1/clusterconfig/segments/partitions/setdefaults
api/v1/clusterconfig/segments/set-replication-defaults
api/v1/clusterconfig/partitions/setdefaults
api/v1/clusterconfig/ingestpartitions/distribute-evenly-from-host
api/v1/clusterconfig/ingestpartitions/setdefaults
api/v1/clusterconfig/ingestpartitions(POSTonly,GETwill continue to work)The following GraphQL mutations are deprecated, as they no longer have an effect and return meaningless results:
startDataRedistribution()
updateStoragePartitionScheme()
The IngestPartitionScheme() mutation is not deprecated, but as it updates state that is overwritten by automation, we recommend against using it — it exists solely to serve as a debugging tool.
The following GraphQL fields on the
clusterobject are deprecated, and return meaningless values:
ingestPartitionsWarnings
suggestedIngestPartitions
storagePartitions
storagePartitionsWarnings
suggestedStoragePartitions
storageDivergence
reapply_targetSizeThe following fields in the return value of the
api/v1/clusterconfig/segments/segment-statsendpoint are deprecated and degraded to always beO:
reapply_targetBytes
reapply_targetSegments
reapply_inboundBytes
reapply_inboundSegments
Falcon LogScale 1.89.0 GA (2023-05-11)
API
Degrade and deprecate some REST and GraphQL APIs due to the introduction of
AutomaticSegmentDistributionandAutomaticDigesterDistribution. The deprecated elements will be removed in a future release, once the upgrade compatibility with version 1.88.0 is dropped. We expect this to be no earlier than September 2023.The following REST endpoints are deprecated, as they no longer have an effect and return meaningless results:
api/v1/clusterconfig/segments/prune-replicas
api/v1/clusterconfig/segments/distribute-evenly
api/v1/clusterconfig/segments/distribute-evenly-reshuffle-all
api/v1/clusterconfig/segments/distribute-evenly-to-host
api/v1/clusterconfig/segments/distribute-evenly-from-host
api/v1/clusterconfig/segments/partitions
api/v1/clusterconfig/segments/partitions/setdefaults
api/v1/clusterconfig/segments/set-replication-defaults
api/v1/clusterconfig/partitions/setdefaults
api/v1/clusterconfig/ingestpartitions/distribute-evenly-from-host
api/v1/clusterconfig/ingestpartitions/setdefaults
api/v1/clusterconfig/ingestpartitions(POSTonly,GETwill continue to work)The following GraphQL mutations are deprecated, as they no longer have an effect and return meaningless results:
startDataRedistribution()
updateStoragePartitionScheme()
The IngestPartitionScheme() mutation is not deprecated, but as it updates state that is overwritten by automation, we recommend against using it — it exists solely to serve as a debugging tool.
The following GraphQL fields on the
clusterobject are deprecated, and return meaningless values:
ingestPartitionsWarnings
suggestedIngestPartitions
storagePartitions
storagePartitionsWarnings
suggestedStoragePartitions
storageDivergence
reapply_targetSizeThe following fields in the return value of the
api/v1/clusterconfig/segments/segment-statsendpoint are deprecated and degraded to always beO:
reapply_targetBytes
reapply_targetSegments
reapply_inboundBytes
reapply_inboundSegments
Falcon LogScale 1.81.0 GA (2023-03-14)
Automation and Triggers
The deprecated REST Alert API has been removed.
Other
The deprecated REST Action API endpoint for testing actions has been removed.
Falcon LogScale 1.76.5 LTS (2023-07-04)
API
Removed the API for managing ingest tokens. This has long been deprecated and replaced by a GraphQL API.
Falcon LogScale 1.76.4 LTS (2023-06-22)
API
Removed the API for managing ingest tokens. This has long been deprecated and replaced by a GraphQL API.
Falcon LogScale 1.76.3 LTS (2023-04-27)
API
Removed the API for managing ingest tokens. This has long been deprecated and replaced by a GraphQL API.
Falcon LogScale 1.76.2 LTS (2023-03-06)
API
Removed the API for managing ingest tokens. This has long been deprecated and replaced by a GraphQL API.
Falcon LogScale 1.76.1 LTS (2023-02-27)
API
Removed the API for managing ingest tokens. This has long been deprecated and replaced by a GraphQL API.
Falcon LogScale 1.76.0 GA (2023-02-07)
API
Removed the API for managing ingest tokens. This has long been deprecated and replaced by a GraphQL API.
Falcon LogScale 1.63.6 LTS (2023-03-22)
Installation and Deployment
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_MILLISconfig 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.
Falcon LogScale 1.63.5 LTS (2023-03-06)
Installation and Deployment
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_MILLISconfig 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.
Falcon LogScale 1.63.4 LTS (2023-02-01)
Installation and Deployment
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_MILLISconfig 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.
Falcon LogScale 1.63.3 LTS (2022-12-21)
Installation and Deployment
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_MILLISconfig 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.
Falcon LogScale 1.63.2 LTS (2022-11-30)
Installation and Deployment
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_MILLISconfig 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.
Falcon LogScale 1.63.1 LTS (2022-11-14)
Installation and Deployment
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_MILLISconfig 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 GA (2022-09-13)
Installation and Deployment
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_MILLISconfig 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.3 LTS (2022-12-21)
API
The deprecated REST API for actions has been removed, except for the endpoint for testing an action.
The deprecated REST API for parsers has been removed.
Humio Server 1.51.2 LTS (2022-10-05)
API
The deprecated REST API for actions has been removed, except for the endpoint for testing an action.
The deprecated REST API for parsers has been removed.
Humio Server 1.51.1 LTS (2022-08-29)
API
The deprecated REST API for actions has been removed, except for the endpoint for testing an action.
The deprecated REST API for parsers has been removed.
Humio Server 1.51.0 LTS (2022-08-15)
API
The deprecated REST API for actions has been removed, except for the endpoint for testing an action.
The deprecated REST API for parsers has been removed.
Humio Server 1.49.1 GA (2022-07-26)
API
The deprecated REST API for parsers has been removed.
Humio Server 1.48.1 GA (2022-07-19)
Installation and Deployment
Remove the following feature flags and their usage:
EnterpriseLogin,OidcDynamicIdpProviders,UsagePage,RequestToActivity,CommunityNewDemoData.
Humio Server 1.44.0 GA (2022-06-21)
API
The deprecated REST API for actions has been removed, except for the endpoint for testing an action.
Humio Server 1.29.0 GA (2021-07-09)
GraphQL API
Deprecated argument
namewas removed fromMutation.updateParserfield.Deprecated argument
repositoryNamewas removed fromMutation.updateParserfield.
Humio Server 1.21.0 GA (2021-02-22)
Other
The deprecated built-in parser bro-json has been deleted. It has been replaced by the parser zeek-json.
The deprecated built-in parser json-for-notifier has been deleted. It has been replaced by the parser json-for-action.