Skip to content

Commit 04bf9bb

Browse files
Merge branch 'master' of github.com:elastic/kibana into maps/add_ems_onprem_config
2 parents 9bba67d + 45ddd69 commit 04bf9bb

File tree

875 files changed

+6822
-6011
lines changed

Some content is hidden

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

875 files changed

+6822
-6011
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136

137137
# Observability UIs
138138
/x-pack/plugins/infra/ @elastic/logs-metrics-ui
139-
/x-pack/plugins/ingest_manager/ @elastic/ingest-management
139+
/x-pack/plugins/fleet/ @elastic/ingest-management
140140
/x-pack/plugins/observability/ @elastic/observability-ui
141141
/x-pack/plugins/monitoring/ @elastic/stack-monitoring-ui
142142
/x-pack/plugins/uptime @elastic/uptime
@@ -254,9 +254,6 @@
254254
/x-pack/test/ui_capabilities/ @elastic/kibana-security
255255
/x-pack/test/encrypted_saved_objects_api_integration/ @elastic/kibana-security
256256
/x-pack/test/functional/apps/security/ @elastic/kibana-security
257-
/x-pack/test/kerberos_api_integration/ @elastic/kibana-security
258-
/x-pack/test/oidc_api_integration/ @elastic/kibana-security
259-
/x-pack/test/pki_api_integration/ @elastic/kibana-security
260257
/x-pack/test/security_api_integration/ @elastic/kibana-security
261258
/x-pack/test/security_functional/ @elastic/kibana-security
262259
/x-pack/test/spaces_api_integration/ @elastic/kibana-security
@@ -380,7 +377,7 @@ x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json @elastic/kib
380377
# Observability design
381378
/x-pack/plugins/apm/**/*.scss @elastic/observability-design
382379
/x-pack/plugins/infra/**/*.scss @elastic/observability-design
383-
/x-pack/plugins/ingest_manager/**/*.scss @elastic/observability-design
380+
/x-pack/plugins/fleet/**/*.scss @elastic/observability-design
384381
/x-pack/plugins/observability/**/*.scss @elastic/observability-design
385382
/x-pack/plugins/monitoring/**/*.scss @elastic/observability-design
386383

.github/paths-labeller.yml

Lines changed: 1 addition & 1 deletion
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":

config/kibana.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ Index Management by running this series of requests in Console:
413413
the infrastructure monitoring use-case within Kibana.
414414
415415
416-
|{kib-repo}blob/{branch}/x-pack/plugins/ingest_manager/README.md[ingestManager]
416+
|{kib-repo}blob/{branch}/x-pack/plugins/fleet/README.md[ingestManager]
417417
|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)
418418
419419

docs/settings/apm-settings.asciidoc

Lines changed: 3 additions & 0 deletions
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

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@
345345
"@babel/register": "^7.10.5",
346346
"@babel/traverse": "^7.11.5",
347347
"@babel/types": "^7.11.0",
348-
"@cypress/snapshot": "^2.1.3",
349-
"@cypress/webpack-preprocessor": "^5.4.1",
348+
"@cypress/snapshot": "^2.1.7",
349+
"@cypress/webpack-preprocessor": "^5.4.10",
350350
"@elastic/apm-rum": "^5.6.1",
351351
"@elastic/apm-rum-react": "^1.2.5",
352352
"@elastic/charts": "24.0.0",
@@ -609,9 +609,9 @@
609609
"cpy": "^8.1.1",
610610
"cronstrue": "^1.51.0",
611611
"css-loader": "^3.4.2",
612-
"cypress": "^5.4.0",
612+
"cypress": "^5.5.0",
613613
"cypress-cucumber-preprocessor": "^2.5.2",
614-
"cypress-multi-reporters": "^1.2.3",
614+
"cypress-multi-reporters": "^1.4.0",
615615
"d3": "3.5.17",
616616
"d3-cloud": "1.2.5",
617617
"d3-scale": "1.0.7",
@@ -633,7 +633,7 @@
633633
"eslint-module-utils": "2.5.0",
634634
"eslint-plugin-babel": "^5.3.0",
635635
"eslint-plugin-ban": "^1.4.0",
636-
"eslint-plugin-cypress": "^2.8.1",
636+
"eslint-plugin-cypress": "^2.11.2",
637637
"eslint-plugin-eslint-comments": "^3.2.0",
638638
"eslint-plugin-import": "^2.19.1",
639639
"eslint-plugin-jest": "^24.0.2",
@@ -663,10 +663,9 @@
663663
"graphql-codegen-typescript-common": "^0.18.2",
664664
"graphql-codegen-typescript-resolvers": "^0.18.2",
665665
"graphql-codegen-typescript-server": "^0.18.2",
666-
"grunt": "1.0.4",
666+
"grunt": "1.3.0",
667667
"grunt-available-tasks": "^0.6.3",
668668
"grunt-babel": "^8.0.0",
669-
"grunt-cli": "^1.2.0",
670669
"grunt-contrib-clean": "^1.1.0",
671670
"grunt-contrib-copy": "^1.0.0",
672671
"grunt-contrib-watch": "^1.1.0",

0 commit comments

Comments
 (0)