Merged
Conversation
…lastic#7386) The LastPass documentation states that the timezone for events will be US/Eastern, but we have user reports of events with other timezones, so allow user configuration. Also fix event.type value for authentication which was not one of the acceptable values.
Adds more organization-level read permissions
* Adding vulnerability fields * Adding vulnerability type for older findings * Add score base * Fixing linter * Moving cloud fields to ECS * Patch according to discussion * Assign PR * Revert breaking changes * Update packages/cloud_security_posture/data_stream/vulnerabilities/fields/resource.yml Co-authored-by: Amir Ben Nun <34831306+amirbenun@users.noreply.github.com> --------- Co-authored-by: Amir Ben Nun <34831306+amirbenun@users.noreply.github.com>
* Address the changes in Firmware MX18.101 * Fix PR comments
…to lens (elastic#7219) * Migrate Azure Billing dashboard visualizations to lens * Update changelog
* Migrate the visualizations to by value in dashboards to minimize the saved object clutter and reduce time to load * Format files * Update changelog * Upgrade minimum kibana version
… the container_registry datastream (elastic#7155) * registry: add dimensions Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * remove metrics.* field; add agent.id field; add full list of metrics Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> --------- Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
… metric_type metadata (elastic#7177) * add dimensions and metric_type for available metrics Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * add metrics, that are coming from the Azure.VM.Windows.GuestMetrics namespace; add virtual_machine dimension; add changelog record Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * fix PR link * update doxumentation with the new dimension field Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> --------- Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
* update cel prog * update CEL program * Update changelog.yml
* Disable TSDB on AWS Billing. Signed-off-by: constanca-m <constanca.manteigas@elastic.co>
…stic#7450) * [Security Rules] Update security rules package to v8.10.1-beta.1 * Add changelog entry for 8.10.1-beta.1
* [Security Rules] Update security rules package to v8.10.1 * Add changelog entry for 8.10.1
…lastic#7452) Adjust grok pattern to match both Unix and Windows style paths.
…stic#7471) * [Elastic Agent] Fix agent dashboard links for non default spaces * changelog
…astic#7476) * [Elastic Agent] Add missing hyperlinks in agent health dashboards * changelog entry
…ic#7475) Bumps [github.com/elastic/package-registry](https://github.com/elastic/package-registry) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/elastic/package-registry/releases) - [Changelog](https://github.com/elastic/package-registry/blob/main/CHANGELOG.md) - [Commits](elastic/package-registry@v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: github.com/elastic/package-registry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…logs integration (elastic#7319) * Remove the accidental extra number_of_workers I added an extra `number_of_workers` advanced configuration setting by mistake while adding it to a group of CloudWatch-based integrations missing it. This change removes the extra definition. I used the later setting description because it contains more details. * Group S3 options by source I am trying to group the S3 options by source: - sqs queue - bucket - aws bucket arn - non-aws bucket name With this approach, we can define shared options like `number_of_workers` only once. This should streamline the options and avoid duplicated definitions. * Update packages/aws_logs/data_stream/generic/manifest.yml Co-authored-by: Davide Girardi <1390902+girodav@users.noreply.github.com> * Small updates to template comments I am trying to make template more readable. --------- Co-authored-by: Davide Girardi <1390902+girodav@users.noreply.github.com>
…ic#7704) * Add Logstash Node Dashboards This commit adds dashboards to the Logstash integration. These dashboards are intended as the first phase in a long term replacement of the dedicated stack monitoring UI with standard Kibana visualizations, and are intended to allow serverless users to continue to monitor Logstash. This commit includes a Logstash overview dashboard, an overview of all the Logstash nodes, allowing drill downs to individual nodes, with dashboards for general information on a single node, and a more advanced view of a single node. The intention of this commit is to mirror the existing stack monitoring UI as much as possible, using the current `node.stats` data available. This integration reads data from "metrics-*,metricbeat-*,.monitoring-*" indices, as per Elasticsearch package. Limitations: * Dashboards related to pipelines will be addressed in follow-up PRs - the current data in the integration does not fit well with standard Kibana visualizations, and will be addressed separately * The Advanced node view differs from the Stack Monitoring UI: * The size of the persistent queue is not presented here. PQ size statistics are only presented in the `node.state` document, which we do not want to use going forward. Additionally, the existing UI has significant limitations, in that only the total size across all PQs is shown, which is misleading when multiple PQs are available. * Additional graphs showing OS and Process CPU usage, and file descriptor usage are added
…stic#7857) * [Security Rules] Update security rules package to v8.10.3-beta.1 * Add changelog entry for 8.10.3-beta.1 * updating kibana version condition
…_type for metrics (elastic#7610) * add dimensions * bump package version * fix pr id * bump kibana version * remove duplicated metrics field * change version to 1.1.0
…c#7870) Bumps [github.com/elastic/elastic-package](https://github.com/elastic/elastic-package) from 0.87.0 to 0.87.1. - [Release notes](https://github.com/elastic/elastic-package/releases) - [Changelog](https://github.com/elastic/elastic-package/blob/main/.goreleaser.yml) - [Commits](elastic/elastic-package@v0.87.0...v0.87.1) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-package dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [Security Rules] Update security rules package to v8.10.3 * Add changelog entry for 8.10.3 * updating kibana version condition
Adds tags.yml to all security external integrations owned integrations so that dashboards and saved searches are tagged with "Security Solution", and will be shown in the Security Solution UI.
* Add `condition` and `processors` settings to sql input * use fleet processor link
The `type` and `filepath` fields were unused so this removes them.
…c#7873) For field type consistency, use the ECS value for `message` and `tags`. Also fix an inconsistency between the data streams for the `processors` variable declaration.
auditd is not a generic input type that you would be applying to different sources. It specifically reads the output of the Linux auditd daemon. It does not need to be able to write to arbitrary logs-* data streams. Relates: elastic#6808 (comment)
ECS added log.syslog fields and those needed to be adopted by symantec_endpoint to avoid type conflicts across integrations and to make the syslog data representation consist. As much as possible this tries to avoid breaking changes, but the field data type of log.syslog.version had to change from long to keyword to be consistent with ECS. The other existing symantec_endpoint log.syslog fields that are not part of ECS were maintained and documented as deprecated. log.syslog.process.name is an alias to ECS log.syslog.appname. And log.syslog.process.name is kept as a long representation of ECS log.syslog.procid. Fixes elastic#7843
…lugin Data Stream (elastic#7881) * Updated default value of interval paramter to 1h for the asset and vulnerability data stream. Enabled the pluging data stream. * Update the changelog entry
) Fix mapping and description for the `system.process.cpu.{system,user,total}.time.ms` fields. Fixes elastic#4245 Align mapping for the `beat.stats.libbeat.config.{running,starts,stops}` fields with the `beat` integration. Fixes elastic#4245 Use ECS definition for 'message' field type. Fixes elastic#7846
* [windows] perfmon add refresh_wildcard_counters variable Closes elastic#7895
* format version updated * format version updated * format version updated * lifecycle.yml added for all data streams" * lifecycle.yml files added * address pr comments * removed enterprise restriction
* TSDB enablement for couchbase * Updated PR link in changelog
…lastic#7824) * revert manifest.yml * update changelog.yml
* [akamai] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/akamai * [amazon_security_lake] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/amazon_security_lake * [arista_ngfw] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/arista_ngfw * [atlassian_bitbucket] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/atlassian_bitbucket * [atlassian_confluence] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/atlassian_confluence * [atlassian_jira] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/atlassian_jira * [auditd] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/auditd * [auditd_manager] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/auditd_manager * [auth0] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/auth0 * [azure_blob_storage] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/azure_blob_storage * [barracuda] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/barracuda * [barracuda_cloudgen_firewall] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/barracuda_cloudgen_firewall * [bitdefender] - change to format_version 3.0.0 The format_version in the package manifest changed from 2.11.0 to 3.0.0. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/bitdefender * [bitwarden] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/bitwarden * [carbon_black_cloud] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/carbon_black_cloud * [cef] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/cef * [cel] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/cel * [checkpoint] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/checkpoint * [cisco_duo] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/cisco_duo * [cisco_ios] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/cisco_ios * [cisco_ise] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/cisco_ise * [cisco_nexus] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/cisco_nexus * [cisco_secure_email_gateway] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/cisco_secure_email_gateway * [cisco_secure_endpoint] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/cisco_secure_endpoint * [cisco_umbrella] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/cisco_umbrella * [citrix_waf] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/citrix_waf * [cloudflare] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/cloudflare * [cyberark_pta] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/cyberark_pta * [darktrace] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/darktrace * [entityanalytics_entra_id] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/entityanalytics_entra_id * [entityanalytics_okta] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/entityanalytics_okta * [f5_bigip] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/f5_bigip * [fim] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/fim * [forcepoint_web] - change to format_version 3.0.0 The format_version in the package manifest changed from 2.11.0 to 3.0.0. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/forcepoint_web * [forgerock] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/forgerock * [fortinet_fortiedr] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/fortinet_fortiedr * [fortinet_fortigate] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/fortinet_fortigate * [fortinet_fortimail] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/fortinet_fortimail * [fortinet_fortimanager] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/fortinet_fortimanager * [gcp_pubsub] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/gcp_pubsub * [github] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/github * [google_cloud_storage] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/google_cloud_storage * [google_scc] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/google_scc * [google_workspace] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/google_workspace * [hid_bravura_monitor] - change to format_version 3.0.0 The format_version in the package manifest changed from 2.11.0 to 3.0.0. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/hid_bravura_monitor * [http_endpoint] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/http_endpoint * [httpjson] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/httpjson * [infoblox_bloxone_ddi] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/infoblox_bloxone_ddi * [iptables] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/iptables * [jumpcloud] - change to format_version 3.0.0 The format_version in the package manifest changed from 2.11.0 to 3.0.0. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/jumpcloud * [lastpass] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/lastpass * [m365_defender] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/m365_defender * [mattermost] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/mattermost * [microsoft_defender_cloud] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/microsoft_defender_cloud * [microsoft_dhcp] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/microsoft_dhcp * [microsoft_exchange_online_message_trace] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/microsoft_exchange_online_message_trace * [mimecast] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/mimecast * [modsecurity] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/modsecurity * [mysql_enterprise] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/mysql_enterprise * [netskope] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/netskope * [network_traffic] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/network_traffic * [o365] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/o365 * [osquery] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/osquery * [panw_cortex_xdr] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/panw_cortex_xdr * [pulse_connect_secure] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/pulse_connect_secure * [qnap_nas] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/qnap_nas * [qualys_vmdr] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/qualys_vmdr * [rapid7_insightvm] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/rapid7_insightvm * [santa] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/santa * [sentinel_one_cloud_funnel] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/sentinel_one_cloud_funnel * [snort] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/snort * [snyk] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/snyk * [sonicwall_firewall] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/sonicwall_firewall * [sophos] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/sophos * [sophos_central] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/sophos_central * [suricata] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/suricata * [symantec_endpoint] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/symantec_endpoint * [sysmon_linux] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/sysmon_linux * [system_audit] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/system_audit * [tanium] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/tanium * [tcp] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/tcp * [tenable_io] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/tenable_io * [thycotic_ss] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/thycotic_ss * [ti_abusech] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/ti_abusech * [ti_cif3] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/ti_cif3 * [ti_cybersixgill] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/ti_cybersixgill * [ti_misp] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/ti_misp * [ti_otx] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/ti_otx * [ti_threatq] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/ti_threatq * [ti_util] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/ti_util * [tines] - change to format_version 3.0.0 The format_version in the package manifest changed from 2.11.0 to 3.0.0. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/tines * [trellix_edr_cloud] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/trellix_edr_cloud * [trellix_epo_cloud] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/trellix_epo_cloud * [trendmicro] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/trendmicro * [udp] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/udp * [vectra_detect] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/vectra_detect * [winlog] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/winlog * [zeek] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/zeek * [zerofox] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/zerofox * [zeronetworks] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/zeronetworks * [zoom] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/zoom * [zscaler_zia] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/zscaler_zia * [zscaler_zpa] - removed dotted YAML keys from manifest The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@v0.0.0-20230918193832-5988b6779501 -format-version=3.0.0 -pr=7883 -fix-dotted-yaml-keys -add-owner-type packages/zscaler_zpa --- [git-generate] bash shopt -s extglob go run github.com/andrewkroh/go-examples/ecs-update@5988b6779 \ -format-version=3.0.0 \ -fix-dotted-yaml-keys \ -add-owner-type \ -owner elastic/security-external-integrations \ -pr=7883 \ ./packages/!(cylance|fortinet_forticlient|imperva|netscout|radware|squid|ti_anomali|ti_maltiverse|ti_rapid7_threat_command|ti_recordedfuture)
This adds a URL to the ARM template that is used for CSPM Azure onboarding. The file is hosted directly in the [elastic/cloudbeat](https://github.com/elastic/cloudbeat) repo. Azure does not support modifying the template parameters via a link like in AWS. The link is hardcoded to the `main` branch for now but should be updated to point to the $current_version branch.
…ch_from_all_databases` for mssql (elastic#7500)
…astic#7527) * add metric_type for pool and process data streams * update pr link * update metric_type for php-fpm * resolve merge conflicts * address review comments
…7891) * add request timeout parameter in configuration * update changelog.yml * address review comments * resolve review comments
…astic#7845) * Initial commit for event.original if check * Bulk checkin for if and ignore_missing checks * update manifest file for apache * Update manifest for mssql * update php_fpm manifest
Tychon agentless
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots