Hello prawns! logstash: 100.97.73.229-- [19 Feb 2019:17:43:11 + 0800] "GET news-spread_index-138.html HTTP 1.1 " 7920 "- " Mozilla 5.0 (Linux; Android 8.1; MI 6X Build OPM1.171019.011; wv) AppleWebKit 537.36 (KHTML, like Gecko) Version 4.0...
the data of the kibana controls optionlist drop-down list is incomplete. You can display all the data with other charts. I use datatable to list all the appName, but control optionlist can only list four. ...
problem description there is a requirement to get the accessed domain name IP from the log and want to match the type and Chinese name of the website in filter. the type and Chinese name of the website are stored in a database file, just like a dic...
problem description online cluster elasticsearch, host memory has 28G, allocated to es cluster is 14G, using kibana as some basic graphical display, useful for some aggregation, sorting analysis. When the time range selected in kibana is large, it oft...
A beginner elk, sets up a log collection look and encounters doubts when presenting the data. my logstash has set up two pipeline,rabbitmq and two http input: input { rabbitmq { host => "rabbitmq" subscription_retry_interval_se...
problem description the kibana discover data list is displayed. The list is very long. How can I display it in pages? ...
error prompt: Discover: Content-Type header [application x-ndjson; charset=UTF-8] is not supported Error: Content-Type header [application x-ndjson; Charset=UTF-8] is not supported ErrorAbstract@ http: 0.0.0.0:5601 bundles vendors.bundle.js:159:227...
logstash configuration: output { elasticsearch { hosts => ["192.168.8.8:9200"] index => "jdbc_index" document_id => "%{id}" } stdout { codec => json_lines } } it is confi...
use kibana to monitor the performance of each module, monitor the rendering time of each module, and make a bar chart. The vertical axis is the rendering time and the horizontal axis is the module name, because the module names stored at that time are al...
has installed elasticsearch, version 6.2.4, and started normally has installed kibana, version 6.2.4 and started normally x-pack version is installed according to the official method, 6.2.4 elasticsearch and kibana start up normally however, d...
the kibana and elasticsearch-head corresponding to the higher version of elasticsearch are developed by nodejs, and the startup is also started through the command npm run start of nodejs but after startup, how to determine whether the service is star...
1.ES 9200 port started 2.logstashhost192.168.33.10 what is the cause of the error? How to solve it? ...
I want to drop the url field in kibana visualize, Filter, which ends with js. How do I write query dsl?? I can t write it in the following way { "query": { "bool": { "must_not": [ { "mat...
the architecture is simple: filebeat collects nginx logs, output to logstash logstash format and then output to elasticsearch There is nothing to say about the configuration of filebeat but to send the access.log of nginx directly to logstash ...