Skip to content

Commit 1954db8

Browse files
committed
Merge branch 'master' of github.com:elastic/kibana into elastic#81749
2 parents 8c051c8 + 48dbf9d commit 1954db8

File tree

1,284 files changed

+22476
-15454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,284 files changed

+22476
-15454
lines changed

.github/CODEOWNERS

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/src/plugins/advanced_settings/ @elastic/kibana-app
1313
/src/plugins/charts/ @elastic/kibana-app
1414
/src/plugins/discover/ @elastic/kibana-app
15+
/src/plugins/lens_oss/ @elastic/kibana-app
1516
/src/plugins/management/ @elastic/kibana-app
1617
/src/plugins/kibana_legacy/ @elastic/kibana-app
1718
/src/plugins/timelion/ @elastic/kibana-app
@@ -135,7 +136,7 @@
135136

136137
# Observability UIs
137138
/x-pack/plugins/infra/ @elastic/logs-metrics-ui
138-
/x-pack/plugins/ingest_manager/ @elastic/ingest-management
139+
/x-pack/plugins/fleet/ @elastic/ingest-management
139140
/x-pack/plugins/observability/ @elastic/observability-ui
140141
/x-pack/plugins/monitoring/ @elastic/stack-monitoring-ui
141142
/x-pack/plugins/uptime @elastic/uptime
@@ -253,9 +254,6 @@
253254
/x-pack/test/ui_capabilities/ @elastic/kibana-security
254255
/x-pack/test/encrypted_saved_objects_api_integration/ @elastic/kibana-security
255256
/x-pack/test/functional/apps/security/ @elastic/kibana-security
256-
/x-pack/test/kerberos_api_integration/ @elastic/kibana-security
257-
/x-pack/test/oidc_api_integration/ @elastic/kibana-security
258-
/x-pack/test/pki_api_integration/ @elastic/kibana-security
259257
/x-pack/test/security_api_integration/ @elastic/kibana-security
260258
/x-pack/test/security_functional/ @elastic/kibana-security
261259
/x-pack/test/spaces_api_integration/ @elastic/kibana-security
@@ -379,7 +377,7 @@ x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json @elastic/kib
379377
# Observability design
380378
/x-pack/plugins/apm/**/*.scss @elastic/observability-design
381379
/x-pack/plugins/infra/**/*.scss @elastic/observability-design
382-
/x-pack/plugins/ingest_manager/**/*.scss @elastic/observability-design
380+
/x-pack/plugins/fleet/**/*.scss @elastic/observability-design
383381
/x-pack/plugins/observability/**/*.scss @elastic/observability-design
384382
/x-pack/plugins/monitoring/**/*.scss @elastic/observability-design
385383

.github/paths-labeller.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- "Team:apm":
1212
- "x-pack/plugins/apm/**/*.*"
1313
- "Team:Ingest Management":
14-
- "x-pack/plugins/ingest_manager/**/*.*"
14+
- "x-pack/plugins/fleet/**/*.*"
1515
- "x-pack/test/api_integration/apis/fleet/**/*.*"
1616
- "x-pack/test/epm_api_integration/**/*.*"
1717
- "Team:uptime":

.i18nrc.json

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
"visTypeVislib": "src/plugins/vis_type_vislib",
6060
"visTypeXy": "src/plugins/vis_type_xy",
6161
"visualizations": "src/plugins/visualizations",
62+
"lensOss": "src/plugins/lens_oss",
63+
"mapsOss": "src/plugins/maps_oss",
6264
"visualize": "src/plugins/visualize",
6365
"apmOss": "src/plugins/apm_oss",
6466
"usageCollection": "src/plugins/usage_collection"

.sass-lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ files:
66
- 'src/plugins/vis_type_vislib/**/*.s+(a|c)ss'
77
- 'src/plugins/vis_type_vega/**/*.s+(a|c)ss'
88
- 'src/plugins/vis_type_xy/**/*.s+(a|c)ss'
9+
- 'src/plugins/visualizations/public/wizard/**/*.s+(a|c)ss'
910
- 'x-pack/plugins/canvas/**/*.s+(a|c)ss'
1011
- 'x-pack/plugins/triggers_actions_ui/**/*.s+(a|c)ss'
1112
- 'x-pack/plugins/lens/**/*.s+(a|c)ss'

config/kibana.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
#elasticsearch.logQueries: false
8181

