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
I also do this for Logstash:
echo "-Dcom.amazonaws.sdk.disableCertChecking" >> config/jvm.options
to turn off ssl checking.
But I'm still getting this error:
WARNING: Received configuration for region as us-east-1.
Jan 06, 2019 7:50:20 AM com.amazonaws.http.AmazonHttpClient createSocketFactoryRegistry
WARNING: SSL Certificate checking for endpoints has been explicitly disabled.
[2019-01-06T07:50:20,998][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
Jan 06, 2019 7:50:21 AM com.amazonaws.services.kinesis.clientlibrary.lib.worker.ShardSyncTask call
SEVERE: Caught exception while sync'ing Kinesis shards and leases
com.amazonaws.SdkClientException: Unable to execute HTTP request: The target server failed to respond
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleRetryableException(AmazonHttpClient.java:1136)
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeHelper(AmazonHttpClient.java:1082)
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.doExecute(AmazonHttpClient.java:745)
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeWithTimer(AmazonHttpClient.java:719)
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.execute(AmazonHttpClient.java:701)
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.access$500(AmazonHttpClient.java:669)
at com.amazonaws.http.AmazonHttpClient$RequestExecutionBuilderImpl.execute(AmazonHttpClient.java:651)
at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:515)
...
I know this is not a kinesis lite topic per se. But I'm hoping someone here my have done this before.
The text was updated successfully, but these errors were encountered:
Has anyone got Logstash kinesis-input-plugin to work with kinesis lite?
I have this Logstash config like this:
I also do this for Logstash:
echo "-Dcom.amazonaws.sdk.disableCertChecking" >> config/jvm.options
to turn off ssl checking.
But I'm still getting this error:
I know this is not a kinesis lite topic per se. But I'm hoping someone here my have done this before.
The text was updated successfully, but these errors were encountered: