-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:elastic/kibana into audit-session-c…
…leanup
- Loading branch information
Showing
327 changed files
with
24,872 additions
and
4,343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,3 @@ jobs: | |
commit_email: [email protected] | ||
auto_merge: 'true' | ||
auto_merge_method: 'squash' | ||
manual_backport_command_template: 'node scripts/backport --pr %pullNumber%' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,84 @@ | ||
{ | ||
"paths": { | ||
"advancedSettings": "src/plugins/advanced_settings", | ||
"alerts": "packages/kbn-alerts/src", | ||
"apmOss": "src/plugins/apm_oss", | ||
"autocomplete": "packages/kbn-securitysolution-autocomplete/src", | ||
"kbnConfig": "packages/kbn-config/src", | ||
"bfetch": "src/plugins/bfetch", | ||
"charts": "src/plugins/charts", | ||
"console": "src/plugins/console", | ||
"core": "src/core", | ||
"customIntegrations": "src/plugins/custom_integrations", | ||
"discover": "src/plugins/discover", | ||
"bfetch": "src/plugins/bfetch", | ||
"dashboard": "src/plugins/dashboard", | ||
"controls": "src/plugins/controls", | ||
"data": "src/plugins/data", | ||
"dataViews": "src/plugins/data_views", | ||
"devTools": "src/plugins/dev_tools", | ||
"discover": "src/plugins/discover", | ||
"embeddableApi": "src/plugins/embeddable", | ||
"embeddableExamples": "examples/embeddable_examples", | ||
"fieldFormats": "src/plugins/field_formats", | ||
"uiActionsExamples": "examples/ui_action_examples", | ||
"share": "src/plugins/share", | ||
"home": "src/plugins/home", | ||
"flot": "packages/kbn-ui-shared-deps-src/src/flot_charts", | ||
"charts": "src/plugins/charts", | ||
"esQuery": "packages/kbn-es-query/src", | ||
"esUi": "src/plugins/es_ui_shared", | ||
"devTools": "src/plugins/dev_tools", | ||
"expressions": "src/plugins/expressions", | ||
"expressionError": "src/plugins/expression_error", | ||
"expressionGauge": "src/plugins/chart_expressions/expression_gauge", | ||
"expressionHeatmap": "src/plugins/chart_expressions/expression_heatmap", | ||
"expressionImage": "src/plugins/expression_image", | ||
"expressionMetric": "src/plugins/expression_metric", | ||
"expressionMetricVis": "src/plugins/chart_expressions/expression_metric", | ||
"expressionPie": "src/plugins/chart_expressions/expression_pie", | ||
"expressionRepeatImage": "src/plugins/expression_repeat_image", | ||
"expressionRevealImage": "src/plugins/expression_reveal_image", | ||
"expressions": "src/plugins/expressions", | ||
"expressionShape": "src/plugins/expression_shape", | ||
"expressionHeatmap": "src/plugins/chart_expressions/expression_heatmap", | ||
"expressionGauge": "src/plugins/chart_expressions/expression_gauge", | ||
"expressionTagcloud": "src/plugins/chart_expressions/expression_tagcloud", | ||
"expressionMetricVis": "src/plugins/chart_expressions/expression_metric", | ||
"expressionPie": "src/plugins/chart_expressions/expression_pie", | ||
"fieldFormats": "src/plugins/field_formats", | ||
"flot": "packages/kbn-ui-shared-deps-src/src/flot_charts", | ||
"home": "src/plugins/home", | ||
"indexPatternEditor": "src/plugins/data_view_editor", | ||
"indexPatternFieldEditor": "src/plugins/data_view_field_editor", | ||
"indexPatternManagement": "src/plugins/data_view_management", | ||
"inputControl": "src/plugins/input_control_vis", | ||
"inspector": "src/plugins/inspector", | ||
"inspectorViews": "src/legacy/core_plugins/inspector_views", | ||
"interactiveSetup": "src/plugins/interactive_setup", | ||
"interpreter": "src/legacy/core_plugins/interpreter", | ||
"kbn": "src/legacy/core_plugins/kibana", | ||
"kbnConfig": "packages/kbn-config/src", | ||
"kbnDocViews": "src/legacy/core_plugins/kbn_doc_views", | ||
"kibana_react": "src/legacy/core_plugins/kibana_react", | ||
"kibana_utils": "src/plugins/kibana_utils", | ||
"kibana-react": "src/plugins/kibana_react", | ||
"kibanaOverview": "src/plugins/kibana_overview", | ||
"lists": "packages/kbn-securitysolution-list-utils/src", | ||
"management": ["src/legacy/core_plugins/management", "src/plugins/management"], | ||
"monaco": "packages/kbn-monaco/src", | ||
"esQuery": "packages/kbn-es-query/src", | ||
"presentationUtil": "src/plugins/presentation_util", | ||
"indexPatternEditor": "src/plugins/data_view_editor", | ||
"indexPatternFieldEditor": "src/plugins/data_view_field_editor", | ||
"indexPatternManagement": "src/plugins/data_view_management", | ||
"interactiveSetup": "src/plugins/interactive_setup", | ||
"advancedSettings": "src/plugins/advanced_settings", | ||
"kibanaOverview": "src/plugins/kibana_overview", | ||
"kibana_react": "src/legacy/core_plugins/kibana_react", | ||
"kibana-react": "src/plugins/kibana_react", | ||
"kibana_utils": "src/plugins/kibana_utils", | ||
"navigation": "src/plugins/navigation", | ||
"newsfeed": "src/plugins/newsfeed", | ||
"presentationUtil": "src/plugins/presentation_util", | ||
"savedObjects": "src/plugins/saved_objects", | ||
"savedObjectsManagement": "src/plugins/saved_objects_management", | ||
"server": "src/legacy/server", | ||
"share": "src/plugins/share", | ||
"sharedUX": "src/plugins/shared_ux", | ||
"statusPage": "src/legacy/core_plugins/status_page", | ||
"telemetry": ["src/plugins/telemetry", "src/plugins/telemetry_management_section"], | ||
"timelion": ["src/plugins/vis_types/timelion"], | ||
"uiActions": "src/plugins/ui_actions", | ||
"uiActionsExamples": "examples/ui_action_examples", | ||
"usageCollection": "src/plugins/usage_collection", | ||
"visDefaultEditor": "src/plugins/vis_default_editor", | ||
"visTypeHeatmap": "src/plugins/vis_types/heatmap", | ||
"visTypeMarkdown": "src/plugins/vis_type_markdown", | ||
"visTypeMetric": "src/plugins/vis_types/metric", | ||
"visTypePie": "src/plugins/vis_types/pie", | ||
"visTypeTable": "src/plugins/vis_types/table", | ||
"visTypeTagCloud": "src/plugins/vis_types/tagcloud", | ||
"visTypeTimeseries": "src/plugins/vis_types/timeseries", | ||
"visTypeVega": "src/plugins/vis_types/vega", | ||
"visTypeVislib": "src/plugins/vis_types/vislib", | ||
"visTypeXy": "src/plugins/vis_types/xy", | ||
"visTypePie": "src/plugins/vis_types/pie", | ||
"visTypeHeatmap": "src/plugins/vis_types/heatmap", | ||
"visualizations": "src/plugins/visualizations", | ||
"visualize": "src/plugins/visualize", | ||
"apmOss": "src/plugins/apm_oss", | ||
"usageCollection": "src/plugins/usage_collection" | ||
"visualize": "src/plugins/visualize" | ||
}, | ||
"translations": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
id: controls | ||
slug: /kibana-dev-docs/controls | ||
title: Controls Plugin | ||
summary: Introduction to the Controls Plugin. | ||
date: 2020-01-12 | ||
tags: ['kibana', 'controls', 'dashboard'] | ||
related: [] | ||
--- | ||
|
||
## Introduction | ||
|
||
The Controls plugin contains Embeddables which can be used to add user-friendly interactivity to apps. | ||
|
||
## The Control Group | ||
|
||
The Control group is an embeddable container which provides the ability to add, remove, reorder, and edit multiple types of control embeddable. In any implementation, the control group embeddable should be the main point of contact between the application and the controls. The list of filters it sends to its output observable should be considered the final output of the current state of the controls, and can then be sent to other embeddables, or combined with filters from other sources. | ||
|
||
## Control Types | ||
|
||
Multiple types of controls can be registered to work with the Control Group. The current implementations are as follows: | ||
|
||
### Options List | ||
|
||
The options list is the most basic, and most used control type. It allows the dashboard author to specify a data view and field, and create a searchable dropdown. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License | ||
* 2.0 and the Server Side Public License, v 1; you may not use this file except | ||
* in compliance with, at your election, the Elastic License 2.0 or the Server | ||
* Side Public License, v 1. | ||
*/ | ||
|
||
export type { ControlPanelState, ControlsPanels, ControlGroupInput } from './control_group/types'; | ||
export type { OptionsListEmbeddableInput } from './control_types/options_list/types'; | ||
export type { ControlWidth } from './types'; | ||
|
||
export { OPTIONS_LIST_CONTROL } from './control_types/options_list/types'; | ||
export { CONTROL_GROUP_TYPE } from './control_group/types'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.