diff --git a/ELK/filebeat/config/filebeat.yml b/ELK/filebeat/config/filebeat.yml index 657e639..357ef88 100644 --- a/ELK/filebeat/config/filebeat.yml +++ b/ELK/filebeat/config/filebeat.yml @@ -10,4 +10,4 @@ output.logstash: setup.kibana: host: "http://34.195.3.25:5601" username: "elastic" - password: "hhselastic" \ No newline at end of file + password: "changeme" \ No newline at end of file diff --git a/ELK/logstash/pipeline/logstash.conf b/ELK/logstash/pipeline/logstash.conf index 6ccbc37..107696e 100644 --- a/ELK/logstash/pipeline/logstash.conf +++ b/ELK/logstash/pipeline/logstash.conf @@ -23,9 +23,9 @@ filter { match => [ "timestamp" , "dd/MMM/YYYY:HH:mm:ss Z" ] remove_field => [ "timestamp" ] } - useragent { - source => "agent" - } +# useragent { +# source => "agent" +# } } output {