elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.73k stars 8.14k forks source link

[Security GenAI][Integration Assistant] Available input types missing backing template #186136

Closed ebeahan closed 2 months ago

ebeahan commented 3 months ago

Currently, Integration Assistant lists this group as possible input types for the generated package/data stream:

export type InputType =
  | 'aws_cloudwatch'
  | 'aws_s3'
  | 'azure_blob_storage'
  | 'azure_eventhub'
  | 'cloudfoundry'
  | 'filestream'
  | 'gcp_pubsub'
  | 'gcs'
  | 'http_endpoint'
  | 'journald'
  | 'kafka'
  | 'tcp'
  | 'udp';

Currently there's only templates to support:

The remaining agent input config templates need added.

elasticmachine commented 3 months ago

Pinging @elastic/security-solution (Team: SecuritySolution)

bhapas commented 3 months ago

These are missing system test templates. The manifest and hbs file templates are available. Currently we are skipping the system test config generation as we generate custom packages for 8.15

bhapas commented 3 months ago

Can we close this? Or should we keep this for future tracking?

ebeahan commented 3 months ago

@bhapas I think we resolved in https://github.com/elastic/kibana/pull/184296, right? If so, I'm good closing 👍