We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks, great plugin !
But I have a problem to load my log data to elasticsearch with this plugin.
When I use this output plugin with my log file which has about 190,000 lines, embulk always fail with java.lang.ArrayIndexOutOfBoundsException.
java.lang.ArrayIndexOutOfBoundsException
On the other hand, when I use embulk-output-redshift plugin with same log file, I can load to Redshift successfully.
embulk-output-redshift
How to fix my problem ?
The text was updated successfully, but these errors were encountered:
$ embulk --version embulk 0.6.5
Stacktrace: https://gist.github.com/hirakiuc/efefcb523ee8ff39a4a1.
out config on config.yml
out: type: elasticsearch nodes: - { host: xx.xx.xx.xx, port: xxxx } cluster_name: elasticsearch index: my_logs index_type: logs
Sorry, something went wrong.
@hirakiuc sounds like a bug.. I will take a look later:-)
This issue is resolved by pull request #10 .
No branches or pull requests
Thanks, great plugin !
But I have a problem to load my log data to elasticsearch with this plugin.
When I use this output plugin with my log file which has about 190,000 lines, embulk always fail with
java.lang.ArrayIndexOutOfBoundsException
.On the other hand, when I use
embulk-output-redshift
plugin with same log file, I can load to Redshift successfully.How to fix my problem ?
The text was updated successfully, but these errors were encountered: