| 1 | { |
| 2 | "host" : "<replaced>", |
| 3 | "version" : "7.3.0", |
| 4 | "http_address" : "0.0.0.0:9600", |
| 5 | "id" : "<replaced>", |
| 6 | "name" : "<replaced>", |
| 7 | "ephemeral_id" : "339d4ddb-8a6e-4ddc-b843-efd4abf4bf73", |
| 8 | "status" : "green", |
| 9 | "snapshot" : false, |
| 10 | "pipeline" : { |
| 11 | "workers" : 1, |
| 12 | "batch_size" : 125, |
| 13 | "batch_delay" : 50 |
| 14 | }, |
| 15 | "jvm" : { |
| 16 | "threads" : { |
| 17 | "count" : 28, |
| 18 | "peak_count" : 32 |
| 19 | }, |
| 20 | "mem" : { |
| 21 | "heap_used_percent" : 35, |
| 22 | "heap_committed_in_bytes" : 528154624, |
| 23 | "heap_max_in_bytes" : 528154624, |
| 24 | "heap_used_in_bytes" : 189973480, |
| 25 | "non_heap_used_in_bytes" : 178053280, |
| 26 | "non_heap_committed_in_bytes" : 235200512, |
| 27 | "pools" : { |
| 28 | "young" : { |
| 29 | "committed_in_bytes" : 69795840, |
| 30 | "peak_max_in_bytes" : 69795840, |
| 31 | "max_in_bytes" : 69795840, |
| 32 | "peak_used_in_bytes" : 69795840, |
| 33 | "used_in_bytes" : 2600120 |
| 34 | }, |
| 35 | "old" : { |
| 36 | "committed_in_bytes" : 449642496, |
| 37 | "peak_max_in_bytes" : 449642496, |
| 38 | "max_in_bytes" : 449642496, |
| 39 | "peak_used_in_bytes" : 185944824, |
| 40 | "used_in_bytes" : 185944824 |
| 41 | }, |
| 42 | "survivor" : { |
| 43 | "committed_in_bytes" : 8716288, |
| 44 | "peak_max_in_bytes" : 8716288, |
| 45 | "max_in_bytes" : 8716288, |
| 46 | "peak_used_in_bytes" : 8716288, |
| 47 | "used_in_bytes" : 1428536 |
| 48 | } |
| 49 | } |
| 50 | }, |
| 51 | "gc" : { |
| 52 | "collectors" : { |
| 53 | "young" : { |
| 54 | "collection_count" : 5796, |
| 55 | "collection_time_in_millis" : 45008 |
| 56 | }, |
| 57 | "old" : { |
| 58 | "collection_count" : 7, |
| 59 | "collection_time_in_millis" : 3263 |
| 60 | } |
| 61 | } |
| 62 | }, |
| 63 | "uptime_in_millis" : 699809475 |
| 64 | }, |
| 65 | "process" : { |
| 66 | "open_file_descriptors" : 101, |
| 67 | "peak_open_file_descriptors" : 105, |
| 68 | "max_file_descriptors" : 1048576, |
| 69 | "mem" : { |
| 70 | "total_virtual_in_bytes" : 5074657280 |
| 71 | }, |
| 72 | "cpu" : { |
| 73 | "total_in_millis" : 7304550, |
| 74 | "percent" : 0, |
| 75 | "load_average" : { |
| 76 | "1m" : 0.73, |
| 77 | "5m" : 1.13, |
| 78 | "15m" : 1.06 |
| 79 | } |
| 80 | } |
| 81 | }, |
| 82 | "events" : { |
| 83 | "in" : 567639, |
| 84 | "filtered" : 567639, |
| 85 | "out" : 567639, |
| 86 | "duration_in_millis" : 5027018, |
| 87 | "queue_push_duration_in_millis" : 84241 |
| 88 | }, |
| 89 | "pipelines" : { |
| 90 | "pipeline-1" : { |
| 91 | "events" : { |
| 92 | "queue_push_duration_in_millis" : 84241, |
| 93 | "filtered" : 567639, |
| 94 | "duration_in_millis" : 5027018, |
| 95 | "in" : 567639, |
| 96 | "out" : 567639 |
| 97 | }, |
| 98 | "plugins" : { |
| 99 | "inputs" : [ { |
| 100 | "id" : "kafka input", |
| 101 | "events" : { |
| 102 | "queue_push_duration_in_millis" : 84241, |
| 103 | "out" : 567639 |
| 104 | }, |
| 105 | "name" : "kafka" |
| 106 | } ], |
| 107 | "codecs" : [ { |
| 108 | "id" : "json_9562e6c4-7a1a-4c18-919f-f012e58923dd", |
| 109 | "decode" : { |
| 110 | "writes_in" : 567639, |
| 111 | "duration_in_millis" : 86778, |
| 112 | "out" : 567639 |
| 113 | }, |
| 114 | "name" : "json", |
| 115 | "encode" : { |
| 116 | "writes_in" : 0, |
| 117 | "duration_in_millis" : 0 |
| 118 | } |
| 119 | }, { |
| 120 | "id" : "plain_13e28721-e681-43ec-aa2c-c0a4d856b9ed", |
| 121 | "decode" : { |
| 122 | "writes_in" : 0, |
| 123 | "duration_in_millis" : 0, |
| 124 | "out" : 0 |
| 125 | }, |
| 126 | "name" : "plain", |
| 127 | "encode" : { |
| 128 | "writes_in" : 0, |
| 129 | "duration_in_millis" : 0 |
| 130 | } |
| 131 | } ], |
| 132 | "filters" : [ { |
| 133 | "id" : "set default timezone", |
| 134 | "events" : { |
| 135 | "duration_in_millis" : 340, |
| 136 | "in" : 326901, |
| 137 | "out" : 326901 |
| 138 | }, |
| 139 | "name" : "mutate" |
| 140 | }, { |
| 141 | "id" : "assign index (filebeat)", |
| 142 | "events" : { |
| 143 | "duration_in_millis" : 858, |
| 144 | "in" : 567639, |
| 145 | "out" : 567639 |
| 146 | }, |
| 147 | "name" : "mutate" |
| 148 | }, { |
| 149 | "id" : "parse JSON", |
| 150 | "events" : { |
| 151 | "duration_in_millis" : 112, |
| 152 | "in" : 0, |
| 153 | "out" : 0 |
| 154 | }, |
| 155 | "name" : "json" |
| 156 | }, { |
| 157 | "id" : "parse LTSV", |
| 158 | "events" : { |
| 159 | "duration_in_millis" : 130, |
| 160 | "in" : 0, |
| 161 | "out" : 0 |
| 162 | }, |
| 163 | "name" : "kv" |
| 164 | }, { |
| 165 | "id" : "assign document_id", |
| 166 | "events" : { |
| 167 | "duration_in_millis" : 2406, |
| 168 | "in" : 567639, |
| 169 | "out" : 567639 |
| 170 | }, |
| 171 | "name" : "fingerprint" |
| 172 | }, { |
| 173 | "id" : "assign index (fluentd)", |
| 174 | "events" : { |
| 175 | "duration_in_millis" : 140, |
| 176 | "in" : 0, |
| 177 | "out" : 0 |
| 178 | }, |
| 179 | "name" : "mutate" |
| 180 | }, { |
| 181 | "id" : "parse timestamp", |
| 182 | "events" : { |
| 183 | "duration_in_millis" : 7261, |
| 184 | "in" : 326901, |
| 185 | "out" : 326901 |
| 186 | }, |
| 187 | "name" : "date", |
| 188 | "failures" : 1, |
| 189 | "matches" : 326900 |
| 190 | } ], |
| 191 | "outputs" : [ { |
| 192 | "id" : "0f72afb28c5ff3a3897d87b04fc1b0a5fe8358cb55bbc29b995056fd868e612b", |
| 193 | "events" : { |
| 194 | "duration_in_millis" : 4063485, |
| 195 | "in" : 567639, |
| 196 | "out" : 567639 |
| 197 | }, |
| 198 | "name" : "elasticsearch", |
| 199 | "documents" : { |
| 200 | "successes" : 567639 |
| 201 | }, |
| 202 | "bulk_requests" : { |
| 203 | "responses" : { |
| 204 | "200" : 50735 |
| 205 | }, |
| 206 | "successes" : 50735 |
| 207 | } |
| 208 | } ] |
| 209 | }, |
| 210 | "reloads" : { |
| 211 | "last_error" : null, |
| 212 | "last_failure_timestamp" : null, |
| 213 | "last_success_timestamp" : null, |
| 214 | "failures" : 0, |
| 215 | "successes" : 0 |
| 216 | }, |
| 217 | "queue" : { |
| 218 | "type" : "persisted", |
| 219 | "events_count" : 0, |
| 220 | "queue_size_in_bytes" : 45085456, |
| 221 | "max_queue_size_in_bytes" : 1073741824 |
| 222 | }, |
| 223 | "hash" : "46f5c757f55a52d08ed841e9f51698653cf228ff9be41b7372f20a1b699bf129", |
| 224 | "ephemeral_id" : "c43b3a8e-882c-4e3a-a2f2-8515a5ef4ecc" |
| 225 | } |
| 226 | }, |
| 227 | "reloads" : { |
| 228 | "failures" : 0, |
| 229 | "successes" : 0 |
| 230 | }, |
| 231 | "os" : { |
| 232 | "cgroup" : { |
| 233 | "cpuacct" : { |
| 234 | "control_group" : "/", |
| 235 | "usage_nanos" : 7304416115351 |
| 236 | }, |
| 237 | "cpu" : { |
| 238 | "control_group" : "/", |
| 239 | "cfs_quota_micros" : 100000, |
| 240 | "cfs_period_micros" : 100000, |
| 241 | "stat" : { |
| 242 | "time_throttled_nanos" : 124716913549, |
| 243 | "number_of_elapsed_periods" : 5875889, |
| 244 | "number_of_times_throttled" : 1219 |
| 245 | } |
| 246 | } |
| 247 | } |
| 248 | }, |
| 249 | "queue" : { |
| 250 | "events_count" : 0 |
| 251 | } |
| 252 | } |