{"id":16151,"date":"2020-08-23T13:48:34","date_gmt":"2020-08-23T13:48:34","guid":{"rendered":"https:\/\/dbtut.com\/?p=16151"},"modified":"2020-09-18T08:09:25","modified_gmt":"2020-09-18T08:09:25","slug":"configure-logstash-to-read-log-files-windows","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/","title":{"rendered":"Configure Logstash to Read log files Windows"},"content":{"rendered":"<p>In our previous article, I directed the eventlogs on 10.250.2.224 Windows Server 2019 with winlogbeat to the 5043 port of logstash running on Ubuntu Server 2019 with 10.250.2.222 ip address.<\/p>\n<h3>Configure Logstash to Read log files<\/h3>\n<p>In this article, I will configure logstash to read log files from winlogbeat&nbsp; and send to elasticsearch.<\/p>\n<p>Let&#8217;s connect to our server running on 10.250.2.222 with ssh and switch to the \/etc\/logstash\/conf.d\/ directory and create a file named beats.conf and configure it as follows.<\/p>\n<pre class=\"lang:default decode:true \">root@logstash:~# cd \/etc\/logstash\/conf.d\/\nroot@logstash:\/etc\/logstash\/conf.d# vim beat.conf\n\ninput {\nbeats {port =&gt; \u201c5043\u201d}\n}\noutput {\nelasticsearch {\nhosts =&gt; [\u201c10.250.2.221:9200\u201d]\nindex =&gt; \u201c%{[@metadata][beat]}-%{+YYYY.MM.dd}\u201d\ndocument_type =&gt; \u201c%{[@metadata][type]\u201d\n}\n}<\/pre>\n<p id=\"BtNPuyX\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-16152  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/img_5f426ea8814c2.png\" alt=\"\" width=\"760\" height=\"261\"><\/p>\n<p>In the <strong>input section<\/strong>, we specify that logstash should listen to beats from port 5043.<\/p>\n<p>In the <strong>output section<\/strong>, we enter the ip and port information of elasticsearh to which the logs will be sent.<\/p>\n<p>With the <strong>index parameter<\/strong>, we specify that the data sent to elasticsearch will be indexed according to metadata and date.<\/p>\n<p>With the <strong>document_type<\/strong> parameter, we specify that the document type sent to elasticsearch will be done according to the metadata, then we restart the logstash services.<\/p>\n<h3>Start and Stop Logstash Service<\/h3>\n<pre class=\"lang:default decode:true\">root@logstash:\/etc\/logstash\/conf.d# service logstash stop\nroot@logstash:\/etc\/logstash\/conf.d# service logstash start<\/pre>\n<p id=\"tqTzzsu\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-16153  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/img_5f42717461613.png\" alt=\"\" width=\"791\" height=\"101\"><\/p>\n<p>Now, data sent from winlogbeat to elasticsearch will start indexing in elasticsearch. When we connect to elasticsearch running on 10.250.2.221 and run the following command, we will list all the indexes on elasticsearch and we will see that the index winlogbeat-2020.04.22 has been created.<\/p>\n<p id=\"OkbdsUN\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-16154  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/img_5f427230275e4.png\" alt=\"\" width=\"855\" height=\"109\"><\/p>\n<p>When we connect to the kibana service running on 10.250.2.223, we understand that this index has been seen by kibana and we are now ready to visualize the logs.<\/p>\n<p id=\"qFEVeSv\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-16155  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/img_5f4272b4add8b.png\" alt=\"\" width=\"912\" height=\"446\"><\/p>\n<p>In the next article, we will create a dashboard for these logs that I have taken, on kibana..<\/p>\n<p>You can read our other articles in this serie from the links below.<\/p>\n<p><a href=\"https:\/\/dbtut.com\/index.php\/2020\/07\/30\/install-elasticsearch-on-ubuntu-server-19-10\/\" target=\"_blank\" rel=\"noopener noreferrer\">Install Elasticsearch on ubuntu server 19.10<\/a><\/p>\n<p><a href=\"https:\/\/dbtut.com\/index.php\/2020\/08\/04\/install-logstash-on-ubuntu-server-19-10\/\" target=\"_blank\" rel=\"noopener noreferrer\">Install Logstash on Ubuntu Server 19.10<\/a><\/p>\n<p><a href=\"https:\/\/dbtut.com\/index.php\/2020\/08\/09\/install-kibana-on-ubuntu-server-19-10\/\" target=\"_blank\" rel=\"noopener noreferrer\">Install Kibana on Ubuntu Server 19.10<\/a><\/p>\n<p><a href=\"https:\/\/dbtut.com\/index.php\/2020\/08\/15\/install-winlogbeat-on-windows-server-2019\/\" target=\"_blank\" rel=\"noopener noreferrer\">Install Winlogbeat on Windows Server 2019<\/a><\/p>\n<p><a href=\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/\" target=\"_blank\" rel=\"noopener noreferrer\">Configure Logstash to Read log files Windows<\/a><\/p>\n<p><a href=\"https:\/\/dbtut.com\/index.php\/2020\/08\/25\/create-kibana-dashboards-for-windows-event-logs\/\" target=\"_blank\" rel=\"noopener noreferrer\">Create Kibana Dashboards For Windows Event Logs<\/a><\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_16151\" class=\"pvc_stats all  \" data-element-id=\"16151\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In our previous article, I directed the eventlogs on 10.250.2.224 Windows Server 2019 with winlogbeat to the 5043 port of logstash running on Ubuntu Server 2019 with 10.250.2.222 ip address. Configure Logstash to Read log files In this article, I will configure logstash to read log files from winlogbeat&nbsp; and send to elasticsearch. Let&#8217;s connect &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_16151\" class=\"pvc_stats all  \" data-element-id=\"16151\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":487,"featured_media":16156,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[3652],"tags":[3692,9875,9873,9874,9871,9872,9870,9868,9866,9869,9867],"class_list":["post-16151","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-elk","tag-configure-logstash","tag-configure-logstash-on-ubuntu","tag-configure-logstash-to-read-log-files","tag-configure-logstash-to-read-log-files-windows","tag-configure-winlogbeat-logstash","tag-configure-winlogbeat-to-send-to-logstash","tag-configure-winlogbeat-to-use-logstash","tag-start-and-stop-logstash","tag-start-and-stop-logstash-service","tag-stop-and-start-logstash","tag-stop-and-start-logstash-service"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Configure Logstash to Read log files Windows - Database Tutorials<\/title>\n<meta name=\"description\" content=\"Introduction to Central Log Management with Elastic Stack -6 (Configure Logstash to Read log files)\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configure Logstash to Read log files Windows - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"Introduction to Central Log Management with Elastic Stack -6 (Configure Logstash to Read log files)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-23T13:48:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-09-18T08:09:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/elk.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"993\" \/>\n\t<meta property=\"og:image:height\" content=\"541\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ahmet Numan AYTEM\u0130Z\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ahmet Numan AYTEM\u0130Z\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/\"},\"author\":{\"name\":\"Ahmet Numan AYTEM\u0130Z\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/ffca49efc4c30bd2bbf99cad3e3f62a6\"},\"headline\":\"Configure Logstash to Read log files Windows\",\"datePublished\":\"2020-08-23T13:48:34+00:00\",\"dateModified\":\"2020-09-18T08:09:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/\"},\"wordCount\":308,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/elk.jpg\",\"keywords\":[\"configure logstash\",\"Configure logstash on ubuntu\",\"configure logstash to read log files\",\"configure logstash to read log files windows\",\"configure winlogbeat logstash\",\"configure winlogbeat to send to logstash\",\"Configure Winlogbeat to use Logstash\",\"Start and Stop Logstash\",\"Start and Stop Logstash Service\",\"Stop and Start Logstash\",\"Stop and Start Logstash Service\"],\"articleSection\":[\"ELK\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/\",\"name\":\"Configure Logstash to Read log files Windows - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/elk.jpg\",\"datePublished\":\"2020-08-23T13:48:34+00:00\",\"dateModified\":\"2020-09-18T08:09:25+00:00\",\"description\":\"Introduction to Central Log Management with Elastic Stack -6 (Configure Logstash to Read log files)\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#primaryimage\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/elk.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/elk.jpg\",\"width\":993,\"height\":541},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configure Logstash to Read log files Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/ffca49efc4c30bd2bbf99cad3e3f62a6\",\"name\":\"Ahmet Numan AYTEM\u0130Z\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c0188b8909d8acc22c932103aa4a0bfff080cea47ff20026e44b2fde4bc42194?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c0188b8909d8acc22c932103aa4a0bfff080cea47ff20026e44b2fde4bc42194?s=96&d=mm&r=g\",\"caption\":\"Ahmet Numan AYTEM\u0130Z\"},\"url\":\"https:\/\/dbtut.com\/index.php\/author\/numanaytemiz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configure Logstash to Read log files Windows - Database Tutorials","description":"Introduction to Central Log Management with Elastic Stack -6 (Configure Logstash to Read log files)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/","og_locale":"en_US","og_type":"article","og_title":"Configure Logstash to Read log files Windows - Database Tutorials","og_description":"Introduction to Central Log Management with Elastic Stack -6 (Configure Logstash to Read log files)","og_url":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/","og_site_name":"Database Tutorials","article_published_time":"2020-08-23T13:48:34+00:00","article_modified_time":"2020-09-18T08:09:25+00:00","og_image":[{"width":993,"height":541,"url":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/elk.jpg","type":"image\/jpeg"}],"author":"Ahmet Numan AYTEM\u0130Z","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ahmet Numan AYTEM\u0130Z","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/"},"author":{"name":"Ahmet Numan AYTEM\u0130Z","@id":"https:\/\/dbtut.com\/#\/schema\/person\/ffca49efc4c30bd2bbf99cad3e3f62a6"},"headline":"Configure Logstash to Read log files Windows","datePublished":"2020-08-23T13:48:34+00:00","dateModified":"2020-09-18T08:09:25+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/"},"wordCount":308,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/elk.jpg","keywords":["configure logstash","Configure logstash on ubuntu","configure logstash to read log files","configure logstash to read log files windows","configure winlogbeat logstash","configure winlogbeat to send to logstash","Configure Winlogbeat to use Logstash","Start and Stop Logstash","Start and Stop Logstash Service","Stop and Start Logstash","Stop and Start Logstash Service"],"articleSection":["ELK"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/","url":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/","name":"Configure Logstash to Read log files Windows - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#primaryimage"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/elk.jpg","datePublished":"2020-08-23T13:48:34+00:00","dateModified":"2020-09-18T08:09:25+00:00","description":"Introduction to Central Log Management with Elastic Stack -6 (Configure Logstash to Read log files)","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#primaryimage","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/elk.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/08\/elk.jpg","width":993,"height":541},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2020\/08\/23\/configure-logstash-to-read-log-files-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"Configure Logstash to Read log files Windows"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/ffca49efc4c30bd2bbf99cad3e3f62a6","name":"Ahmet Numan AYTEM\u0130Z","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c0188b8909d8acc22c932103aa4a0bfff080cea47ff20026e44b2fde4bc42194?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c0188b8909d8acc22c932103aa4a0bfff080cea47ff20026e44b2fde4bc42194?s=96&d=mm&r=g","caption":"Ahmet Numan AYTEM\u0130Z"},"url":"https:\/\/dbtut.com\/index.php\/author\/numanaytemiz\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/16151","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/487"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=16151"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/16151\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media\/16156"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=16151"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=16151"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=16151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}