diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 48497df4957..8499a451090 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -176,6 +176,7 @@ Setting environmental variable ELASTIC_NETINFO:false in Elastic Agent pod will d - Prevent complete loss of long request trace data. {issue}37826[37826] {pull}37836[37836] - Added experimental version of the Websocket Input. {pull}37774[37774] - Add support for PEM-based Okta auth in CEL. {pull}37813[37813] +- Update CEL mito extensions to v1.9.0 to add keys/values helper. {pull}[] *Auditbeat* diff --git a/NOTICE.txt b/NOTICE.txt index dba3c7e6ffc..b18cad8a7ce 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -15615,11 +15615,11 @@ limitations under the License. -------------------------------------------------------------------------------- Dependency : github.com/elastic/mito -Version: v1.8.0 +Version: v1.9.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/mito@v1.8.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/elastic/mito@v1.9.0/LICENSE: Apache License diff --git a/go.mod b/go.mod index 2739f86c33a..e806325ad6b 100644 --- a/go.mod +++ b/go.mod @@ -206,7 +206,7 @@ require ( github.com/elastic/elastic-agent-shipper-client v0.5.1-0.20230228231646-f04347b666f3 github.com/elastic/elastic-agent-system-metrics v0.9.1 github.com/elastic/go-elasticsearch/v8 v8.12.0 - github.com/elastic/mito v1.8.0 + github.com/elastic/mito v1.9.0 github.com/elastic/toutoumomoma v0.0.0-20221026030040-594ef30cb640 github.com/foxcpp/go-mockdns v0.0.0-20201212160233-ede2f9158d15 github.com/google/cel-go v0.19.0 diff --git a/go.sum b/go.sum index 52051e7f4cf..9eb45bf83cc 100644 --- a/go.sum +++ b/go.sum @@ -706,8 +706,8 @@ github.com/elastic/gopacket v1.1.20-0.20211202005954-d412fca7f83a h1:8WfL/X6fK11 github.com/elastic/gopacket v1.1.20-0.20211202005954-d412fca7f83a/go.mod h1:riddUzxTSBpJXk3qBHtYr4qOhFhT6k/1c0E3qkQjQpA= github.com/elastic/gosigar v0.14.2 h1:Dg80n8cr90OZ7x+bAax/QjoW/XqTI11RmA79ZwIm9/4= github.com/elastic/gosigar v0.14.2/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs= -github.com/elastic/mito v1.8.0 h1:i3GOtcnNuEEH2XMqnQdPvNjIBA8m0VKuTTfvusfCfnU= -github.com/elastic/mito v1.8.0/go.mod h1:n7AvUVtYQQXb8fq87FI8z67TNzuhwBV3kHBkDT1qJYQ= +github.com/elastic/mito v1.9.0 h1:gYB+0o5bhr5/XIlKuZOdeSFvWGTKpk0v73vsFRm98u8= +github.com/elastic/mito v1.9.0/go.mod h1:n7AvUVtYQQXb8fq87FI8z67TNzuhwBV3kHBkDT1qJYQ= github.com/elastic/ristretto v0.1.1-0.20220602190459-83b0895ca5b3 h1:ChPwRVv1RR4a0cxoGjKcyWjTEpxYfm5gydMIzo32cAw= github.com/elastic/ristretto v0.1.1-0.20220602190459-83b0895ca5b3/go.mod h1:RAy2GVV4sTWVlNMavv3xhLsk18rxhfhDnombTe6EF5c= github.com/elastic/sarama v1.19.1-0.20220310193331-ebc2b0d8eef3 h1:FzA0/n4iMt8ojGDGRoiFPSHFvvdVIvxOxyLtiFnrLBM= diff --git a/x-pack/filebeat/docs/inputs/input-cel.asciidoc b/x-pack/filebeat/docs/inputs/input-cel.asciidoc index b6eaa9ad744..684ceb7aa18 100644 --- a/x-pack/filebeat/docs/inputs/input-cel.asciidoc +++ b/x-pack/filebeat/docs/inputs/input-cel.asciidoc @@ -1,7 +1,7 @@ [role="xpack"] :type: cel -:mito_version: v1.8.0 +:mito_version: v1.9.0 :mito_docs: https://pkg.go.dev/github.com/elastic/mito@{mito_version} [id="{beatname_lc}-input-{type}"] @@ -160,8 +160,10 @@ As noted above the `cel` input provides functions, macros, and global variables ** {mito_docs}/lib#hdr-Drop[Drop] ** {mito_docs}/lib#hdr-Drop_Empty[Drop Empty] ** {mito_docs}/lib#hdr-Flatten[Flatten] +** {mito_docs}/lib#hdr-Keys[Keys] ** {mito_docs}/lib#hdr-Max[Max] ** {mito_docs}/lib#hdr-Min[Min] +** {mito_docs}/lib#hdr-Values[Values] ** {mito_docs}/lib#hdr-With[With] ** {mito_docs}/lib#hdr-With_Replace[With Replace] ** {mito_docs}/lib#hdr-With_Update[With Update]