Last active
August 29, 2015 14:08
-
-
Save poliu2s/e603e4a5d939724d78d0 to your computer and use it in GitHub Desktop.
Blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
output { | |
# Hadoop listens over ZeroMQ | |
zeromq { | |
address => ... | |
mode => ... | |
topology => ... | |
sockopt => ... | |
} | |
S3 { | |
access_key_id => … | |
secret_access_key => ... | |
bucket = ... | |
endpoint_region => ... | |
canned_acl => ... | |
} | |
elasticsearch { | |
bind_host => ... | |
host => ... | |
port => ... | |
cluster => ... | |
max_inflight_requests => ... | |
node_name => ... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment