{"id":979,"date":"2020-04-25T11:02:51","date_gmt":"2020-04-25T09:02:51","guid":{"rendered":"https:\/\/blog.mhasin.eu\/?p=979"},"modified":"2020-04-25T11:05:25","modified_gmt":"2020-04-25T09:05:25","slug":"filebeat-add-apache-log-to-elasticsearch","status":"publish","type":"post","link":"https:\/\/blog.mhasin.eu\/?p=979","title":{"rendered":"Filebeat add apache LOG to elasticsearch"},"content":{"rendered":"\n<p>Pridanie LOG do elasticsearch:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -L -O https:\/\/artifacts.elastic.co\/downloads\/beats\/filebeat\/filebeat-7.6.2-amd64.deb\nsudo dpkg -i filebeat-7.6.2-amd64.deb<\/code><\/pre>\n\n\n\n<p>Nastavenie:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>nano \/etc\/filebeat\/filebeat.yml<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>output.elasticsearch:\n  hosts: &#91;\"&lt;es_url>\"]\n  username: \"elastic\"\n  password: \"&lt;password>\"\nsetup.kibana:\n  host: \"&lt;kibana_url>\"<\/code><\/pre>\n\n\n\n<p>Povolenie modulu:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo filebeat modules enable apache<\/code><\/pre>\n\n\n\n<p>zapnutie filebeat:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo filebeat setup\nsudo service filebeat start<\/code><\/pre>\n<div class=\"pdf24Plugin-cp\"> \t<form name=\"pdf24Form0\" method=\"post\" action=\"https:\/\/doc2pdf.pdf24.org\/wordpress.php\" target=\"pdf24PopWin\" onsubmit=\"var pdf24Win = window.open('about:blank', 'pdf24PopWin', 'resizable=yes,scrollbars=yes,width=600,height=250,left='+(screen.width\/2-300)+',top='+(screen.height\/3-125)+''); pdf24Win.focus(); if(typeof pdf24OnCreatePDF === 'function'){void(pdf24OnCreatePDF(this,pdf24Win));}\"> \t\t<input type=\"hidden\" name=\"blogCharset\" value=\"Cw1x07UAAA==\" \/><input type=\"hidden\" name=\"blogPosts\" value=\"MwQA\" \/><input type=\"hidden\" name=\"blogUrl\" value=\"yygpKSi20tdPyslP18vNSCzOzNNLLQUA\" \/><input type=\"hidden\" name=\"blogName\" value=\"c\/LxdwcA\" \/><input type=\"hidden\" name=\"blogValueEncoding\" value=\"gzdeflate base64\" \/><input type=\"hidden\" name=\"postId_0\" value=\"szS3BAA=\" \/><input type=\"hidden\" name=\"postTitle_0\" value=\"c8vMSU1KTSxRSExJUUgsSEzOSFXw8XdXKMlXSM1JLC7JTC5OTSxKzgAA\" \/><input type=\"hidden\" name=\"postLink_0\" value=\"yygpKSi20tdPyslP18vNSCzOzNNLLdW3L7C1NLcEAA==\" \/><input type=\"hidden\" name=\"postAuthor_0\" value=\"y00syfcwNAIA\" \/><input type=\"hidden\" name=\"postDateTime_0\" value=\"MzIwMtA1MNE1MlUwNLQyMLEyNQQA\" \/><input type=\"hidden\" name=\"postContent_0\" value=\"nVLLTsMwELznK1ZB6i22QKiINOTKpaL9AYQ29pZYdWLLj1bw9ThNgqgoAuGL1\/ua2fFmla23TknsFcF68wjSAGn0QQlP6ERbVtzWWTqVdQQihfxDfrRFo43YF8JIyutquGoRnYZiDcUG2hCsLzlHF9QORfBs6smE4dIce21Qet4QBs93StNgfRrFHVuymwI7ubxlkprMx8RK2v0rFAp+yqr4iUWi62giXD8lUDxQmu3vY\/TYG+AUxHdi7K3TF2B+aWhisDGwc1UzgNb44EtYXN1fr\/KFDivyL0nCOn9OwejJ9dhRCflUmCevTShH42TyDgXzs84zTyFatlcN9jg3n7JG59j6kkhbczB60Ag6I6OOf5fq9C+zOGM1eaAeG02AFkVLlwDf0fYxJLy59L+Ip6HH7UhyHZSgL7GQlu8c\/QM=\" \/> \t\t<a href=\"https:\/\/www.pdf24.org\" target=\"_blank\" title=\"www.pdf24.org\" rel=\"nofollow\"><img src=\"https:\/\/blog.mhasin.eu\/wp-content\/plugins\/pdf24-post-to-pdf\/img\/pdf_32x32.png\" alt=\"\" border=\"0\" height=\"32\" \/><\/a> \t\t<span class=\"pdf24Plugin-cp-space\">&nbsp;&nbsp;<\/span> \t\t<span class=\"pdf24Plugin-cp-text\">Send article as PDF<\/span> \t\t<span class=\"pdf24Plugin-cp-space\">&nbsp;&nbsp;<\/span> \t\t<input class=\"pdf24Plugin-cp-input\" style=\"margin: 0px;\" type=\"text\" name=\"sendEmailTo\" placeholder=\"Enter email address\" \/> \t\t<input class=\"pdf24Plugin-cp-submit\" style=\"margin: 0px;\" type=\"submit\" value=\"Send\" \/> \t<\/form> <\/div>","protected":false},"excerpt":{"rendered":"Pridanie LOG do elasticsearch: Nastavenie: Povolenie modulu: zapnutie filebeat: &nbsp;&nbsp; Send article as PDF &nbsp;&nbsp;\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"arc_restricted_post":false,"footnotes":""},"categories":[8],"tags":[],"class_list":["post-979","post","type-post","status-publish","format-standard","hentry","category-monitoring"],"_links":{"self":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts\/979","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=979"}],"version-history":[{"count":2,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts\/979\/revisions"}],"predecessor-version":[{"id":981,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts\/979\/revisions\/981"}],"wp:attachment":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=979"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=979"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=979"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}