1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
According to Data Prepper's http source documentation, only HTTP Basic Auth is supported "out of the box". So, you'll have to implement an authentication plugin for the Data Prepper.
Judging by your list, I might recommend using a set of Lambda functions to retrieve data sets and save them into an S3 bucket. Then, you could load the data into Open Search using Data Prepper's pipeline with an s3 source.
However, be aware, that Data Prepper is not a part of the Open Search deployment package, but a separate Docker container. Thus, you will need a place to run it (EC2, ECS etc).
answered a year ago
Relevant content
- asked a year ago