8282
# Specifies the path where Kibana creates the process ID file.
83-
#pid.file: /var/run/kibana.pid
83+
#pid.file: /run/kibana/kibana.pid
8484

8585
# Enables you to specify a file where Kibana stores log output.
8686
#logging.dest: stdout

docs/developer/plugin-list.asciidoc

+11-1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ in Kibana, e.g. visualizations. It has the form of a flyout panel.
130130
|The legacyExport plugin adds support for the legacy saved objects export format.
131131
132132
133+
|{kib-repo}blob/{branch}/src/plugins/lens_oss/README.md[lensOss]
134+
|The lens_oss plugin registers the lens visualization on OSS.
135+
It is registered as disabled. The x-pack plugin should unregister this.
136+
137+
133138
|{kib-repo}blob/{branch}/src/plugins/management/README.md[management]
134139
|This plugins contains the "Stack Management" page framework. It offers navigation and an API
135140
to link individual managment section into it. This plugin does not contain any individual
@@ -140,6 +145,11 @@ management section itself.
140145
|Internal objects used by the Coordinate, Region, and Vega visualizations.
141146
142147
148+
|{kib-repo}blob/{branch}/src/plugins/maps_oss/README.md[mapsOss]
149+
|The maps_oss plugin registers the maps visualization on OSS.
150+
It is registered as disabled. The x-pack plugin should unregister this.
151+
152+
143153
|{kib-repo}blob/{branch}/src/plugins/navigation/README.md[navigation]
144154
|The navigation plugins exports the TopNavMenu component.
145155
It also provides a stateful version of it on the start contract.
@@ -403,7 +413,7 @@ Index Management by running this series of requests in Console:
403413
the infrastructure monitoring use-case within Kibana.
404414
405415
406-
|{kib-repo}blob/{branch}/x-pack/plugins/ingest_manager/README.md[ingestManager]
416+
|{kib-repo}blob/{branch}/x-pack/plugins/fleet/README.md[ingestManager]
407417
|Fleet needs to have Elasticsearch API keys enabled, and also to have TLS enabled on kibana, (if you want to run Kibana without TLS you can provide the following config flag --xpack.fleet.agents.tlsCheckDisabled=false)
408418
409419

