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

[Filebeat] http_endpoint - make input compatible with AWS Kinesis http delivery #37910

Closed
andrewkroh opened this issue Feb 7, 2024 · 1 comment · Fixed by #38193
Closed
Assignees
Labels
enhancement Filebeat Filebeat Team:Security-Service Integrations Security Service Integrations Team

Comments

@andrewkroh
Copy link
Member

andrewkroh commented Feb 7, 2024

Describe the enhancement:

The http_endpoint input should be able to accept data in the format given by AWS Kinesis which is an object containing an array of records. For example:

{
  "requestId": "ed4acda5-034f-9f42-bba1-f29aea6d7d8f",
  "timestamp": 1578090901599
  "records": [
    {
      "data": "aGVsbG8="
    },
    {
      "data": "aGVsbG8gd29ybGQ="
    }
  ]
} 

Today the input only accepts objects or arrays.

Describe a specific use case for the enhancement or feature:

To receive pushed events from Kinesis.

References

@andrewkroh andrewkroh added enhancement Filebeat Filebeat Team:Security-Service Integrations Security Service Integrations Team labels Feb 7, 2024
@elasticmachine
Copy link
Collaborator

Pinging @elastic/security-service-integrations (Team:Security-Service Integrations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Filebeat Filebeat Team:Security-Service Integrations Security Service Integrations Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants