Skip to content

Instantly share code, notes, and snippets.

@codefromthecrypt
Last active March 25, 2020 01:14
Show Gist options
  • Save codefromthecrypt/11694e6465d35fde1e9d752559663bc5 to your computer and use it in GitHub Desktop.
Save codefromthecrypt/11694e6465d35fde1e9d752559663bc5 to your computer and use it in GitHub Desktop.
full dump of ES startup
2020-03-25 09:14:06.293 INFO 22055 --- [-worker-nio-2-1] c.l.a.c.l.LoggingClient : Request: {startTime=2020-03-25T01:14:06.287Z(1585098846287794), length=0B, duration=483µs(483304ns), scheme=none+h1c, headers=[:method=GET, :path=/, :authority=localhost:9200, :scheme=http, accept-encoding=gzip,deflate, user-agent=armeria/0.97.0]}
2020-03-25 09:14:06.344 INFO 22055 --- [-worker-nio-2-1] c.l.a.c.l.LoggingClient : Response: {startTime=2020-03-25T01:14:06.315Z(1585098846315931), length=333B, duration=28087µs(28087280ns), headers=[:status=200, content-type=application/json; charset=UTF-8, content-encoding=gzip, content-length=333], content={
"name" : "MacBook-Pro-8.local",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "t12hyJk4RwCyYK7Av7oz3Q",
"version" : {
"number" : "7.6.1",
"build_flavor" : "default",
"build_type" : "tar",
"build_hash" : "aa751e09be0a5072e8570670309b1f12348f023b",
"build_date" : "2020-02-29T00:15:25.529771Z",
"build_snapshot" : false,
"lucene_version" : "8.4.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}
}
2020-03-25 09:14:06.384 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Request: {startTime=2020-03-25T01:14:06.372Z(1585098846372484), length=0B, duration=11945µs(11945696ns), scheme=none+h1c, headers=[:method=GET, :path=/_template/zipkin-span_template, :authority=localhost:9200, :scheme=http, accept-encoding=gzip,deflate, user-agent=armeria/0.97.0]}
2020-03-25 09:14:06.401 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Response: {startTime=2020-03-25T01:14:06.394Z(1585098846394049), length=28B, duration=6962µs(6962201ns), headers=[:status=404, content-type=application/json; charset=UTF-8, content-encoding=gzip, content-length=28], content={}}
2020-03-25 09:14:06.420 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Request: {startTime=2020-03-25T01:14:06.415Z(1585098846415820), length=1204B, duration=4268µs(4268525ns), scheme=none+h1c, headers=[:method=PUT, :path=/_template/zipkin-span_template, :authority=localhost:9200, :scheme=http, content-type=application/json; charset=utf-8, content-length=1204, accept-encoding=gzip,deflate, user-agent=armeria/0.97.0], content={
"index_patterns": "zipkin-span-*",
"settings": {
"index.number_of_shards": 5,
"index.number_of_replicas": 1,
"index.requests.cache.enable": true
},
"mappings": {
"_source": {"excludes": ["_q"] },
"dynamic_templates": [
{
"strings": {
"mapping": {
"type": "keyword","norms": false, "ignore_above": 256
},
"match_mapping_type": "string",
"match": "*"
}
}
],
"properties": {
"traceId": { "type": "keyword", "norms": false },
"name": { "type": "keyword", "norms": false },
"localEndpoint": {
"type": "object",
"dynamic": false,
"properties": { "serviceName": { "type": "keyword", "norms": false } }
},
"remoteEndpoint": {
"type": "object",
"dynamic": false,
"properties": { "serviceName": { "type": "keyword", "norms": false } }
},
"timestamp_millis": {
"type": "date",
"format": "epoch_millis"
},
"duration": { "type": "long" },
"annotations": { "enabled": false },
"tags": { "enabled": false },
"_q": { "type": "keyword", "norms": false }
}
}
}}
2020-03-25 09:14:06.485 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Response: {startTime=2020-03-25T01:14:06.484Z(1585098846484585), length=47B, duration=676µs(676542ns), headers=[:status=200, content-type=application/json; charset=UTF-8, content-encoding=gzip, content-length=47], content={"acknowledged":true}}
2020-03-25 09:14:06.492 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Request: {startTime=2020-03-25T01:14:06.491Z(1585098846491411), length=0B, duration=518µs(518734ns), scheme=none+h1c, headers=[:method=GET, :path=/_template/zipkin-dependency_template, :authority=localhost:9200, :scheme=http, accept-encoding=gzip,deflate, user-agent=armeria/0.97.0]}
2020-03-25 09:14:06.494 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Response: {startTime=2020-03-25T01:14:06.493Z(1585098846493848), length=28B, duration=544µs(544631ns), headers=[:status=404, content-type=application/json; charset=UTF-8, content-encoding=gzip, content-length=28], content={}}
2020-03-25 09:14:06.497 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Request: {startTime=2020-03-25T01:14:06.497Z(1585098846497373), length=216B, duration=447µs(447966ns), scheme=none+h1c, headers=[:method=PUT, :path=/_template/zipkin-dependency_template, :authority=localhost:9200, :scheme=http, content-type=application/json; charset=utf-8, content-length=216, accept-encoding=gzip,deflate, user-agent=armeria/0.97.0], content={
"index_patterns": "zipkin-dependency-*",
"settings": {
"index.number_of_shards": 5,
"index.number_of_replicas": 1,
"index.requests.cache.enable": true
},
"mappings": {
"enabled": false
}
}}
2020-03-25 09:14:06.570 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Response: {startTime=2020-03-25T01:14:06.569Z(1585098846569264), length=47B, duration=590µs(590841ns), headers=[:status=200, content-type=application/json; charset=UTF-8, content-encoding=gzip, content-length=47], content={"acknowledged":true}}
2020-03-25 09:14:06.571 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Request: {startTime=2020-03-25T01:14:06.571Z(1585098846571171), length=0B, duration=285µs(285377ns), scheme=none+h1c, headers=[:method=GET, :path=/_template/zipkin-autocomplete_template, :authority=localhost:9200, :scheme=http, accept-encoding=gzip,deflate, user-agent=armeria/0.97.0]}
2020-03-25 09:14:06.573 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Response: {startTime=2020-03-25T01:14:06.573Z(1585098846573047), length=28B, duration=475µs(475221ns), headers=[:status=404, content-type=application/json; charset=UTF-8, content-encoding=gzip, content-length=28], content={}}
2020-03-25 09:14:06.575 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Request: {startTime=2020-03-25T01:14:06.574Z(1585098846574644), length=355B, duration=431µs(431279ns), scheme=none+h1c, headers=[:method=PUT, :path=/_template/zipkin-autocomplete_template, :authority=localhost:9200, :scheme=http, content-type=application/json; charset=utf-8, content-length=355, accept-encoding=gzip,deflate, user-agent=armeria/0.97.0], content={
"index_patterns": "zipkin-autocomplete-*",
"settings": {
"index.number_of_shards": 5,
"index.number_of_replicas": 1,
"index.requests.cache.enable": true
},
"mappings": {
"enabled": true,
"properties": {
"tagKey": { "type": "keyword", "norms": false },
"tagValue": { "type": "keyword", "norms": false }
}
}
}}
2020-03-25 09:14:06.693 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Response: {startTime=2020-03-25T01:14:06.692Z(1585098846692951), length=47B, duration=649µs(649693ns), headers=[:status=200, content-type=application/json; charset=UTF-8, content-encoding=gzip, content-length=47], content={"acknowledged":true}}
2020-03-25 09:14:06.695 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Request: {startTime=2020-03-25T01:14:06.694Z(1585098846694686), length=0B, duration=393µs(393451ns), scheme=none+h1c, headers=[:method=GET, :path=/_cluster/health/zipkin*span-*, :authority=localhost:9200, :scheme=http, accept-encoding=gzip,deflate, user-agent=armeria/0.97.0]}
2020-03-25 09:14:06.702 INFO 22055 --- [-worker-nio-2-2] c.l.a.c.l.LoggingClient : Response: {startTime=2020-03-25T01:14:06.701Z(1585098846701295), length=223B, duration=512µs(512664ns), headers=[:status=200, content-type=application/json; charset=UTF-8, content-encoding=gzip, content-length=223], content={"cluster_name":"elasticsearch","status":"green","timed_out":false,"number_of_nodes":1,"number_of_data_nodes":1,"active_primary_shards":0,"active_shards":0,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":0,"delayed_unassigned_shards":0,"number_of_pending_tasks":0,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":0,"active_shards_percent_as_number":100.0}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment