Skip navigation links
  • Module
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Classes
  • Record Classes
  • Fields
  • Methods
  • Constructors
  • Deprecated Classes
    Class
    Description
    org.elasticsearch.xpack.core.ilm.FreezeStep
    org.elasticsearch.xpack.core.ml.search.WeightedTokensQueryBuilder
    Replaced by sparse_vector query
    org.elasticsearch.xpack.core.security.user.KibanaUser
    use KibanaSystemUser
  • Deprecated Record Classes
    Record Class
    Description
    org.elasticsearch.xpack.core.inference.results.LegacyTextEmbeddingResults
    use InferenceTextEmbeddingFloatResults instead
  • Deprecated Fields
    Field
    Description
    org.elasticsearch.xpack.core.ClientHelper.ACTION_ORIGIN_TRANSIENT_NAME
    use ThreadContext.ACTION_ORIGIN_TRANSIENT_NAME
    org.elasticsearch.xpack.core.security.user.SystemUser.ROLE_NAME
    org.elasticsearch.xpack.core.XPackField.FLATTENED
    used for Backward Compatibility with 7.x only
    org.elasticsearch.xpack.core.XPackField.VECTORS
  • Deprecated Methods
    Method
    Description
    org.elasticsearch.license.LicensedFeature.momentaryLenient(String, String, License.OperationMode)
    org.elasticsearch.license.XPackLicenseState.isAllowedByLicense(License.OperationMode, boolean)
    org.elasticsearch.xpack.core.ClientHelper.clientWithOrigin(Client, String)
    use OriginSettingClient instead
    org.elasticsearch.xpack.core.common.time.TimeUtils.dateStringToEpoch(String)
    org.elasticsearch.xpack.core.common.time.TimeUtils.parseTimeField(XContentParser, String)
    Please use TimeUtils.parseTimeFieldToInstant(XContentParser, String) instead.
    org.elasticsearch.xpack.core.ilm.IndexLifecycleMetadata.getOperationMode()
    use LifecycleOperationMetadata.getILMOperationMode() instead. This may be incorrect.
    org.elasticsearch.xpack.core.security.action.user.PutUserRequestBuilder.password(char[], Hasher)
    Use PutUserRequestBuilder.password(SecureString, Hasher) instead.
    org.elasticsearch.xpack.core.security.user.SystemUser.is(User)
    org.elasticsearch.xpack.core.slm.SnapshotLifecycleMetadata.getOperationMode()
    use LifecycleOperationMetadata.getSLMOperationMode() instead. This may be incorrect.
    org.elasticsearch.xpack.core.ssl.SSLService.sslIOSessionStrategy(Settings)
    This method will fail if the SSL configuration uses a SecureSetting but the SecureSettings have been closed. Use SSLService.getSSLConfiguration(String) and SSLService.sslIOSessionStrategy(SslConfiguration) (Deprecated, but not removed because monitoring uses dynamic SSL settings)
  • Deprecated Constructors
    Constructor
    Description
    org.elasticsearch.xpack.core.security.authz.RoleDescriptor(String, String[], RoleDescriptor.IndicesPrivileges[], String[], Map<String, Object>)
    Use RoleDescriptor(String, String[], IndicesPrivileges[], ApplicationResourcePrivileges[], ConfigurableClusterPrivilege[], String[], Map, Map, RemoteIndicesPrivileges[], RemoteClusterPermissions, Restriction, String)
    org.elasticsearch.xpack.core.security.authz.RoleDescriptor(String, String[], RoleDescriptor.IndicesPrivileges[], String[], Map<String, Object>, Map<String, Object>)
    Use RoleDescriptor(String, String[], IndicesPrivileges[], ApplicationResourcePrivileges[], ConfigurableClusterPrivilege[], String[], Map, Map, RemoteIndicesPrivileges[], RemoteClusterPermissions, Restriction, String)
    org.elasticsearch.xpack.core.ssl.SSLService(Settings, Environment)