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...
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 when I use the logstash-input-jdbc plug-in Synchronize MySQL data to ES, the SQL query meets 13 but only 12 when I save to ES. I added a data entry to the table Synchronize is the last unsaved data, and when I exit from the termin...
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 when importing mysql one-to-many structured data into ElasticSearch with logstash-input-jdbc, there is a phenomenon that the data queried by connected tables are not correctly stored in the array, and it is occasionally normal. t...
logstash analysis log. the log is as follows: 2018-07-19 14:02:12.577|INFO |[164acb702b5-12] - crmlog|1234567890|118|0|!|263|xxxx logstash is configured as follows input { file { path => [ "xxxx log.txt" ] start_position =>...
logstash configuration: output { elasticsearch { hosts => ["192.168.8.8:9200"] index => "jdbc_index" document_id => "%{id}" } stdout { codec => json_lines } } it is confi...
there is a string like x09x09x09Version in the nginx log, which caused logstash to report an error when collecting Filter. Has anyone ever encountered the same problem and solved it? nginx log content: {"http_host": "xxxx", &quo...
excuse me, A 4-core 8G machine with logstash, deployed on it can probably support several log input nodes of filebeat. If there is no message queue as buffer, do you have any experience in this field? similarly, how many logstash nodes can a 4-core ...
1.ES 9200 port started 2.logstashhost192.168.33.10 what is the cause of the error? How to solve it? ...
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 ...