Skip to content

Instantly share code, notes, and snippets.

@agastya71
agastya71 / fullStackTraceForException
Created October 21, 2015 15:51
Stack trace of the exception while reading from ES using Spark connector.
Connected to the target VM, address: '127.0.0.1:64009', transport: 'socket'
log4j: reset attribute= "false".
log4j: Threshold ="null".
log4j: Retreiving an instance of org.apache.log4j.Logger.
log4j: Setting [com.trgr.platform.riptide] additivity to [true].
log4j: Level value for com.trgr.platform.riptide is [WARN].
log4j: com.trgr.platform.riptide level set to WARN
log4j: Retreiving an instance of org.apache.log4j.Logger.
log4j: Setting [log4j.logger.org.eclipse.jetty] additivity to [true].
log4j: Level value for log4j.logger.org.eclipse.jetty is [ERROR].
@agastya71
agastya71 / debug output.txt
Last active September 14, 2015 16:31
http_poller_input config :
Reading config file {:file=>"logstash/agent.rb", :level=>:debug, :line=>"301", :method=>"local_config"}
Compiled pipeline code:
@inputs = []
@filters = []
@outputs = []
@periodic_flushers = []
@shutdown_flushers = []
@input_http_poller_1 = plugin("input", "http_poller", LogStash::Util.hash_merge_many({ "urls" => {("url_to_test") => {("url") => ("http://app.server.name:10710/jolokia/read/example.package.name:type=Registrar/InstanceName"), ("keepalive") => ("false"), ("method") => ("get"), ("cookies") => ("false"), ("automatic_retries") => 1}} }, { "connect_timeout" => 15 }, { "request_timeout" => 120 }, { "interval" => 60 }, { "socket_timeout" => 60 }, { "codec" => ("json") }, { "metadata_target" => ("http_poller_metadata") }))