Constant Field Values

Contents

org.elasticsearch.*

  • org.elasticsearch.license.DeleteLicenseAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/license/delete"
  • org.elasticsearch.license.GetBasicStatusAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/license/basic_status"
  • org.elasticsearch.license.GetLicenseAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/license/get"
  • org.elasticsearch.license.GetTrialStatusAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/license/trial_status"
  • org.elasticsearch.license.License 
    Modifier and Type Constant Field Value
    public static final java.lang.String LICENSE_SPEC_VIEW_MODE "license_spec_view"
    public static final java.lang.String LICENSE_VERSION_MODE "license_version"
    public static final java.lang.String REST_VIEW_MODE "rest_view"
    public static final int VERSION_CRYPTO_ALGORITHMS 4
    public static final int VERSION_CURRENT 5
    public static final int VERSION_ENTERPRISE 5
    public static final int VERSION_NO_FEATURE_TYPE 2
    public static final int VERSION_START 1
    public static final int VERSION_START_DATE 3
    public static final java.lang.String XCONTENT_HIDE_ENTERPRISE "hide_enterprise"
  • org.elasticsearch.license.License.Fields 
    Modifier and Type Constant Field Value
    public static final java.lang.String EXPIRY_DATE "expiry_date"
    public static final java.lang.String EXPIRY_DATE_IN_MILLIS "expiry_date_in_millis"
    public static final java.lang.String FEATURE "feature"
    public static final java.lang.String ISSUE_DATE "issue_date"
    public static final java.lang.String ISSUE_DATE_IN_MILLIS "issue_date_in_millis"
    public static final java.lang.String ISSUED_TO "issued_to"
    public static final java.lang.String ISSUER "issuer"
    public static final java.lang.String LICENSE "license"
    public static final java.lang.String LICENSES "licenses"
    public static final java.lang.String MAX_NODES "max_nodes"
    public static final java.lang.String MAX_RESOURCE_UNITS "max_resource_units"
    public static final java.lang.String SIGNATURE "signature"
    public static final java.lang.String START_DATE "start_date"
    public static final java.lang.String START_DATE_IN_MILLIS "start_date_in_millis"
    public static final java.lang.String STATUS "status"
    public static final java.lang.String SUBSCRIPTION_TYPE "subscription_type"
    public static final java.lang.String TYPE "type"
    public static final java.lang.String UID "uid"
    public static final java.lang.String VERSION "version"
  • org.elasticsearch.license.LicenseService 
    Modifier and Type Constant Field Value
    public static final java.lang.String LICENSE_JOB "licenseJob"
  • org.elasticsearch.license.LicensesMetadata 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "licenses"
  • org.elasticsearch.license.LicenseUtils 
    Modifier and Type Constant Field Value
    public static final java.lang.String EXPIRED_FEATURE_METADATA "es.license.expired.feature"
  • org.elasticsearch.license.Licensing 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "license"
  • org.elasticsearch.license.PostStartBasicAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/license/start_basic"
  • org.elasticsearch.license.PostStartTrialAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/license/start_trial"
  • org.elasticsearch.license.PutLicenseAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/license/put"
  • org.elasticsearch.xpack.core.action.CreateDataStreamAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/data_stream/create"
  • org.elasticsearch.xpack.core.action.DataStreamsStatsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:monitor/data_stream/stats"
  • org.elasticsearch.xpack.core.action.DeleteDataStreamAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/data_stream/delete"
  • org.elasticsearch.xpack.core.action.GetDataStreamAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/data_stream/get"
  • org.elasticsearch.xpack.core.action.ReloadAnalyzerAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/reload_analyzers"
  • org.elasticsearch.xpack.core.action.XPackInfoAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/info"
  • org.elasticsearch.xpack.core.action.XPackUsageAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/usage"
  • org.elasticsearch.xpack.core.action.util.PageParams 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_FROM 0
    public static final int DEFAULT_SIZE 100
  • org.elasticsearch.xpack.core.analytics.action.AnalyticsStatsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/analytics/stats"
  • org.elasticsearch.xpack.core.ccr.action.ActivateAutoFollowPatternAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ccr/auto_follow_pattern/activate"
  • org.elasticsearch.xpack.core.ccr.action.CcrStatsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/ccr/stats"
  • org.elasticsearch.xpack.core.ccr.action.DeleteAutoFollowPatternAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ccr/auto_follow_pattern/delete"
  • org.elasticsearch.xpack.core.ccr.action.FollowInfoAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/ccr/follow_info"
  • org.elasticsearch.xpack.core.ccr.action.FollowStatsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/ccr/follow_stats"
  • org.elasticsearch.xpack.core.ccr.action.ForgetFollowerAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/xpack/ccr/forget_follower"
  • org.elasticsearch.xpack.core.ccr.action.GetAutoFollowPatternAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ccr/auto_follow_pattern/get"
  • org.elasticsearch.xpack.core.ccr.action.PauseFollowAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ccr/pause_follow"
  • org.elasticsearch.xpack.core.ccr.action.PutAutoFollowPatternAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ccr/auto_follow_pattern/put"
  • org.elasticsearch.xpack.core.ccr.action.PutFollowAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/xpack/ccr/put_follow"
  • org.elasticsearch.xpack.core.ccr.action.ResumeFollowAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ccr/resume_follow"
  • org.elasticsearch.xpack.core.ccr.action.UnfollowAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/xpack/ccr/unfollow"
  • org.elasticsearch.xpack.core.common.validation.SourceDestValidator 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEST_IN_SOURCE "Destination index [{0}] is included in source expression [{1}]"
    public static final java.lang.String DEST_LOWERCASE "Destination index [{0}] must be lowercase"
    public static final java.lang.String ERROR_REMOTE_CLUSTER_SEARCH "Error resolving remote source: {0}"
    public static final java.lang.String FEATURE_NOT_LICENSED_REMOTE_CLUSTER_LICENSE "License check failed for remote cluster alias [{0}], at least a [{1}] license is required, found license [{2}]"
    public static final java.lang.String NEEDS_REMOTE_CLUSTER_SEARCH "Source index is configured with a remote index pattern(s) [{0}] but the current node [{1}] is not allowed to connect to remote clusters. Please enable remote.cluster_client for all data nodes."
    public static final java.lang.String REMOTE_CLUSTER_LICENSE_INACTIVE "License check failed for remote cluster alias [{0}], license is not active"
    public static final java.lang.String REMOTE_SOURCE_INDICES_NOT_SUPPORTED "remote source indices are not supported"
    public static final java.lang.String SOURCE_INDEX_MISSING "Source index [{0}] does not exist"
    public static final java.lang.String UNKNOWN_REMOTE_CLUSTER_LICENSE "Error during license check ({0}) for remote cluster alias(es) {1}, error: {2}"
  • org.elasticsearch.xpack.core.deprecation.DeprecationInfoAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/deprecation/info"
  • org.elasticsearch.xpack.core.deprecation.NodesDeprecationCheckAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/deprecation/nodes/info"
  • org.elasticsearch.xpack.core.enrich.action.DeleteEnrichPolicyAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/enrich/delete"
  • org.elasticsearch.xpack.core.enrich.action.EnrichStatsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String BWC_NAME "cluster:admin/xpack/enrich/stats"
    public static final java.lang.String NAME "cluster:monitor/xpack/enrich/stats"
  • org.elasticsearch.xpack.core.enrich.action.ExecuteEnrichPolicyAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/enrich/execute"
  • org.elasticsearch.xpack.core.enrich.action.ExecuteEnrichPolicyStatus 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "enrich-policy-execution"
  • org.elasticsearch.xpack.core.enrich.action.ExecuteEnrichPolicyStatus.PolicyPhases 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMPLETE "COMPLETE"
    public static final java.lang.String FAILED "FAILED"
    public static final java.lang.String RUNNING "RUNNING"
    public static final java.lang.String SCHEDULED "SCHEDULED"
  • org.elasticsearch.xpack.core.enrich.action.GetEnrichPolicyAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/enrich/get"
  • org.elasticsearch.xpack.core.enrich.action.PutEnrichPolicyAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/enrich/put"
  • org.elasticsearch.xpack.core.frozen.action.FreezeIndexAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/freeze"
  • org.elasticsearch.xpack.core.graph.action.GraphExploreAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:data/read/xpack/graph/explore"
  • org.elasticsearch.xpack.core.ilm.AllocateAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "allocate"
  • org.elasticsearch.xpack.core.ilm.AllocationRoutedStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "check-allocation"
  • org.elasticsearch.xpack.core.ilm.BranchingStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "branch"
  • org.elasticsearch.xpack.core.ilm.CheckNotDataStreamWriteIndexStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "check-not-write-index"
  • org.elasticsearch.xpack.core.ilm.CheckShrinkReadyStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "check-shrink-allocation"
  • org.elasticsearch.xpack.core.ilm.CleanupSnapshotStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cleanup-snapshot"
  • org.elasticsearch.xpack.core.ilm.CloseIndexStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "close-index"
  • org.elasticsearch.xpack.core.ilm.CopyExecutionStateStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "copy-execution-state"
  • org.elasticsearch.xpack.core.ilm.CopySettingsStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "copy-settings"
  • org.elasticsearch.xpack.core.ilm.CreateSnapshotStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "create-snapshot"
  • org.elasticsearch.xpack.core.ilm.DeleteAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "delete"
  • org.elasticsearch.xpack.core.ilm.DeleteStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "delete"
  • org.elasticsearch.xpack.core.ilm.ErrorStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "ERROR"
  • org.elasticsearch.xpack.core.ilm.ForceMergeAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "forcemerge"
  • org.elasticsearch.xpack.core.ilm.ForceMergeStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "forcemerge"
  • org.elasticsearch.xpack.core.ilm.FreezeAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "freeze"
  • org.elasticsearch.xpack.core.ilm.FreezeStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "freeze"
  • org.elasticsearch.xpack.core.ilm.GenerateSnapshotNameStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "generate-snapshot-name"
  • org.elasticsearch.xpack.core.ilm.IndexLifecycleMetadata 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "index_lifecycle"
  • org.elasticsearch.xpack.core.ilm.InitializePolicyContextStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String INITIALIZATION_PHASE "new"
  • org.elasticsearch.xpack.core.ilm.LifecycleExecutionState 
    Modifier and Type Constant Field Value
    public static final java.lang.String ILM_CUSTOM_METADATA_KEY "ilm"
  • org.elasticsearch.xpack.core.ilm.LifecycleSettings 
    Modifier and Type Constant Field Value
    public static final java.lang.String LIFECYCLE_HISTORY_INDEX_ENABLED "indices.lifecycle.history_index_enabled"
    public static final java.lang.String LIFECYCLE_INDEXING_COMPLETE "index.lifecycle.indexing_complete"
    public static final java.lang.String LIFECYCLE_NAME "index.lifecycle.name"
    public static final java.lang.String LIFECYCLE_ORIGINATION_DATE "index.lifecycle.origination_date"
    public static final java.lang.String LIFECYCLE_PARSE_ORIGINATION_DATE "index.lifecycle.parse_origination_date"
    public static final java.lang.String LIFECYCLE_POLL_INTERVAL "indices.lifecycle.poll_interval"
    public static final java.lang.String LIFECYCLE_STEP_MASTER_TIMEOUT "indices.lifecycle.step.master_timeout"
    public static final java.lang.String SLM_HISTORY_INDEX_ENABLED "slm.history_index_enabled"
    public static final java.lang.String SLM_RETENTION_DURATION "slm.retention_duration"
    public static final java.lang.String SLM_RETENTION_SCHEDULE "slm.retention_schedule"
  • org.elasticsearch.xpack.core.ilm.MountSnapshotStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "mount-snapshot"
  • org.elasticsearch.xpack.core.ilm.PhaseCompleteStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "complete"
  • org.elasticsearch.xpack.core.ilm.ReadOnlyAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "readonly"
  • org.elasticsearch.xpack.core.ilm.ReplaceDataStreamBackingIndexStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "replace-datastream-backing-index"
  • org.elasticsearch.xpack.core.ilm.RolloverAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String INDEXING_COMPLETE_STEP_NAME "set-indexing-complete"
    public static final java.lang.String LIFECYCLE_ROLLOVER_ALIAS "index.lifecycle.rollover_alias"
    public static final java.lang.String NAME "rollover"
  • org.elasticsearch.xpack.core.ilm.RolloverStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "attempt-rollover"
  • org.elasticsearch.xpack.core.ilm.SearchableSnapshotAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONDITIONAL_DATASTREAM_CHECK_KEY "branch-on-datastream-check"
    public static final java.lang.String NAME "searchable_snapshot"
    public static final java.lang.String RESTORED_INDEX_PREFIX "restored-"
  • org.elasticsearch.xpack.core.ilm.SegmentCountStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "segment-count"
  • org.elasticsearch.xpack.core.ilm.SetPriorityAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "set_priority"
  • org.elasticsearch.xpack.core.ilm.SetSingleNodeAllocateStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "set-single-node-allocation"
  • org.elasticsearch.xpack.core.ilm.ShrinkAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONDITIONAL_DATASTREAM_CHECK_KEY "branch-on-datastream-check"
    public static final java.lang.String CONDITIONAL_SKIP_SHRINK_STEP "branch-check-prerequisites"
    public static final java.lang.String NAME "shrink"
    public static final java.lang.String SHRUNKEN_INDEX_PREFIX "shrink-"
  • org.elasticsearch.xpack.core.ilm.ShrinkSetAliasStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "aliases"
  • org.elasticsearch.xpack.core.ilm.ShrinkStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "shrink"
  • org.elasticsearch.xpack.core.ilm.ShrunkenIndexCheckStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "is-shrunken-index"
  • org.elasticsearch.xpack.core.ilm.ShrunkShardsAllocatedStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "shrunk-shards-allocated"
  • org.elasticsearch.xpack.core.ilm.SwapAliasesAndDeleteSourceIndexStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "swap-aliases"
  • org.elasticsearch.xpack.core.ilm.TerminalPolicyStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMPLETED_PHASE "completed"
  • org.elasticsearch.xpack.core.ilm.TimeseriesLifecycleType 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "timeseries"
  • org.elasticsearch.xpack.core.ilm.UnfollowAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String CCR_METADATA_KEY "ccr"
    public static final java.lang.String NAME "unfollow"
  • org.elasticsearch.xpack.core.ilm.UpdateRolloverLifecycleDateStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "update-rollover-lifecycle-date"
  • org.elasticsearch.xpack.core.ilm.UpdateSettingsStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "update-settings"
  • org.elasticsearch.xpack.core.ilm.WaitForActiveShardsStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "wait-for-active-shards"
  • org.elasticsearch.xpack.core.ilm.WaitForRolloverReadyStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "check-rollover-ready"
  • org.elasticsearch.xpack.core.ilm.WaitForSnapshotAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "wait_for_snapshot"
  • org.elasticsearch.xpack.core.ilm.action.DeleteLifecycleAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/ilm/delete"
  • org.elasticsearch.xpack.core.ilm.action.ExplainLifecycleAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/ilm/explain"
  • org.elasticsearch.xpack.core.ilm.action.GetLifecycleAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/ilm/get"
  • org.elasticsearch.xpack.core.ilm.action.GetStatusAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/ilm/operation_mode/get"
  • org.elasticsearch.xpack.core.ilm.action.MoveToStepAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/ilm/_move/post"
  • org.elasticsearch.xpack.core.ilm.action.PutLifecycleAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/ilm/put"
  • org.elasticsearch.xpack.core.ilm.action.RemoveIndexLifecyclePolicyAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/ilm/remove_policy"
  • org.elasticsearch.xpack.core.ilm.action.RetryAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/ilm/retry"
  • org.elasticsearch.xpack.core.ilm.action.StartILMAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/ilm/start"
  • org.elasticsearch.xpack.core.ilm.action.StopILMAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/ilm/stop"
  • org.elasticsearch.xpack.core.index.query.PinnedQueryBuilder 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "pinned"
  • org.elasticsearch.xpack.core.ml.action.CloseJobAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/close"
  • org.elasticsearch.xpack.core.ml.action.DeleteCalendarAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/calendars/delete"
  • org.elasticsearch.xpack.core.ml.action.DeleteCalendarEventAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/calendars/events/delete"
  • org.elasticsearch.xpack.core.ml.action.DeleteDatafeedAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/datafeeds/delete"
  • org.elasticsearch.xpack.core.ml.action.DeleteDataFrameAnalyticsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/data_frame/analytics/delete"
  • org.elasticsearch.xpack.core.ml.action.DeleteExpiredDataAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/delete_expired_data"
  • org.elasticsearch.xpack.core.ml.action.DeleteFilterAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/filters/delete"
  • org.elasticsearch.xpack.core.ml.action.DeleteForecastAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/forecast/delete"
  • org.elasticsearch.xpack.core.ml.action.DeleteJobAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/delete"
  • org.elasticsearch.xpack.core.ml.action.DeleteModelSnapshotAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/model_snapshots/delete"
  • org.elasticsearch.xpack.core.ml.action.DeleteTrainedModelAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/inference/delete"
  • org.elasticsearch.xpack.core.ml.action.EstimateModelMemoryAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/estimate_model_memory"
  • org.elasticsearch.xpack.core.ml.action.EvaluateDataFrameAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/data_frame/evaluate"
  • org.elasticsearch.xpack.core.ml.action.ExplainDataFrameAnalyticsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/data_frame/analytics/explain"
  • org.elasticsearch.xpack.core.ml.action.FinalizeJobExecutionAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:internal/xpack/ml/job/finalize_job_execution"
  • org.elasticsearch.xpack.core.ml.action.FindFileStructureAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/findfilestructure"
  • org.elasticsearch.xpack.core.ml.action.FlushJobAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/flush"
  • org.elasticsearch.xpack.core.ml.action.ForecastJobAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/forecast"
  • org.elasticsearch.xpack.core.ml.action.GetBucketsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/job/results/buckets/get"
  • org.elasticsearch.xpack.core.ml.action.GetCalendarEventsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/calendars/events/get"
  • org.elasticsearch.xpack.core.ml.action.GetCalendarsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/calendars/get"
  • org.elasticsearch.xpack.core.ml.action.GetCalendarsAction.Request 
    Modifier and Type Constant Field Value
    public static final java.lang.String ALL "_all"
  • org.elasticsearch.xpack.core.ml.action.GetCategoriesAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/job/results/categories/get"
  • org.elasticsearch.xpack.core.ml.action.GetDatafeedsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String ALL "_all"
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/datafeeds/get"
  • org.elasticsearch.xpack.core.ml.action.GetDatafeedsStatsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String ALL "_all"
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/datafeeds/stats/get"
  • org.elasticsearch.xpack.core.ml.action.GetDataFrameAnalyticsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/data_frame/analytics/get"
  • org.elasticsearch.xpack.core.ml.action.GetDataFrameAnalyticsStatsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/data_frame/analytics/stats/get"
  • org.elasticsearch.xpack.core.ml.action.GetFiltersAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/filters/get"
  • org.elasticsearch.xpack.core.ml.action.GetInfluencersAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/job/results/influencers/get"
  • org.elasticsearch.xpack.core.ml.action.GetJobsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/job/get"
  • org.elasticsearch.xpack.core.ml.action.GetJobsStatsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/job/stats/get"
  • org.elasticsearch.xpack.core.ml.action.GetModelSnapshotsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/job/model_snapshots/get"
  • org.elasticsearch.xpack.core.ml.action.GetOverallBucketsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/job/results/overall_buckets/get"
  • org.elasticsearch.xpack.core.ml.action.GetRecordsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/job/results/records/get"
  • org.elasticsearch.xpack.core.ml.action.GetTrainedModelsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/inference/get"
  • org.elasticsearch.xpack.core.ml.action.GetTrainedModelsStatsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/inference/stats/get"
  • org.elasticsearch.xpack.core.ml.action.InternalInferModelAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:internal/xpack/ml/inference/infer"
  • org.elasticsearch.xpack.core.ml.action.IsolateDatafeedAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:internal/xpack/ml/datafeed/isolate"
  • org.elasticsearch.xpack.core.ml.action.KillProcessAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:internal/xpack/ml/job/kill/process"
  • org.elasticsearch.xpack.core.ml.action.MlInfoAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ml/info/get"
  • org.elasticsearch.xpack.core.ml.action.NodeAcknowledgedResponse 
    Modifier and Type Constant Field Value
    public static final java.lang.String NODE_FIELD "node"
  • org.elasticsearch.xpack.core.ml.action.OpenJobAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/open"
  • org.elasticsearch.xpack.core.ml.action.PersistJobAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/persist"
  • org.elasticsearch.xpack.core.ml.action.PostCalendarEventsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/calendars/events/post"
  • org.elasticsearch.xpack.core.ml.action.PostDataAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/data/post"
  • org.elasticsearch.xpack.core.ml.action.PreviewDatafeedAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/datafeeds/preview"
  • org.elasticsearch.xpack.core.ml.action.PutCalendarAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/calendars/put"
  • org.elasticsearch.xpack.core.ml.action.PutDatafeedAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/datafeeds/put"
  • org.elasticsearch.xpack.core.ml.action.PutDataFrameAnalyticsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/data_frame/analytics/put"
  • org.elasticsearch.xpack.core.ml.action.PutFilterAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/filters/put"
  • org.elasticsearch.xpack.core.ml.action.PutJobAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/put"
  • org.elasticsearch.xpack.core.ml.action.PutTrainedModelAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/inference/put"
  • org.elasticsearch.xpack.core.ml.action.RevertModelSnapshotAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/model_snapshots/revert"
  • org.elasticsearch.xpack.core.ml.action.SetUpgradeModeAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/upgrade_mode"
  • org.elasticsearch.xpack.core.ml.action.StartDatafeedAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/datafeed/start"
  • org.elasticsearch.xpack.core.ml.action.StartDataFrameAnalyticsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/data_frame/analytics/start"
  • org.elasticsearch.xpack.core.ml.action.StopDatafeedAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/datafeed/stop"
  • org.elasticsearch.xpack.core.ml.action.StopDataFrameAnalyticsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/data_frame/analytics/stop"
  • org.elasticsearch.xpack.core.ml.action.UpdateCalendarJobAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/calendars/jobs/update"
  • org.elasticsearch.xpack.core.ml.action.UpdateDatafeedAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/datafeeds/update"
  • org.elasticsearch.xpack.core.ml.action.UpdateDataFrameAnalyticsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/data_frame/analytics/update"
  • org.elasticsearch.xpack.core.ml.action.UpdateFilterAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/filters/update"
  • org.elasticsearch.xpack.core.ml.action.UpdateJobAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/update"
  • org.elasticsearch.xpack.core.ml.action.UpdateModelSnapshotAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/model_snapshots/update"
  • org.elasticsearch.xpack.core.ml.action.UpdateProcessAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:internal/xpack/ml/job/update/process"
  • org.elasticsearch.xpack.core.ml.action.ValidateDetectorAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/validate/detector"
  • org.elasticsearch.xpack.core.ml.action.ValidateJobConfigAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/ml/job/validate"
  • org.elasticsearch.xpack.core.ml.annotations.AnnotationIndex 
    Modifier and Type Constant Field Value
    public static final java.lang.String INDEX_NAME ".ml-annotations-6"
    public static final java.lang.String READ_ALIAS_NAME ".ml-annotations-read"
    public static final java.lang.String WRITE_ALIAS_NAME ".ml-annotations-write"
  • org.elasticsearch.xpack.core.ml.calendars.Calendar 
    Modifier and Type Constant Field Value
    public static final java.lang.String CALENDAR_TYPE "calendar"
  • org.elasticsearch.xpack.core.ml.calendars.ScheduledEvent 
    Modifier and Type Constant Field Value
    public static final java.lang.String DOCUMENT_ID_PREFIX "event_"
    public static final java.lang.String SCHEDULED_EVENT_TYPE "scheduled_event"
  • org.elasticsearch.xpack.core.ml.dataframe.DataFrameAnalyticsConfig 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "data_frame_analytics_config"
  • org.elasticsearch.xpack.core.ml.dataframe.DataFrameAnalyticsTaskState 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "xpack/ml/data_frame/analytics"
  • org.elasticsearch.xpack.core.ml.dataframe.stats.classification.ClassificationStats 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_VALUE "classification_stats"
  • org.elasticsearch.xpack.core.ml.dataframe.stats.common.DataCounts 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_VALUE "analytics_data_counts"
  • org.elasticsearch.xpack.core.ml.dataframe.stats.common.MemoryUsage 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_VALUE "analytics_memory_usage"
  • org.elasticsearch.xpack.core.ml.dataframe.stats.outlierdetection.OutlierDetectionStats 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_VALUE "outlier_detection_stats"
  • org.elasticsearch.xpack.core.ml.dataframe.stats.regression.RegressionStats 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_VALUE "regression_stats"
  • org.elasticsearch.xpack.core.ml.filestructurefinder.FileStructure 
    Modifier and Type Constant Field Value
    public static final java.lang.String EXPLAIN "explain"
  • org.elasticsearch.xpack.core.ml.inference.TrainedModelConfig 
    Modifier and Type Constant Field Value
    public static final int CURRENT_DEFINITION_COMPRESSION_VERSION 1
    public static final java.lang.String DECOMPRESS_DEFINITION "decompress_definition"
    public static final java.lang.String FOR_EXPORT "for_export"
    public static final java.lang.String NAME "trained_model_config"
  • org.elasticsearch.xpack.core.ml.inference.TrainedModelDefinition 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "trained_model_definition"
  • org.elasticsearch.xpack.core.ml.inference.TrainedModelInput 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "trained_model_config_input"
  • org.elasticsearch.xpack.core.ml.inference.results.ClassificationInferenceResults 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "classification"
    public static final java.lang.String PREDICTION_PROBABILITY "prediction_probability"
    public static final java.lang.String PREDICTION_SCORE "prediction_score"
  • org.elasticsearch.xpack.core.ml.inference.results.RawInferenceResults 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "raw"
  • org.elasticsearch.xpack.core.ml.inference.results.RegressionInferenceResults 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "regression"
  • org.elasticsearch.xpack.core.ml.inference.results.SingleValueInferenceResults 
    Modifier and Type Constant Field Value
    public static final java.lang.String FEATURE_IMPORTANCE "feature_importance"
  • org.elasticsearch.xpack.core.ml.inference.results.TopClassEntry 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "top_class"
  • org.elasticsearch.xpack.core.ml.inference.results.WarningInferenceResults 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "warning"
  • org.elasticsearch.xpack.core.ml.inference.trainedmodel.ClassificationConfig 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_RESULTS_FIELD "predicted_value"
    public static final java.lang.String DEFAULT_TOP_CLASSES_RESULTS_FIELD "top_classes"
  • org.elasticsearch.xpack.core.ml.inference.trainedmodel.EmptyConfigUpdate 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "empty"
  • org.elasticsearch.xpack.core.ml.inference.trainedmodel.InferenceStats 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "inference_stats"
  • org.elasticsearch.xpack.core.ml.inference.trainedmodel.RegressionConfig 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_RESULTS_FIELD "predicted_value"
  • org.elasticsearch.xpack.core.ml.inference.trainedmodel.ResultsFieldUpdate 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "field_update"
  • org.elasticsearch.xpack.core.ml.inference.trainedmodel.inference.InferenceDefinition 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "inference_model_definition"
  • org.elasticsearch.xpack.core.ml.inference.trainedmodel.tree.TreeNode 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "tree_node"
  • org.elasticsearch.xpack.core.ml.job.persistence.AnomalyDetectorsIndex 
    Modifier and Type Constant Field Value
    public static final int CONFIG_INDEX_MAX_RESULTS_WINDOW 10000
  • org.elasticsearch.xpack.core.ml.job.persistence.AnomalyDetectorsIndexFields 
    Modifier and Type Constant Field Value
    public static final java.lang.String RESULTS_INDEX_DEFAULT "shared"
    public static final java.lang.String RESULTS_INDEX_PREFIX ".ml-anomalies-"
    public static final java.lang.String STATE_INDEX_PREFIX ".ml-state"
  • org.elasticsearch.xpack.core.ml.job.persistence.ElasticsearchMappings 
    Modifier and Type Constant Field Value
    public static final java.lang.String ALL_FIELD_VALUES "all_field_values"
    public static final java.lang.String ANALYZER "analyzer"
    public static final java.lang.String BOOLEAN "boolean"
    public static final java.lang.String CONFIG_TYPE "config_type"
    public static final java.lang.String COPY_TO "copy_to"
    public static final java.lang.String DATE "date"
    public static final java.lang.String DOUBLE "double"
    public static final java.lang.String DYNAMIC "dynamic"
    public static final java.lang.String ENABLED "enabled"
    public static final java.lang.String ES_DOC "_doc"
    public static final java.lang.String INTEGER "integer"
    public static final java.lang.String KEYWORD "keyword"
    public static final java.lang.String LONG "long"
    public static final java.lang.String NESTED "nested"
    public static final java.lang.String PROPERTIES "properties"
    public static final java.lang.String TEXT "text"
    public static final java.lang.String TYPE "type"
    public static final java.lang.String WHITESPACE "whitespace"
  • org.elasticsearch.xpack.core.ml.job.results.AnomalyRecord 
    Modifier and Type Constant Field Value
    public static final java.lang.String RESULT_TYPE_VALUE "record"
  • org.elasticsearch.xpack.core.ml.job.results.Bucket 
    Modifier and Type Constant Field Value
    public static final java.lang.String RESULT_TYPE_VALUE "bucket"
  • org.elasticsearch.xpack.core.ml.job.results.BucketInfluencer 
    Modifier and Type Constant Field Value
    public static final java.lang.String BUCKET_TIME "bucket_time"
    public static final java.lang.String RESULT_TYPE_VALUE "bucket_influencer"
  • org.elasticsearch.xpack.core.ml.job.results.Forecast 
    Modifier and Type Constant Field Value
    public static final java.lang.String RESULT_TYPE_VALUE "model_forecast"
  • org.elasticsearch.xpack.core.ml.job.results.ForecastRequestStats 
    Modifier and Type Constant Field Value
    public static final java.lang.String RESULT_TYPE_VALUE "model_forecast_request_stats"
  • org.elasticsearch.xpack.core.ml.job.results.Influencer 
    Modifier and Type Constant Field Value
    public static final java.lang.String RESULT_TYPE_VALUE "influencer"
  • org.elasticsearch.xpack.core.ml.job.results.ModelPlot 
    Modifier and Type Constant Field Value
    public static final java.lang.String RESULT_TYPE_VALUE "model_plot"
  • org.elasticsearch.xpack.core.ml.job.results.OverallBucket 
    Modifier and Type Constant Field Value
    public static final java.lang.String RESULT_TYPE_VALUE "overall_bucket"
  • org.elasticsearch.xpack.core.ml.notifications.NotificationsIndex 
    Modifier and Type Constant Field Value
    public static final java.lang.String NOTIFICATIONS_INDEX ".ml-notifications-000001"
  • org.elasticsearch.xpack.core.ml.stats.ForecastStats.Fields 
    Modifier and Type Constant Field Value
    public static final java.lang.String FORECASTED_JOBS "forecasted_jobs"
    public static final java.lang.String MEMORY "memory_bytes"
    public static final java.lang.String RECORDS "records"
    public static final java.lang.String RUNTIME "processing_time_ms"
    public static final java.lang.String STATUSES "status"
    public static final java.lang.String TOTAL "total"
  • org.elasticsearch.xpack.core.ml.stats.StatsAccumulator.Fields 
    Modifier and Type Constant Field Value
    public static final java.lang.String AVG "avg"
    public static final java.lang.String MAX "max"
    public static final java.lang.String MIN "min"
    public static final java.lang.String TOTAL "total"
  • org.elasticsearch.xpack.core.monitoring.action.MonitoringBulkAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/monitoring/bulk"
  • org.elasticsearch.xpack.core.rollup.RollupField 
    Modifier and Type Constant Field Value
    public static final java.lang.String AGG "agg"
    public static final java.lang.String COUNT_FIELD "_count"
    public static final java.lang.String FILTER "filter"
    public static final java.lang.String INTERVAL "interval"
    public static final java.lang.String NAME "rollup"
    public static final java.lang.String ROLLUP_META "_rollup"
    public static final java.lang.String ROLLUP_MISSING "ROLLUP_MISSING_40710B25931745D4B0B8B310F6912A69"
    public static final java.lang.String TASK_NAME "xpack/rollup/job"
    public static final java.lang.String TIMESTAMP "timestamp"
    public static final java.lang.String TYPE_NAME "_doc"
    public static final java.lang.String VALUE "value"
    public static final java.lang.String VERSION_FIELD "version"
  • org.elasticsearch.xpack.core.rollup.action.DeleteRollupJobAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/rollup/delete"
  • org.elasticsearch.xpack.core.rollup.action.GetRollupCapsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/rollup/get/caps"
  • org.elasticsearch.xpack.core.rollup.action.GetRollupIndexCapsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:data/read/xpack/rollup/get/index/caps"
  • org.elasticsearch.xpack.core.rollup.action.GetRollupJobsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/rollup/get"
  • org.elasticsearch.xpack.core.rollup.action.PutRollupJobAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/rollup/put"
  • org.elasticsearch.xpack.core.rollup.action.RollupSearchAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:data/read/xpack/rollup/search"
  • org.elasticsearch.xpack.core.rollup.action.StartRollupJobAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/rollup/start"
  • org.elasticsearch.xpack.core.rollup.action.StopRollupJobAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/rollup/stop"
  • org.elasticsearch.xpack.core.rollup.job.DateHistogramGroupConfig 
    Modifier and Type Constant Field Value
    public static final java.lang.String CALENDAR_INTERVAL "calendar_interval"
    public static final java.lang.String DELAY "delay"
    public static final java.lang.String FIXED_INTERVAL "fixed_interval"
    public static final java.lang.String INTERVAL "interval"
    public static final java.lang.String TIME_ZONE "time_zone"
  • org.elasticsearch.xpack.core.rollup.job.GroupConfig 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "groups"
  • org.elasticsearch.xpack.core.rollup.job.HistogramGroupConfig 
    Modifier and Type Constant Field Value
    public static final java.lang.String INTERVAL "interval"
  • org.elasticsearch.xpack.core.rollup.job.RollupJob 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "xpack/rollup/job"
  • org.elasticsearch.xpack.core.rollup.job.RollupJobStatus 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "xpack/rollup/job"
  • org.elasticsearch.xpack.core.search.action.GetAsyncSearchAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:data/read/async_search/get"
  • org.elasticsearch.xpack.core.search.action.SubmitAsyncSearchAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:data/read/async_search/submit"
  • org.elasticsearch.xpack.core.searchablesnapshots.MountSearchableSnapshotAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/snapshot/mount"
  • org.elasticsearch.xpack.core.security.SecurityField 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME4 "security4"
    public static final java.lang.String NIO "security-nio"
  • org.elasticsearch.xpack.core.security.action.CreateApiKeyAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/api_key/create"
  • org.elasticsearch.xpack.core.security.action.DelegatePkiAuthenticationAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/delegate_pki"
  • org.elasticsearch.xpack.core.security.action.GetApiKeyAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/api_key/get"
  • org.elasticsearch.xpack.core.security.action.GrantApiKeyAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/api_key/grant"
  • org.elasticsearch.xpack.core.security.action.GrantApiKeyRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String ACCESS_TOKEN_GRANT_TYPE "access_token"
    public static final java.lang.String PASSWORD_GRANT_TYPE "password"
  • org.elasticsearch.xpack.core.security.action.InvalidateApiKeyAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/api_key/invalidate"
  • org.elasticsearch.xpack.core.security.action.oidc.OpenIdConnectAuthenticateAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/oidc/authenticate"
  • org.elasticsearch.xpack.core.security.action.oidc.OpenIdConnectLogoutAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/oidc/logout"
  • org.elasticsearch.xpack.core.security.action.oidc.OpenIdConnectPrepareAuthenticationAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/oidc/prepare"
  • org.elasticsearch.xpack.core.security.action.privilege.ClearPrivilegesCacheAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/privilege/cache/clear"
  • org.elasticsearch.xpack.core.security.action.privilege.DeletePrivilegesAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/privilege/delete"
  • org.elasticsearch.xpack.core.security.action.privilege.GetBuiltinPrivilegesAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/privilege/builtin/get"
  • org.elasticsearch.xpack.core.security.action.privilege.GetPrivilegesAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/privilege/get"
  • org.elasticsearch.xpack.core.security.action.privilege.PutPrivilegesAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/privilege/put"
  • org.elasticsearch.xpack.core.security.action.realm.ClearRealmCacheAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/realm/cache/clear"
  • org.elasticsearch.xpack.core.security.action.role.ClearRolesCacheAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/roles/cache/clear"
  • org.elasticsearch.xpack.core.security.action.role.DeleteRoleAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/role/delete"
  • org.elasticsearch.xpack.core.security.action.role.GetRolesAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/role/get"
  • org.elasticsearch.xpack.core.security.action.role.PutRoleAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/role/put"
  • org.elasticsearch.xpack.core.security.action.rolemapping.DeleteRoleMappingAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/role_mapping/delete"
  • org.elasticsearch.xpack.core.security.action.rolemapping.GetRoleMappingsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/role_mapping/get"
  • org.elasticsearch.xpack.core.security.action.rolemapping.PutRoleMappingAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/role_mapping/put"
  • org.elasticsearch.xpack.core.security.action.saml.SamlAuthenticateAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/saml/authenticate"
  • org.elasticsearch.xpack.core.security.action.saml.SamlCompleteLogoutAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/saml/complete_logout"
  • org.elasticsearch.xpack.core.security.action.saml.SamlInvalidateSessionAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/saml/invalidate"
  • org.elasticsearch.xpack.core.security.action.saml.SamlLogoutAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/saml/logout"
  • org.elasticsearch.xpack.core.security.action.saml.SamlPrepareAuthenticationAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/saml/prepare"
  • org.elasticsearch.xpack.core.security.action.token.CreateTokenAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/token/create"
  • org.elasticsearch.xpack.core.security.action.token.InvalidateTokenAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/token/invalidate"
  • org.elasticsearch.xpack.core.security.action.token.RefreshTokenAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/token/refresh"
  • org.elasticsearch.xpack.core.security.action.user.AuthenticateAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/user/authenticate"
  • org.elasticsearch.xpack.core.security.action.user.ChangePasswordAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/user/change_password"
  • org.elasticsearch.xpack.core.security.action.user.DeleteUserAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/user/delete"
  • org.elasticsearch.xpack.core.security.action.user.GetUserPrivilegesAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/user/list_privileges"
  • org.elasticsearch.xpack.core.security.action.user.GetUsersAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/user/get"
  • org.elasticsearch.xpack.core.security.action.user.HasPrivilegesAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/user/has_privileges"
  • org.elasticsearch.xpack.core.security.action.user.PutUserAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/user/put"
  • org.elasticsearch.xpack.core.security.action.user.SetEnabledAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/security/user/set_enabled"
  • org.elasticsearch.xpack.core.security.authc.AuthenticationField 
    Modifier and Type Constant Field Value
    public static final java.lang.String API_KEY_LIMITED_ROLE_DESCRIPTORS_KEY "_security_api_key_limited_by_role_descriptors"
    public static final java.lang.String API_KEY_ROLE_DESCRIPTORS_KEY "_security_api_key_role_descriptors"
    public static final java.lang.String AUTHENTICATION_KEY "_xpack_security_authentication"
  • org.elasticsearch.xpack.core.security.authc.AuthenticationServiceField 
    Modifier and Type Constant Field Value
    public static final java.lang.String RUN_AS_USER_HEADER "es-security-runas-user"
  • org.elasticsearch.xpack.core.security.authc.RealmSettings 
    Modifier and Type Constant Field Value
    public static final java.lang.String ORDER_SETTING_KEY "order"
    public static final java.lang.String PREFIX "xpack.security.authc.realms."
  • org.elasticsearch.xpack.core.security.authc.TokenMetadata 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "security_tokens"
  • org.elasticsearch.xpack.core.security.authc.esnative.NativeRealmSettings 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "native"
  • org.elasticsearch.xpack.core.security.authc.file.FileRealmSettings 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "file"
  • org.elasticsearch.xpack.core.security.authc.kerberos.KerberosRealmSettings 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "kerberos"
  • org.elasticsearch.xpack.core.security.authc.pki.PkiRealmSettings 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_USERNAME_PATTERN "CN=(.*?)(?:,|$)"
    public static final java.lang.String TYPE "pki"
  • org.elasticsearch.xpack.core.security.authc.support.mapper.expressiondsl.AllExpression 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "all"
  • org.elasticsearch.xpack.core.security.authc.support.mapper.expressiondsl.AnyExpression 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "any"
  • org.elasticsearch.xpack.core.security.authc.support.mapper.expressiondsl.ExceptExpression 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "except"
  • org.elasticsearch.xpack.core.security.authc.support.mapper.expressiondsl.FieldExpression 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "field"
  • org.elasticsearch.xpack.core.security.user.AnonymousUser 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_ANONYMOUS_USERNAME "_anonymous"
  • org.elasticsearch.xpack.core.security.user.APMSystemUser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "apm_system"
    public static final java.lang.String ROLE_NAME "apm_system"
  • org.elasticsearch.xpack.core.security.user.AsyncSearchUser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "_async_search"
    public static final java.lang.String ROLE_NAME "_async_search"
  • org.elasticsearch.xpack.core.security.user.BeatsSystemUser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "beats_system"
    public static final java.lang.String ROLE_NAME "beats_system"
  • org.elasticsearch.xpack.core.security.user.ElasticUser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "elastic"
    public static final java.lang.String ROLE_NAME "superuser"
  • org.elasticsearch.xpack.core.security.user.KibanaSystemUser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "kibana_system"
    public static final java.lang.String ROLE_NAME "kibana_system"
  • org.elasticsearch.xpack.core.security.user.KibanaUser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "kibana"
    public static final java.lang.String ROLE_NAME "kibana_system"
  • org.elasticsearch.xpack.core.security.user.LogstashSystemUser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "logstash_system"
    public static final java.lang.String ROLE_NAME "logstash_system"
  • org.elasticsearch.xpack.core.security.user.RemoteMonitoringUser 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLLECTION_ROLE_NAME "remote_monitoring_collector"
    public static final java.lang.String INDEXING_ROLE_NAME "remote_monitoring_agent"
    public static final java.lang.String NAME "remote_monitoring_user"
  • org.elasticsearch.xpack.core.security.user.SystemUser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "_system"
    public static final java.lang.String ROLE_NAME "_system"
  • org.elasticsearch.xpack.core.security.user.UsernamesField 
    Modifier and Type Constant Field Value
    public static final java.lang.String APM_NAME "apm_system"
    public static final java.lang.String APM_ROLE "apm_system"
    public static final java.lang.String ASYNC_SEARCH_NAME "_async_search"
    public static final java.lang.String ASYNC_SEARCH_ROLE "_async_search"
    public static final java.lang.String BEATS_NAME "beats_system"
    public static final java.lang.String BEATS_ROLE "beats_system"
    public static final java.lang.String DEPRECATED_KIBANA_NAME "kibana"
    public static final java.lang.String ELASTIC_NAME "elastic"
    public static final java.lang.String ELASTIC_ROLE "superuser"
    public static final java.lang.String KIBANA_NAME "kibana_system"
    public static final java.lang.String KIBANA_ROLE "kibana_system"
    public static final java.lang.String LOGSTASH_NAME "logstash_system"
    public static final java.lang.String LOGSTASH_ROLE "logstash_system"
    public static final java.lang.String REMOTE_MONITORING_COLLECTION_ROLE "remote_monitoring_collector"
    public static final java.lang.String REMOTE_MONITORING_INDEXING_ROLE "remote_monitoring_agent"
    public static final java.lang.String REMOTE_MONITORING_NAME "remote_monitoring_user"
    public static final java.lang.String SYSTEM_NAME "_system"
    public static final java.lang.String SYSTEM_ROLE "_system"
    public static final java.lang.String XPACK_NAME "_xpack"
    public static final java.lang.String XPACK_ROLE "_xpack"
    public static final java.lang.String XPACK_SECURITY_NAME "_xpack_security"
    public static final java.lang.String XPACK_SECURITY_ROLE "superuser"
  • org.elasticsearch.xpack.core.security.user.XPackSecurityUser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "_xpack_security"
  • org.elasticsearch.xpack.core.security.user.XPackUser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "_xpack"
    public static final java.lang.String ROLE_NAME "_xpack"
  • org.elasticsearch.xpack.core.slm.action.DeleteSnapshotLifecycleAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/slm/delete"
  • org.elasticsearch.xpack.core.slm.action.ExecuteSnapshotLifecycleAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/slm/execute"
  • org.elasticsearch.xpack.core.slm.action.ExecuteSnapshotRetentionAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/slm/execute-retention"
  • org.elasticsearch.xpack.core.slm.action.GetSLMStatusAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/slm/status"
  • org.elasticsearch.xpack.core.slm.action.GetSnapshotLifecycleAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/slm/get"
  • org.elasticsearch.xpack.core.slm.action.GetSnapshotLifecycleStatsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/slm/stats"
  • org.elasticsearch.xpack.core.slm.action.PutSnapshotLifecycleAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/slm/put"
  • org.elasticsearch.xpack.core.slm.action.StartSLMAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/slm/start"
  • org.elasticsearch.xpack.core.slm.action.StopSLMAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/slm/stop"
  • org.elasticsearch.xpack.core.ssl.action.GetCertificateInfoAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/ssl/certificates/get"
  • org.elasticsearch.xpack.core.transform.action.DeleteTransformAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/transform/delete"
  • org.elasticsearch.xpack.core.transform.action.GetTransformAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/transform/get"
  • org.elasticsearch.xpack.core.transform.action.GetTransformAction.Response 
    Modifier and Type Constant Field Value
    public static final java.lang.String INVALID_TRANSFORMS_DEPRECATION_WARNING "Found [{}] invalid transforms"
  • org.elasticsearch.xpack.core.transform.action.GetTransformStatsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/transform/stats/get"
  • org.elasticsearch.xpack.core.transform.action.GetTransformStatsAction.Request 
    Modifier and Type Constant Field Value
    public static final int MAX_SIZE_RETURN 1000
  • org.elasticsearch.xpack.core.transform.action.PreviewTransformAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/transform/preview"
  • org.elasticsearch.xpack.core.transform.action.PutTransformAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/transform/put"
  • org.elasticsearch.xpack.core.transform.action.StartTransformAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/transform/start"
  • org.elasticsearch.xpack.core.transform.action.StopTransformAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/transform/stop"
  • org.elasticsearch.xpack.core.transform.action.UpdateTransformAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/transform/update"
  • org.elasticsearch.xpack.core.transform.action.compat.DeleteTransformActionDeprecated 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/data_frame/delete"
  • org.elasticsearch.xpack.core.transform.action.compat.GetTransformActionDeprecated 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/data_frame/get"
  • org.elasticsearch.xpack.core.transform.action.compat.GetTransformStatsActionDeprecated 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/data_frame/stats/get"
  • org.elasticsearch.xpack.core.transform.action.compat.PreviewTransformActionDeprecated 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/data_frame/preview"
  • org.elasticsearch.xpack.core.transform.action.compat.PutTransformActionDeprecated 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/data_frame/put"
  • org.elasticsearch.xpack.core.transform.action.compat.StartTransformActionDeprecated 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/data_frame/start"
  • org.elasticsearch.xpack.core.transform.action.compat.StopTransformActionDeprecated 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/data_frame/stop"
  • org.elasticsearch.xpack.core.transform.action.compat.UpdateTransformActionDeprecated 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/data_frame/update"
  • org.elasticsearch.xpack.core.transform.transforms.TransformCheckpoint 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "data_frame_transform_checkpoint"
  • org.elasticsearch.xpack.core.transform.transforms.TransformConfig 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "data_frame_transform_config"
  • org.elasticsearch.xpack.core.transform.transforms.TransformConfigUpdate 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "data_frame_transform_config_update"
  • org.elasticsearch.xpack.core.transform.transforms.TransformIndexerPosition 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "data_frame/indexer_position"
  • org.elasticsearch.xpack.core.transform.transforms.TransformIndexerStats 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "data_frame_indexer_transform_stats"
  • org.elasticsearch.xpack.core.transform.transforms.TransformProgress 
    Modifier and Type Constant Field Value
    public static final java.lang.String PERCENT_COMPLETE "percent_complete"
  • org.elasticsearch.xpack.core.transform.transforms.TransformState 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "data_frame/transforms"
  • org.elasticsearch.xpack.core.transform.transforms.TransformStats 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "data_frame_transform_stats"
  • org.elasticsearch.xpack.core.transform.transforms.TransformStoredDoc 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "data_frame_transform_state_and_stats"
  • org.elasticsearch.xpack.core.transform.transforms.TransformTaskParams 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "data_frame/transforms"
  • org.elasticsearch.xpack.core.upgrade.actions.IndexUpgradeAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/upgrade"
  • org.elasticsearch.xpack.core.upgrade.actions.IndexUpgradeInfoAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/upgrade/info"
  • org.elasticsearch.xpack.core.watcher.WatcherField 
    Modifier and Type Constant Field Value
    public static final java.lang.String EMAIL_NOTIFICATION_SSL_PREFIX "xpack.notification.email.ssl."
  • org.elasticsearch.xpack.core.watcher.WatcherMetadata 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "watcher"
  • org.elasticsearch.xpack.core.watcher.condition.AlwaysCondition 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "always"
  • org.elasticsearch.xpack.core.watcher.crypto.CryptoService 
    Modifier and Type Constant Field Value
    public static final java.lang.String ENCRYPTED_TEXT_PREFIX "::es_encrypted::"
    public static final java.lang.String KEY_ALGO "HmacSHA512"
    public static final int KEY_SIZE 1024
  • org.elasticsearch.xpack.core.watcher.execution.TriggeredWatchStoreField 
    Modifier and Type Constant Field Value
    public static final java.lang.String INDEX_NAME ".triggered_watches"
  • org.elasticsearch.xpack.core.watcher.input.none.NoneInput 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "none"
  • org.elasticsearch.xpack.core.watcher.transform.chain.ChainTransform 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "chain"
  • org.elasticsearch.xpack.core.watcher.transport.actions.ack.AckWatchAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/watcher/watch/ack"
  • org.elasticsearch.xpack.core.watcher.transport.actions.activate.ActivateWatchAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/watcher/watch/activate"
  • org.elasticsearch.xpack.core.watcher.transport.actions.delete.DeleteWatchAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/watcher/watch/delete"
  • org.elasticsearch.xpack.core.watcher.transport.actions.execute.ExecuteWatchAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/watcher/watch/execute"
  • org.elasticsearch.xpack.core.watcher.transport.actions.execute.ExecuteWatchRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String INLINE_WATCH_ID "_inlined_"
  • org.elasticsearch.xpack.core.watcher.transport.actions.get.GetWatchAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/watcher/watch/get"
  • org.elasticsearch.xpack.core.watcher.transport.actions.put.PutWatchAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/watcher/watch/put"
  • org.elasticsearch.xpack.core.watcher.transport.actions.service.WatcherServiceAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/xpack/watcher/service"
  • org.elasticsearch.xpack.core.watcher.transport.actions.stats.WatcherStatsAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/xpack/watcher/stats/dist"
  • org.elasticsearch.xpack.core.watcher.watch.Watch 
    Modifier and Type Constant Field Value
    public static final java.lang.String INCLUDE_STATUS_KEY "include_status"
    public static final java.lang.String INDEX ".watches"
  • org.elasticsearch.xpack.core.watcher.watch.WatchField 
    Modifier and Type Constant Field Value
    public static final java.lang.String ALL_ACTIONS_ID "_all"
  • org.elasticsearch.xpack.core.watcher.watch.WatchStatus 
    Modifier and Type Constant Field Value
    public static final java.lang.String INCLUDE_STATE "include_state"