Commit bee720e
[main][Automation] Update elastic/beats to 22bedbc8bb98
1 parent 08a0149 commit bee720e
7 files changed
Lines changed: 640 additions & 640 deletions
Large diffs are not rendered by default.
Large diffs are not rendered by default.
- .github/workflows/notify-stalled-snapshots.yml+5-36
- .go-version+1-1
- NOTICE.txt+152-152
- auditbeat/Dockerfile+1-1
- changelog/fragments/1770024962-perfmon-objects.yaml+45
- changelog/fragments/1770134229-bump-golang-12412.yaml+45
- changelog/fragments/1770154527-azure-eventhub-managed-identity.yaml+32
- changelog/fragments/1770328496-otelconsumer-active-events-fix.yaml+45
- changelog/fragments/1770694969-httplog_windows_fix.yaml+3
- changelog/fragments/1770820565-amcache-spec-and-generated-tables.yaml+11
- changelog/fragments/1770852460-bump-elastic-agent-system-metrics-to-v0.14.0.yaml+17
- changelog/fragments/1770852725-translate-ldap-discovery-try-ldap-and-ldaps.yaml+24
- changelog/fragments/1770853396-bump-elastic-agent-autodiscover-to-v0.10.2.yaml+17
- dev-tools/kubernetes/filebeat/Dockerfile.debug+1-1
- dev-tools/kubernetes/heartbeat/Dockerfile.debug+1-1
- dev-tools/kubernetes/metricbeat/Dockerfile.debug+1-1
- docs/reference/_snippets/serverless-before-you-begin.md+2
- docs/reference/_snippets/serverless-connect.md+14
- docs/reference/_snippets/serverless-output-tip.md+3
- docs/reference/_snippets/serverless-view-data.md+2
- docs/reference/auditbeat/auditbeat-installation-configuration.md+18
- docs/reference/auditbeat/configuring-output.md+2-3
- docs/reference/filebeat/configuring-output.md+2-3
- docs/reference/filebeat/filebeat-input-azure-eventhub.md+76-7
- docs/reference/filebeat/filebeat-installation-configuration.md+17
- docs/reference/heartbeat/configuring-output.md+2-3
- docs/reference/heartbeat/heartbeat-installation-configuration.md+17
- docs/reference/metricbeat/configuring-output.md+2-3
- docs/reference/metricbeat/metricbeat-installation-configuration.md+17
- docs/reference/metricbeat/metricbeat-metricset-windows-perfmon.md+4
- docs/reference/packetbeat/configuring-output.md+2-3
- docs/reference/packetbeat/packetbeat-installation-configuration.md+17
- docs/reference/serverless/beats.md+47-6
- docs/reference/winlogbeat/configuring-output.md+2-3
- docs/reference/winlogbeat/winlogbeat-installation-configuration.md+17
- go.mod+70-70
- go.sum+152-152
- heartbeat/Dockerfile+1-1
- libbeat/docs/version.asciidoc+1-1
- libbeat/processors/translate_ldap_attribute/discovery.go+80-9
- libbeat/processors/translate_ldap_attribute/discovery_test.go+95
- metricbeat/Dockerfile+1-1
- metricbeat/module/http/_meta/Dockerfile+1-1
- metricbeat/module/vsphere/_meta/Dockerfile+1-1
- metricbeat/module/windows/perfmon/_meta/docs.md+4
- metricbeat/module/windows/perfmon/config.go+9-8
- metricbeat/module/windows/perfmon/data.go+14-1
- metricbeat/module/windows/perfmon/data_test.go+78
- packetbeat/Dockerfile+1-1
- x-pack/filebeat/input/azureeventhub/auth.go+58-56
- x-pack/filebeat/input/azureeventhub/config.go+28-4
- x-pack/filebeat/input/azureeventhub/config_test.go+1-1
- x-pack/filebeat/input/azureeventhub/managed_identity.go+51
- x-pack/filebeat/input/azureeventhub/managed_identity_test.go+124
- x-pack/filebeat/input/internal/httplog/roundtripper.go+5-1
- x-pack/filebeat/input/internal/httplog/roundtripper_other.go+9
- x-pack/filebeat/input/internal/httplog/roundtripper_test.go+5-14
- x-pack/filebeat/input/internal/httplog/roundtripper_windows.go+17
- x-pack/filebeat/input/internal/httplog/roundtripper_windows_test.go+180
- x-pack/filebeat/tests/integration/otel_test.go+2-1
- x-pack/libbeat/outputs/otelconsumer/otelconsumer.go+3-2
- x-pack/libbeat/outputs/otelconsumer/otelconsumer_test.go+40
- x-pack/metricbeat/module/stan/_meta/Dockerfile+1-1
- x-pack/osquerybeat/ext/osquery-extension/docs/amcache.md-339
- x-pack/osquerybeat/ext/osquery-extension/docs/elastic_file_analysis.md-463
- x-pack/osquerybeat/ext/osquery-extension/docs/host_groups.md-195
- x-pack/osquerybeat/ext/osquery-extension/docs/tables/elastic_amcache_application.md+65
- x-pack/osquerybeat/ext/osquery-extension/docs/tables/elastic_amcache_application_file.md+62
- x-pack/osquerybeat/ext/osquery-extension/docs/tables/elastic_amcache_application_shortcut.md+45
- x-pack/osquerybeat/ext/osquery-extension/docs/tables/elastic_amcache_device_pnp.md+75
- x-pack/osquerybeat/ext/osquery-extension/docs/tables/elastic_amcache_driver_binary.md+59
- x-pack/osquerybeat/ext/osquery-extension/docs/tables/elastic_amcache_driver_package.md+56
- x-pack/osquerybeat/ext/osquery-extension/docs/views/elastic_amcache_applications_view.md+163
- x-pack/osquerybeat/ext/osquery-extension/main_windows.go-11
- x-pack/osquerybeat/ext/osquery-extension/pkg/amcache/amcache.go-135
- x-pack/osquerybeat/ext/osquery-extension/pkg/amcache/register_generated.go+281
- x-pack/osquerybeat/ext/osquery-extension/pkg/amcache/tables/tables.go-47
- x-pack/osquerybeat/ext/osquery-extension/pkg/amcache/tables/tables_test.go+14-21
- x-pack/osquerybeat/ext/osquery-extension/pkg/tables/generated/amcache/elastic_amcache_application/elastic_amcache_application.go+106
- x-pack/osquerybeat/ext/osquery-extension/pkg/tables/generated/amcache/elastic_amcache_application_file/elastic_amcache_application_file.go+104
- x-pack/osquerybeat/ext/osquery-extension/pkg/tables/generated/amcache/elastic_amcache_application_shortcut/elastic_amcache_application_shortcut.go+88
- x-pack/osquerybeat/ext/osquery-extension/pkg/tables/generated/amcache/elastic_amcache_device_pnp/elastic_amcache_device_pnp.go+117
- x-pack/osquerybeat/ext/osquery-extension/pkg/tables/generated/amcache/elastic_amcache_driver_binary/elastic_amcache_driver_binary.go+102
- x-pack/osquerybeat/ext/osquery-extension/pkg/tables/generated/amcache/elastic_amcache_driver_package/elastic_amcache_driver_package.go+98
- x-pack/osquerybeat/ext/osquery-extension/pkg/tables/generated/registry_windows.go+67
- x-pack/osquerybeat/ext/osquery-extension/pkg/views/generated/amcache/elastic_amcache_applications_view/elastic_amcache_applications_view.go+229
- x-pack/osquerybeat/ext/osquery-extension/pkg/views/generated/registry_windows.go+11-2
- x-pack/osquerybeat/ext/osquery-extension/specs/elastic_amcache_application.yaml+107
- x-pack/osquerybeat/ext/osquery-extension/specs/elastic_amcache_application_file.yaml+99
- x-pack/osquerybeat/ext/osquery-extension/specs/elastic_amcache_application_shortcut.yaml+49
- x-pack/osquerybeat/ext/osquery-extension/specs/elastic_amcache_applications_view.yaml+220
- x-pack/osquerybeat/ext/osquery-extension/specs/elastic_amcache_device_pnp.yaml+137
- x-pack/osquerybeat/ext/osquery-extension/specs/elastic_amcache_driver_binary.yaml+91
- x-pack/osquerybeat/ext/osquery-extension/specs/elastic_amcache_driver_package.yaml+80
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
| 248 | + | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
0 commit comments