docs/development/core/public/kibana-plugin-core-public.doclinksstart.links.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
```typescript
1010
readonly links: {
1111
readonly dashboard: {
12+
readonly guide: string;
1213
readonly drilldowns: string;
1314
readonly drilldownsTriggerPicker: string;
1415
readonly urlDrilldownTemplateSyntax: string;

docs/development/core/public/kibana-plugin-core-public.doclinksstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ export interface DocLinksStart
1717
| --- | --- | --- |
1818
| [DOC\_LINK\_VERSION](./kibana-plugin-core-public.doclinksstart.doc_link_version.md) | <code>string</code> | |
1919
| [ELASTIC\_WEBSITE\_URL](./kibana-plugin-core-public.doclinksstart.elastic_website_url.md) | <code>string</code> | |
20-
| [links](./kibana-plugin-core-public.doclinksstart.links.md) | <code>{</code><br/><code> readonly dashboard: {</code><br/><code> readonly drilldowns: string;</code><br/><code> readonly drilldownsTriggerPicker: string;</code><br/><code> readonly urlDrilldownTemplateSyntax: string;</code><br/><code> readonly urlDrilldownVariables: string;</code><br/><code> };</code><br/><code> readonly filebeat: {</code><br/><code> readonly base: string;</code><br/><code> readonly installation: string;</code><br/><code> readonly configuration: string;</code><br/><code> readonly elasticsearchOutput: string;</code><br/><code> readonly startup: string;</code><br/><code> readonly exportedFields: string;</code><br/><code> };</code><br/><code> readonly auditbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly metricbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly heartbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly logstash: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly functionbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly winlogbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly aggs: {</code><br/><code> readonly date_histogram: string;</code><br/><code> readonly date_range: string;</code><br/><code> readonly filter: string;</code><br/><code> readonly filters: string;</code><br/><code> readonly geohash_grid: string;</code><br/><code> readonly histogram: string;</code><br/><code> readonly ip_range: string;</code><br/><code> readonly range: string;</code><br/><code> readonly significant_terms: string;</code><br/><code> readonly terms: string;</code><br/><code> readonly avg: string;</code><br/><code> readonly avg_bucket: string;</code><br/><code> readonly max_bucket: string;</code><br/><code> readonly min_bucket: string;</code><br/><code> readonly sum_bucket: string;</code><br/><code> readonly cardinality: string;</code><br/><code> readonly count: string;</code><br/><code> readonly cumulative_sum: string;</code><br/><code> readonly derivative: string;</code><br/><code> readonly geo_bounds: string;</code><br/><code> readonly geo_centroid: string;</code><br/><code> readonly max: string;</code><br/><code> readonly median: string;</code><br/><code> readonly min: string;</code><br/><code> readonly moving_avg: string;</code><br/><code> readonly percentile_ranks: string;</code><br/><code> readonly serial_diff: string;</code><br/><code> readonly std_dev: string;</code><br/><code> readonly sum: string;</code><br/><code> readonly top_hits: string;</code><br/><code> };</code><br/><code> readonly scriptedFields: {</code><br/><code> readonly scriptFields: string;</code><br/><code> readonly scriptAggs: string;</code><br/><code> readonly painless: string;</code><br/><code> readonly painlessApi: string;</code><br/><code> readonly painlessSyntax: string;</code><br/><code> readonly luceneExpressions: string;</code><br/><code> };</code><br/><code> readonly indexPatterns: {</code><br/><code> readonly loadingData: string;</code><br/><code> readonly introduction: string;</code><br/><code> };</code><br/><code> readonly addData: string;</code><br/><code> readonly kibana: string;</code><br/><code> readonly siem: {</code><br/><code> readonly guide: string;</code><br/><code> readonly gettingStarted: string;</code><br/><code> };</code><br/><code> readonly query: {</code><br/><code> readonly eql: string;</code><br/><code> readonly luceneQuerySyntax: string;</code><br/><code> readonly queryDsl: string;</code><br/><code> readonly kueryQuerySyntax: string;</code><br/><code> };</code><br/><code> readonly date: {</code><br/><code> readonly dateMath: string;</code><br/><code> };</code><br/><code> readonly management: Record&lt;string, string&gt;;</code><br/><code> readonly visualize: Record&lt;string, string&gt;;</code><br/><code> }</code> | |
20+
| [links](./kibana-plugin-core-public.doclinksstart.links.md) | <code>{</code><br/><code> readonly dashboard: {</code><br/><code> readonly guide: string;</code><br/><code> readonly drilldowns: string;</code><br/><code> readonly drilldownsTriggerPicker: string;</code><br/><code> readonly urlDrilldownTemplateSyntax: string;</code><br/><code> readonly urlDrilldownVariables: string;</code><br/><code> };</code><br/><code> readonly filebeat: {</code><br/><code> readonly base: string;</code><br/><code> readonly installation: string;</code><br/><code> readonly configuration: string;</code><br/><code> readonly elasticsearchOutput: string;</code><br/><code> readonly startup: string;</code><br/><code> readonly exportedFields: string;</code><br/><code> };</code><br/><code> readonly auditbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly metricbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly heartbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly logstash: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly functionbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly winlogbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly aggs: {</code><br/><code> readonly date_histogram: string;</code><br/><code> readonly date_range: string;</code><br/><code> readonly filter: string;</code><br/><code> readonly filters: string;</code><br/><code> readonly geohash_grid: string;</code><br/><code> readonly histogram: string;</code><br/><code> readonly ip_range: string;</code><br/><code> readonly range: string;</code><br/><code> readonly significant_terms: string;</code><br/><code> readonly terms: string;</code><br/><code> readonly avg: string;</code><br/><code> readonly avg_bucket: string;</code><br/><code> readonly max_bucket: string;</code><br/><code> readonly min_bucket: string;</code><br/><code> readonly sum_bucket: string;</code><br/><code> readonly cardinality: string;</code><br/><code> readonly count: string;</code><br/><code> readonly cumulative_sum: string;</code><br/><code> readonly derivative: string;</code><br/><code> readonly geo_bounds: string;</code><br/><code> readonly geo_centroid: string;</code><br/><code> readonly max: string;</code><br/><code> readonly median: string;</code><br/><code> readonly min: string;</code><br/><code> readonly moving_avg: string;</code><br/><code> readonly percentile_ranks: string;</code><br/><code> readonly serial_diff: string;</code><br/><code> readonly std_dev: string;</code><br/><code> readonly sum: string;</code><br/><code> readonly top_hits: string;</code><br/><code> };</code><br/><code> readonly scriptedFields: {</code><br/><code> readonly scriptFields: string;</code><br/><code> readonly scriptAggs: string;</code><br/><code> readonly painless: string;</code><br/><code> readonly painlessApi: string;</code><br/><code> readonly painlessSyntax: string;</code><br/><code> readonly luceneExpressions: string;</code><br/><code> };</code><br/><code> readonly indexPatterns: {</code><br/><code> readonly loadingData: string;</code><br/><code> readonly introduction: string;</code><br/><code> };</code><br/><code> readonly addData: string;</code><br/><code> readonly kibana: string;</code><br/><code> readonly siem: {</code><br/><code> readonly guide: string;</code><br/><code> readonly gettingStarted: string;</code><br/><code> };</code><br/><code> readonly query: {</code><br/><code> readonly eql: string;</code><br/><code> readonly luceneQuerySyntax: string;</code><br/><code> readonly queryDsl: string;</code><br/><code> readonly kueryQuerySyntax: string;</code><br/><code> };</code><br/><code> readonly date: {</code><br/><code> readonly dateMath: string;</code><br/><code> };</code><br/><code> readonly management: Record&lt;string, string&gt;;</code><br/><code> readonly visualize: Record&lt;string, string&gt;;</code><br/><code> }</code> | |
2121

docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.reactexpressionrenderer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<b>Signature:</b>
88

99
```typescript
10-
ReactExpressionRenderer: ({ className, dataAttrs, padding, renderError, expression, onEvent, reload$, debounce, ...expressionLoaderOptions }: ReactExpressionRendererProps) => JSX.Element
10+
ReactExpressionRenderer: ({ className, dataAttrs, padding, renderError, expression, onEvent, onData$, reload$, debounce, ...expressionLoaderOptions }: ReactExpressionRendererProps) => JSX.Element
1111
```

docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.reactexpressionrendererprops.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export interface ReactExpressionRendererProps extends IExpressionLoaderParams
1818
| [dataAttrs](./kibana-plugin-plugins-expressions-public.reactexpressionrendererprops.dataattrs.md) | <code>string[]</code> | |
1919
| [debounce](./kibana-plugin-plugins-expressions-public.reactexpressionrendererprops.debounce.md) | <code>number</code> | |
2020
| [expression](./kibana-plugin-plugins-expressions-public.reactexpressionrendererprops.expression.md) | <code>string &#124; ExpressionAstExpression</code> | |
21+
| [onData$](./kibana-plugin-plugins-expressions-public.reactexpressionrendererprops.ondata_.md) | <code>&lt;TData, TInspectorAdapters&gt;(data: TData, adapters?: TInspectorAdapters) =&gt; void</code> | |
2122
| [onEvent](./kibana-plugin-plugins-expressions-public.reactexpressionrendererprops.onevent.md) | <code>(event: ExpressionRendererEvent) =&gt; void</code> | |
2223
| [padding](./kibana-plugin-plugins-expressions-public.reactexpressionrendererprops.padding.md) | <code>'xs' &#124; 's' &#124; 'm' &#124; 'l' &#124; 'xl'</code> | |
2324
| [reload$](./kibana-plugin-plugins-expressions-public.reactexpressionrendererprops.reload_.md) | <code>Observable&lt;unknown&gt;</code> | An observable which can be used to re-run the expression without destroying the component |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) &gt; [ReactExpressionRendererProps](./kibana-plugin-plugins-expressions-public.reactexpressionrendererprops.md) &gt; [onData$](./kibana-plugin-plugins-expressions-public.reactexpressionrendererprops.ondata_.md)
4+
5+
## ReactExpressionRendererProps.onData$ property
6+
7+
<b>Signature:</b>
8+
9+
```typescript
10+
onData$?: <TData, TInspectorAdapters>(data: TData, adapters?: TInspectorAdapters) => void;
11+
```

docs/settings/apm-settings.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Changing these settings may disable features of the APM App.
4343
| `xpack.apm.enabled`
4444
| Set to `false` to disable the APM app. Defaults to `true`.
4545

46+
| `xpack.apm.maxServiceEnvironments`
47+
| Maximum number of unique service environments recognized by the UI. Defaults to `100`.
48+
4649
| `xpack.apm.serviceMapFingerprintBucketSize`
4750
| Maximum number of unique transaction combinations sampled for generating service map focused on a specific service. Defaults to `100`.
4851

0 commit comments

Comments
 (0)