Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 9.0.0 Kibana constraint to selected SSI packages for testing #12593

Draft
wants to merge 4,950 commits into
base: main
Choose a base branch
from

Conversation

chemamartinez
Copy link
Contributor

Proposed commit message

Updated minor version and Kibana constraints to support 9.0.0.

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

How to test this PR locally

  • Install latest elastic-package (currently v0.109.1)
  • Run a local 9.0.0 stack with elastic-package stack up -d -v --version=9.0.0-SNAPSHOT
  • Run tests in affected packages with elastic-package test
  • Install the integration manually and check everything works as expected

Related issues

kcreddy and others added 30 commits December 13, 2024 11:25
…n. (elastic#12092)

Qualys can send empty XML response body with 200 success status.
Handle this case as valid.
…2071)

* Fix broken links

* Update packages/google_workspace/_dev/build/docs/README.md

Co-authored-by: Krishna Chaitanya Reddy Burri <[email protected]>

* Fix tychon link

* Fix Lumos link

* Fix wiz link

* Remove link to vulnerability data stream

* Update wiz changelog and manifest

* Update bbot changelog and manifest

* Update cisco_duo changelog and manifest

* Update ti_cybersixgill changelog and manifest

* Update google_workspace changelog and manifest

* Update lumos changelog and manifest

* Update tychon changelog and manifest

* Update thycotic_ss changelog and manifest

* Update authentik changelog and manifest

* update google workspace readme

---------

Co-authored-by: Krishna Chaitanya Reddy Burri <[email protected]>
The source.ip field is never set, so this is redundant.
* Fix broken links

* Remove the link from the Application insights integration

* Update nats link as per shmsr suggestion

* Add link on Jolokia parameters

* Update citrix references for adc and waf

* Add more specific links for adc and waf
…elastic#12103)

*Added support for configurable retry options which was introduced in 8.16
… pipeline (elastic#12028)

* fix optional chaining in the replica_status data stream pipeline
…ic#12107)

Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…tic#12033)

Include a new dynamic field for user_agent.version in pipeline tests
in order to accept versions values with a trailing dot.
* Initial draft of the o365_metrics package with the `outlook_activity` data stream.
Add docs about retrieving ISAC feeds for Custom Threat Intelligence integration
…ic#12082)

No dynamic mapping was being generated for
tines.audit_log.inputs.inputs.options.*, and this package uses the
tines.audit_log.inputs.inputs.options field directly, without having any
mapping for it or its sub-properties.

The workaround ensures that there is a mapping for
tines.audit_log.inputs.inputs.* that serves for
tines.audit_log.inputs.inputs.options as well as for its subobjects.

The configured dynamic mapping was not being generated due to some issue in
Fleet that we are investigating.

We detected this issue while refactoring field mappings tests in
elastic-package, more about this in elastic/elastic-package#2214[1].

[1]elastic/elastic-package#2214 (comment)

Co-authored-by: Dan Kortschak <[email protected]>
…ase (elastic#12079)

* bump CSPM templates URLs to use v8.17.0

* bump Asset Inv. templates URLs to use v8.17.0

* update versions (remove previews)

* fix YAML
Change property connection_string to be a secret like in the other integrations.
* Fix broken links

* Update changelog and manifest
…ic#12128)

Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…0.108.0 (elastic#12131)

Bumps [github.com/elastic/elastic-package](https://github.com/elastic/elastic-package) from 0.107.2 to 0.108.0.
- [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.107.2...v0.108.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-package
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Mario Rodriguez Molins <[email protected]>
Changes added:
- Add a limit parameter, that can be used to control the size of responses from TAXII servers (see https://docs.oasis-open.org/cti/taxii/v2.1/os/taxii-v2.1-os.html#_Toc31107517)
- To avoid fetching duplicate indicators every interval, now the response header X-Taxii-Date-Added-Last is stored in the cursor and used to populate the added_after parameter every iteration (see https://docs.oasis-open.org/cti/taxii/v2.1/os/taxii-v2.1-os.html#_Toc31107519)
* Update link

* Update changelog and manifest
elastic#11920)

This is enabled per data stream to allow tuning of behaviour.
…nt" tag to documents with event.kind set to "pipeline_error" (elastic#12108)

This manually replays the changes in elastic#12046.
…at (elastic#12110)

* Include pipeline test examples to accommodate the new Cloudtrail format
gpop63 and others added 10 commits February 3, 2025 16:23
* update drives data stream

* update managed_volumes data stream

* update monitoring_jobs data stream

* update mssql_databases data stream

* update physical_hosts data stream

* update virtualmachines data stream

* update docs

* remove httpjson from manifest

* add changelog entry

* format

* update docs

* improve docs

* rename first to pageSize

* improve resource_timeout description

* remove count metric from managed_volumes

* make cluster and sla domain base fields

* improve pageSize description

* improve changelog

* change virtual machines data stream name

* update sample events and pipelines

* build docs

* run format

* fix virtual machines tag

* fix virtual machines sample event

* build docs
…c#12543)

sampling.tail.storage_limit is 0 by default in 9.0. See elastic/apm-server#15467 .
As UI validation requires unit (e.g. GB), set apm integration default storage limit to 0GB which carries the same meaning.
…cs mappings (elastic#12568)

[elastic_agent] Add missing apm-server tail sampling monitoring metrics mappings

Tail-based sampling monitoring metrics were missed in the bugfix in elastic#10414
This commit updates the Kubernetes Container Logs documentation to
better explain that an input is always generated for every container.

It also fixes a broken link.
@chemamartinez chemamartinez added enhancement New feature or request Integration:crowdstrike CrowdStrike Integration:google_workspace Google Workspace Integration:mimecast Mimecast Integration:sentinel_one SentinelOne Integration:m365_defender Microsoft M365 Defender Integration:cloudflare_logpush Cloudflare Logpush Integration:cel Custom API using Common Expression Language Integration:wiz Wiz Integration:entityanalytics_entra_id Microsoft Entra ID Entity Analytics Team:Security-Service Integrations Security Service Integrations Team [elastic/security-service-integrations] Integration:ti_custom Custom Threat Intelligence labels Feb 4, 2025
@chemamartinez chemamartinez self-assigned this Feb 4, 2025
@elasticmachine
Copy link

💚 Build Succeeded

cc @chemamartinez

@chemamartinez
Copy link
Contributor Author

/test stack 9.0.0-SNAPSHOT

@elasticmachine
Copy link

💚 Build Succeeded

cc @chemamartinez

@qcorporation qcorporation force-pushed the main branch 2 times, most recently from eda4138 to f728ca7 Compare February 5, 2025 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Integration:cel Custom API using Common Expression Language Integration:cloudflare_logpush Cloudflare Logpush Integration:crowdstrike CrowdStrike Integration:entityanalytics_entra_id Microsoft Entra ID Entity Analytics Integration:google_workspace Google Workspace Integration:m365_defender Microsoft M365 Defender Integration:mimecast Mimecast Integration:sentinel_one SentinelOne Integration:ti_custom Custom Threat Intelligence Integration:wiz Wiz Team:Security-Service Integrations Security Service Integrations Team [elastic/security-service-integrations]
Projects
None yet
Development

Successfully merging this pull request may close these issues.