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

Support for opensearch serverless auth_type config #53

Closed
assafcoh opened this issue Sep 14, 2023 · 2 comments
Closed

Support for opensearch serverless auth_type config #53

assafcoh opened this issue Sep 14, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@assafcoh
Copy link

assafcoh commented Sep 14, 2023

We would like support for aws opensearch serverless just like in the logstash-output-plugin

Our scenario requires migrating data from aws opensearch serverless to opensearch provisioned cluster.
Opensearch serverless does not support user/password access authorization. It supports access by iam users/roles.

When using latest logstach-input-opensearch plugin with config below we get error "auth_type" not recognized for opensearch"

input {
opensearch {
ecs_compatibility => disabled
index => "endpoint_discovery"
hosts => "https://123456.us-east-1.aoss.amazonaws.com:443"
auth_type => {
type => 'aws_iam'
aws_access_key_id => 'xxxxxxxxxxxxxxxxxx'
aws_secret_access_key => 'yyyyyyyyyyyyy'
region => 'us-east-1'
service_name => 'aoss'
}
legacy_template => false
default_server_major_version => 2
}
}

It would be great if auth_type config support will be added, just like for logstach-output-opensearch plugin

@assafcoh assafcoh added the enhancement New feature or request label Sep 14, 2023
@JacobSiegle
Copy link

Duplicate - #24

@dblock
Copy link
Member

dblock commented Oct 30, 2023

Closing as dup.

@dblock dblock closed this as completed Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants