Skip to content

Instantly share code, notes, and snippets.

@akheron
Created June 13, 2011 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akheron/1022417 to your computer and use it in GitHub Desktop.
Save akheron/1022417 to your computer and use it in GitHub Desktop.
ElasticSearch log
[2011-06-13 07:16:25,881][INFO ][node ] [Lasher] {elasticsearch/0.16.2}[17950]: initializing ...
[2011-06-13 07:16:25,887][INFO ][plugins ] [Lasher] loaded []
[2011-06-13 07:16:31,009][DEBUG][monitor.os ] [Lasher] Using probe [org.elasticsearch.monitor.os.JmxOsProbe@7846a55e] with refresh_interval [5s]
[2011-06-13 07:16:31,009][DEBUG][monitor.process ] [Lasher] Using probe [org.elasticsearch.monitor.process.JmxProcessProbe@3c10e820] with refresh_interval [5s]
[2011-06-13 07:16:31,028][DEBUG][monitor.network ] [Lasher] Using probe [org.elasticsearch.monitor.network.JmxNetworkProbe@1fd4340c] with refresh_interval [5s]
[2011-06-13 07:16:31,042][DEBUG][monitor.network ] [Lasher] net_info
host [t-inoi-demo]
eth0 display_name [eth0]
address [/fe80:0:0:0:216:3eff:fe62:15c8%2] [/10.105.0.78]
mtu [1500] multicast [true] ptp [false] loopback [false] up [true] virtual [false]
lo display_name [lo]
address [/0:0:0:0:0:0:0:1%1] [/127.0.0.1]
mtu [16436] multicast [false] ptp [false] loopback [true] up [true] virtual [false]
[2011-06-13 07:16:31,042][TRACE][monitor.network ] [Lasher] ifconfig
NA
[2011-06-13 07:16:31,699][INFO ][node ] [Lasher] {elasticsearch/0.16.2}[17950]: initialized
[2011-06-13 07:16:31,699][INFO ][node ] [Lasher] {elasticsearch/0.16.2}[17950]: starting ...
[2011-06-13 07:16:31,997][INFO ][transport ] [Lasher] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/10.105.0.78:9300]}
[2011-06-13 07:16:35,117][INFO ][cluster.service ] [Lasher] new_master [Lasher][UIGcB4ONT5CRUmzTWJOkww][inet[/10.105.0.78:9300]], reason: zen-disco-join (elected_as_master)
[2011-06-13 07:16:35,197][INFO ][discovery ] [Lasher] elasticsearch/UIGcB4ONT5CRUmzTWJOkww
[2011-06-13 07:16:35,232][INFO ][gateway ] [Lasher] recovered [0] indices into cluster_state
[2011-06-13 07:16:35,239][INFO ][http ] [Lasher] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/10.105.0.78:9200]}
[2011-06-13 07:16:35,242][INFO ][node ] [Lasher] {elasticsearch/0.16.2}[17950]: started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment