You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Security Integrations targeted for the initial release for the 8.18 release, are:
Office 365
Okta
AWS Security Hub
SentinelOne
AbuseCH
Microsoft Defender Cloud
Microsoft 365 Defender
Microsoft Defender for Endpoint
Google Security Command Center
Google Workspace
Tenable IO
Wiz
Qualys VMDR
Stretch Goal:
Microsoft Sentinel
Description / Task
Based upon the availability of credentials from #11811, test each integration for all supported inputs if they can:
ingest all data streams supported for that integration
handle pod restarts and cursor resumes (validate that no duplicate data is in ES)
I will send you credentials for the different systems
You need to create a script that will scrape data pre-pod restart and then after pod-restart and validate that there is duplicate data within elasticsearch
Now override agent image, docker.elastic.co/cloud-release/elastic-agent-service:sha256-ff43ceebf9971d80937beb91175ab39f8cc3e99c680421673a8db3e49a25f23c
Make sure you clear the data from elasticsearch
Test again steps 5 but now validate that the data is NOT duplicate. This means that the cursor has been saved across pod restarts
The text was updated successfully, but these errors were encountered:
Security Integrations targeted for the initial release for the 8.18 release, are:
Office 365
Okta
AWS Security Hub
SentinelOne
AbuseCH
Microsoft Defender Cloud
Microsoft 365 Defender
Microsoft Defender for Endpoint
Google Security Command Center
Google Workspace
Tenable IO
Wiz
Qualys VMDR
Stretch Goal:
Microsoft Sentinel
Description / Task
Based upon the availability of credentials from #11811, test each integration for all supported inputs if they can:
Test Plan
k8s-gitops-control-plane
, an example PR would be here: https://github.com/elastic/catalog-info/pull/232manifest.yml
to your local setup3a. You can use these instructions https://www.elastic.co/guide/en/integrations-developer/current/elastic-package.html#_customization so you can
elastic-package build
andelastic-package install --zip <okta.build.zip>
Use the ELASTIC_PACKAGE_KIBANA_HOST, ELASTIC_PACKAGE_ELASTICSEARCH_HOST, and ELASTIC_PACKAGE_ELASTICSEARCH_API_KEY settings
The text was updated successfully, but these errors were encountered: