<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/elkstack-docker/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/elkstack-docker/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 26 Dec 2017 13:00:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/elkstack-docker/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Denis</title><link>https://sourceforge.net/p/elkstack-docker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -19,11 +19,14 @@

  ELK_VERSION is Elasticstack version: 6.1.0, 6.0.1 for example.
+Note: This option is ignored when deploying a stack in swarm mode with a (version 3) Compose file. The docker stack command accepts only pre-built images.
+**To run ELK-STACK in docker swarm **
+$ docker swarm init
+$ ELK_VERSION=6.1.0 docker stack deploy -c docker-compose.yml teststack1

-Example: 

-$ ELK_VERSION=6.1.0 docker stack deploy -c docker-compose.yml teststack1
- 
+**Note: This build option is ignored in docker-compose file when deploying a stack in swarm mode with a (version 3) Compose file. The docker stack command accepts only pre-built images.**
+# REF: https://docs.docker.com/compose/compose-file/#build  

 **To run docker-compose only:**

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Denis</dc:creator><pubDate>Tue, 26 Dec 2017 13:00:04 -0000</pubDate><guid>https://sourceforge.net559140b3be56ead5acf5e0f586f8017ee14fba71</guid></item><item><title>Home modified by Denis</title><link>https://sourceforge.net/p/elkstack-docker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -32,13 +32,17 @@

 We use different network driver for docker-compose.yml.default and docker-compose.yml

-Kibana URL:
-http://localhost:5601 
-
-Kibana default credentials:
-Username: kibana
-Password: changeme

 Elasticsearch URL:
 http://localhost:9200

+Starting the stack with x-pack extension:
+
+Try docker-compose up to create a Elastic Stack with Elasticsearch, Kibana, Logstash
+
+Point a browser at http://localhost:5601 to see the results.
+
+Log in with elastic / changeme.
+
+Elasticsearch URL:
+http://localhost:9200
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Denis</dc:creator><pubDate>Tue, 26 Dec 2017 12:50:08 -0000</pubDate><guid>https://sourceforge.netd5a27d39cabe97d82468755f467015ecbc6e0387</guid></item><item><title>Home modified by Denis</title><link>https://sourceforge.net/p/elkstack-docker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -27,6 +27,18 @@

 **To run docker-compose only:**

+
 $ docker-compose -f docker-compose.yml.default up

 We use different network driver for docker-compose.yml.default and docker-compose.yml
+
+Kibana URL:
+http://localhost:5601 
+
+Kibana default credentials:
+Username: kibana
+Password: changeme
+
+Elasticsearch URL:
+http://localhost:9200
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Denis</dc:creator><pubDate>Tue, 26 Dec 2017 07:20:00 -0000</pubDate><guid>https://sourceforge.netda44740077d376ab73f57d61c590a842c386b518</guid></item><item><title>Home modified by Denis</title><link>https://sourceforge.net/p/elkstack-docker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,4 +1,4 @@
-Deploy docker-elasticstack with docker stack:
+**Deploy docker-elasticstack with docker stack:**
 $ git pull
 $ git branch
 master 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Denis</dc:creator><pubDate>Thu, 21 Dec 2017 15:13:13 -0000</pubDate><guid>https://sourceforge.net54a704e2b128ac779db8fc2971fbd661b51f8835</guid></item><item><title>Home modified by Denis</title><link>https://sourceforge.net/p/elkstack-docker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -8,12 +8,16 @@

 Syntax:
  ELK_VERSION=6.1.0 docker stack deploy -c docker-compose.yml &amp;lt;stackname&amp;gt;
-# Set ELK_VERSION in .env-file
-# ELK_VERSION=6.1.0
-# to create custom docker images run
-#  docker-compose -f docker-compose.yml up
-# or 
-# docker-compose up
+
+Set ELK_VERSION in .env-file
+ ELK_VERSION=6.1.0
+
+to create custom docker images run
+ docker-compose -f docker-compose.yml up
+ or 
+docker-compose up
+
+
  ELK_VERSION is Elasticstack version: 6.1.0, 6.0.1 for example.

 Example: 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Denis</dc:creator><pubDate>Thu, 21 Dec 2017 15:13:01 -0000</pubDate><guid>https://sourceforge.net4f039f3db3e1f82a9f6fc264d1bb90b43015f2bb</guid></item><item><title>Home modified by Denis</title><link>https://sourceforge.net/p/elkstack-docker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -8,7 +8,12 @@

 Syntax:
  ELK_VERSION=6.1.0 docker stack deploy -c docker-compose.yml &amp;lt;stackname&amp;gt;
-
+# Set ELK_VERSION in .env-file
+# ELK_VERSION=6.1.0
+# to create custom docker images run
+#  docker-compose -f docker-compose.yml up
+# or 
+# docker-compose up
  ELK_VERSION is Elasticstack version: 6.1.0, 6.0.1 for example.

 Example: 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Denis</dc:creator><pubDate>Thu, 21 Dec 2017 15:11:41 -0000</pubDate><guid>https://sourceforge.net7a86716f2487db3b6f539a7b1471bab6eb6c79c6</guid></item><item><title>Home modified by Denis</title><link>https://sourceforge.net/p/elkstack-docker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -20,4 +20,4 @@

 $ docker-compose -f docker-compose.yml.default up

-Because we use different network driver for docker-compose.yml.default and docker-compose.yml
+We use different network driver for docker-compose.yml.default and docker-compose.yml
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Denis</dc:creator><pubDate>Thu, 21 Dec 2017 15:08:40 -0000</pubDate><guid>https://sourceforge.net7ce3a2adec272afa472cd459578b4434d74c7969</guid></item><item><title>Home modified by Denis</title><link>https://sourceforge.net/p/elkstack-docker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -14,3 +14,10 @@
 Example:

 $ ELK_VERSION=6.1.0 docker stack deploy -c docker-compose.yml teststack1
+ 
+
+**To run docker-compose only:**
+
+$ docker-compose -f docker-compose.yml.default up
+
+Because we use different network driver for docker-compose.yml.default and docker-compose.yml
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Denis</dc:creator><pubDate>Thu, 21 Dec 2017 14:51:52 -0000</pubDate><guid>https://sourceforge.net7fcfe3aa70b2598fab5d283dbd9df6f414e23a11</guid></item><item><title>Home modified by Denis</title><link>https://sourceforge.net/p/elkstack-docker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,16 @@
-Welcome to your wiki!
+Deploy docker-elasticstack with docker stack:
+$ git pull
+$ git branch
+master 
+x-pack
+$ git checkout -t x-pack
+$ git pull

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Syntax:
+ ELK_VERSION=6.1.0 docker stack deploy -c docker-compose.yml &amp;lt;stackname&amp;gt;

-The wiki uses [Markdown](/p/elkstack-docker/wiki/markdown_syntax/) syntax.
+ ELK_VERSION is Elasticstack version: 6.1.0, 6.0.1 for example.

-[[members limit=20]]
-[[download_button]]
+Example: 
+
+$ ELK_VERSION=6.1.0 docker stack deploy -c docker-compose.yml teststack1
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Denis</dc:creator><pubDate>Thu, 21 Dec 2017 14:46:19 -0000</pubDate><guid>https://sourceforge.netea519317090635477b75396169484771be2c93e0</guid></item><item><title>Home modified by Denis</title><link>https://sourceforge.net/p/elkstack-docker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/elkstack-docker/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/denissan/"&gt;Denis&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-5a33b1213bfd810d3136bca1" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Denis</dc:creator><pubDate>Fri, 15 Dec 2017 11:25:21 -0000</pubDate><guid>https://sourceforge.netb2cef28fe913001600279dff3c27fa8d5b98d818</guid></item></channel></rss>