Skip to content

Commit 4f97693

Browse files
Merge branch '7.x' into backport/7.x/pr-64403
2 parents 53e172e + 6703ccd commit 4f97693

5 files changed

Lines changed: 29 additions & 20 deletions

File tree

docs/release-notes/highlights-7.7.0.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,19 @@ The distance filter is in addition to the tools for filtering data by custom sha
9090
[role="screenshot"]
9191
image:release-notes/images/7-7-maps-distance-filter.png[Distance filters in Elastic Maps]
9292

93+
[float]
94+
[[file-uploader-highlights]]
95+
=== {data-viz} now recommends {filebeat} config
96+
97+
experimental[] When you upload a file to the *{data-viz}*, a {filebeat}
98+
configuration is recommended for you to use. You can then use {filebeat} to add
99+
more data of the same structure to the same index that was created during an
100+
initial upload.
101+
102+
[role="screenshot"]
103+
image:release-notes/images/7-7-file-uploader-filebeat.png[Recommended Filebeat config in Data Vizualizer]
104+
For more information about *{data-viz}*, refer to <<xpack-ml>>.
105+
93106
[float]
94107
=== Learn more
95108

351 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"glob-all": "^3.2.1",
184184
"globby": "^8.0.1",
185185
"h2o2": "^8.1.2",
186-
"handlebars": "4.5.3",
186+
"handlebars": "4.7.6",
187187
"hapi": "^17.5.3",
188188
"hapi-auth-cookie": "^9.0.0",
189189
"history": "^4.9.0",

x-pack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
"graphql-tag": "^2.9.2",
252252
"graphql-tools": "^3.0.2",
253253
"h2o2": "^8.1.2",
254-
"handlebars": "4.5.3",
254+
"handlebars": "4.7.6",
255255
"history": "4.9.0",
256256
"history-extra": "^5.0.1",
257257
"i18n-iso-countries": "^4.3.1",

yarn.lock

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,11 +1504,11 @@
15041504
through2 "^2.0.3"
15051505

15061506
"@hapi/boom@7.x.x":
1507-
version "7.4.2"
1508-
resolved "https://registry.yarnpkg.com/@hapi/boom/-/boom-7.4.2.tgz#c16957cd09796f6c1bfb4031bdc39d66d6d750c3"
1509-
integrity sha512-T2CYcTI0AqSvC6YC7keu/fh9LVSMzfoMLharBnPbOwmc+Cexj9joIc5yNDKunaxYq9LPuOwMS0f2B3S1tFQUNw==
1507+
version "7.4.11"
1508+
resolved "https://registry.yarnpkg.com/@hapi/boom/-/boom-7.4.11.tgz#37af8417eb9416aef3367aa60fa04a1a9f1fc262"
1509+
integrity sha512-VSU/Cnj1DXouukYxxkes4nNJonCnlogHvIff1v1RVoN4xzkKhMXX+GRmb3NyH1iar10I9WFPDv2JPwfH3GaV0A==
15101510
dependencies:
1511-
"@hapi/hoek" "6.x.x"
1511+
"@hapi/hoek" "8.x.x"
15121512

15131513
"@hapi/bourne@1.x.x":
15141514
version "1.3.2"
@@ -1523,11 +1523,6 @@
15231523
"@hapi/hoek" "8.x.x"
15241524
fast-safe-stringify "2.x.x"
15251525

1526-
"@hapi/hoek@6.x.x":
1527-
version "6.2.1"
1528-
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-6.2.1.tgz#d3a66329159af879bfdf0b0cff2229c43c5a3451"
1529-
integrity sha512-+ryw4GU9pjr1uT6lBuErHJg3NYqzwJTvZ75nKuJijEzpd00Uqi6oiawTGDDf5Hl0zWmI7qHfOtaqB0kpQZJQzA==
1530-
15311526
"@hapi/hoek@8.x.x":
15321527
version "8.5.1"
15331528
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.5.1.tgz#fde96064ca446dec8c55a8c2f130957b070c6e06"
@@ -14841,11 +14836,11 @@ gonzales-pe-sl@^4.2.3:
1484114836
minimist "1.1.x"
1484214837

1484314838
gonzales-pe@^4.2.3:
14844-
version "4.2.4"
14845-
resolved "https://registry.yarnpkg.com/gonzales-pe/-/gonzales-pe-4.2.4.tgz#356ae36a312c46fe0f1026dd6cb539039f8500d2"
14846-
integrity sha512-v0Ts/8IsSbh9n1OJRnSfa7Nlxi4AkXIsWB6vPept8FDbL4bXn3FNuxjYtO/nmBGu7GDkL9MFeGebeSu6l55EPQ==
14839+
version "4.3.0"
14840+
resolved "https://registry.yarnpkg.com/gonzales-pe/-/gonzales-pe-4.3.0.tgz#fe9dec5f3c557eead09ff868c65826be54d067b3"
14841+
integrity sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==
1484714842
dependencies:
14848-
minimist "1.1.x"
14843+
minimist "^1.2.5"
1484914844

1485014845
good-listener@^1.2.2:
1485114846
version "1.2.2"
@@ -15505,14 +15500,15 @@ handle-thing@^2.0.0:
1550515500
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.0.tgz#0e039695ff50c93fc288557d696f3c1dc6776754"
1550615501
integrity sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==
1550715502

15508-
handlebars@4.5.3, handlebars@^4.0.1, handlebars@^4.1.2:
15509-
version "4.5.3"
15510-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482"
15511-
integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==
15503+
handlebars@4.7.6, handlebars@^4.0.1, handlebars@^4.1.2:
15504+
version "4.7.6"
15505+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e"
15506+
integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==
1551215507
dependencies:
15508+
minimist "^1.2.5"
1551315509
neo-async "^2.6.0"
15514-
optimist "^0.6.1"
1551515510
source-map "^0.6.1"
15511+
wordwrap "^1.0.0"
1551615512
optionalDependencies:
1551715513
uglify-js "^3.1.4"
1551815514

0 commit comments

Comments
 (0)