This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 523bfc7  Site checkin for project PLC4X: Jenkins Tools
523bfc7 is described below

commit 523bfc779c28fd571466c1fab80d87480ad29b0d
Author: jenkins <[email protected]>
AuthorDate: Tue May 25 09:11:32 2021 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 developers/building.html                    |   7 +-
 developers/preparing/index.html             |  13 +-
 developers/release/release.html             |  18 +-
 index.html                                  |  14 --
 sitemap.html                                |   4 +-
 users/adopters.html                         |   3 -
 users/blogs-videos-and-slides.html          |   3 -
 users/commercial-support.html               |   3 -
 users/download.html                         |   3 -
 users/getting-started/general-concepts.html |   3 -
 users/getting-started/plc4go.html           |   3 -
 users/getting-started/plc4j.html            |   3 -
 users/getting-started/virtual-modbus.html   |   3 -
 users/gettingstarted.html                   |   3 -
 users/index.html                            |  17 --
 users/industry40.html                       |   3 -
 users/integrations/apache-calcite.html      |   3 -
 users/integrations/apache-camel.html        |   3 -
 users/integrations/apache-edgent.html       |   3 -
 users/integrations/apache-iotdb.html        |   3 -
 users/integrations/apache-kafka.html        |   3 -
 users/integrations/apache-nifi.html         |   3 -
 users/integrations/apache-streampipes.html  |   3 -
 users/integrations/eclipse-ditto.html       |   3 -
 users/integrations/eclipse-milo.html        |   3 -
 users/integrations/elastic-logstash.html    | 336 ----------------------------
 users/integrations/index.html               |   3 -
 users/preparing-issues.html                 |   3 -
 users/protocols/ab-eth.html                 |   3 -
 users/protocols/ads.html                    |   3 -
 users/protocols/bacnetip.html               |   3 -
 users/protocols/canopen.html                |   3 -
 users/protocols/deltav.html                 |   3 -
 users/protocols/df1.html                    |   3 -
 users/protocols/ethernet-ip.html            |   3 -
 users/protocols/firmata.html                |   3 -
 users/protocols/index.html                  |   3 -
 users/protocols/knxnetip.html               |   3 -
 users/protocols/modbus.html                 |   3 -
 users/protocols/opc-ua.html                 |   3 -
 users/protocols/s7.html                     |   3 -
 users/protocols/simulated.html              |   3 -
 users/security.html                         |   3 -
 users/tools/capture-replay.html             |   3 -
 users/tools/connection-cache.html           |   3 -
 users/tools/connection-pool.html            |   3 -
 users/tools/index.html                      |   3 -
 users/tools/opm.html                        |   3 -
 users/tools/scraper.html                    |   3 -
 users/tools/testing.html                    |   3 -
 users/transports/index.html                 |   3 -
 users/transports/pcap-replay.html           |   3 -
 users/transports/raw-socket.html            |   3 -
 users/transports/serial.html                |   3 -
 users/transports/socketcan.html             |   3 -
 users/transports/tcp.html                   |   3 -
 users/transports/udp.html                   |   3 -
 57 files changed, 18 insertions(+), 541 deletions(-)

diff --git a/developers/building.html b/developers/building.html
index 66ddf48..ef44ea1 100644
--- a/developers/building.html
+++ b/developers/building.html
@@ -359,9 +359,6 @@ Currently when enabling the <code>with-python</code> 
module, you are required to
 <p><code>with-docker</code> : Some modules also provide the means to build 
<code>Docker</code> images. By enabling this profile these images are 
automatically built too</p>
 </li>
 <li>
-<p><code>with-logstash</code> : Builds the <code>Elastic Logstash</code> 
integration. Unfortunately Elasic has never released the core libraries 
publicly so we need to then also build <code>Logstash</code> locally. As soon 
as these core libraries are officially released in <code>Maven-Central</code>, 
this profile will be removed again.</p>
-</li>
-<li>
 <p><code>with-boost</code> : Builds a <code>C</code>/<code>C` Library used by 
both the `Apache Thrift` build as well as the `C</code> drivers. Unfortunately 
this is an extremely intense build so we have setup the PLC4X build to only 
require this profile to be activated once. If the resulting artifacts are 
installed in your <code>Maven-Local-Repo</code>, these will be re-used.</p>
 </li>
 </ul>
@@ -387,7 +384,7 @@ Currently when enabling the <code>with-python</code> 
module, you are required to
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>mvn -P 
with-boost,with-cpp,with-docker,with-dotnet,with-logstash,with-sandbox,with-logstash,with-proxies,with-python,with-sandbox
 install</pre>
+<pre>mvn -P 
with-boost,with-cpp,with-docker,with-dotnet,with-sandbox,with-logstash,with-proxies,with-python,with-sandbox
 install</pre>
 </div>
 </div>
 <div class="paragraph">
@@ -398,7 +395,7 @@ Currently when enabling the <code>with-python</code> 
module, you are required to
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>mvn -P 
with-boost,with-cpp,with-docker,with-dotnet,with-logstash,with-sandbox,with-logstash,with-proxies,with-python,with-sandbox
 install -DskipTests</pre>
+<pre>mvn -P 
with-boost,with-cpp,with-docker,with-dotnet,with-sandbox,with-logstash,with-proxies,with-python,with-sandbox
 install -DskipTests</pre>
 </div>
 </div>
 <div class="paragraph">
diff --git a/developers/preparing/index.html b/developers/preparing/index.html
index a4b254f..9de0828 100644
--- a/developers/preparing/index.html
+++ b/developers/preparing/index.html
@@ -230,8 +230,8 @@
 <p>Building a project like Apache PLC4X on multiple target operating-systems 
is quite a challenge, but I think we managed to make it as simple as 
possible.</p>
 </div>
 <div class="paragraph">
-<p>However when building PLC4X there are some requirements the build is 
expecting you to have provided.
-However this greatly depends on which parts you want to build.
+<p>However, when building PLC4X there are some requirements the build is 
expecting you to have provided.
+However, this greatly depends on which parts you want to build.
 The <code>Java</code> modules hereby probably have the least demanding 
requirements.</p>
 </div>
 <div class="paragraph">
@@ -239,8 +239,7 @@ The <code>Java</code> modules hereby probably have the 
least demanding requireme
 Some integration modules and some other languages however may add some 
additional constraints to this.</p>
 </div>
 <div class="paragraph">
-<p>For example if you are using the <code>with-logstash</code> module to build 
the Logstash integration, you are required to use <code>Java 8</code> to 
<code>Java 11</code>, below and above doesn&#8217;t work.
-On the other side as soon as you&#8217;re building with the 
<code>with-c</code>, <code>with-cpp</code> or <code>with-proxies</code> you 
need to use at least <code>Java 11</code> as the 
<code>cmake-maven-plugin</code> requires at least this version.</p>
+<p>As soon as you&#8217;re building with the <code>with-c</code>, 
<code>with-cpp</code> or <code>with-proxies</code> you need to use at least 
<code>Java 11</code> as the <code>cmake-maven-plugin</code> requires at least 
this version.</p>
 </div>
 <div class="admonitionblock tip">
 <table>
@@ -249,7 +248,7 @@ On the other side as soon as you&#8217;re building with the 
<code>with-c</code>,
 <div class="title">Tip</div>
 </td>
 <td class="content">
-Currently Java 11 is the sweet-spot for being able to build all parts of PLC4X.
+Currently, Java 11 is the sweet-spot for being able to build all parts of 
PLC4X.
 </td>
 </tr>
 </table>
@@ -269,7 +268,7 @@ We have tested the build with Java 8 up to Java 14 (Latest 
version at the time o
 <div class="paragraph">
 <p>If a new version comes out, please give us a little time to verify and 
handle any related issues.
 We&#8217;ll probably fix them as soon as possible.
-However in the past with Oracle&#8217;s new release strategy, there have been 
a few bumps on the road.</p>
+However, in the past with Oracle&#8217;s new release strategy, there have been 
a few bumps on the road.</p>
 </div>
 <div class="paragraph">
 <p>Also will PLC4X build with any Maven version starting with <code>Maven 
3.3.0</code> however the <code>with-c</code>, <code>with-cpp</code> and 
<code>with-proxies</code> profiles require at least <code>Maven 3.6</code> as 
the <code>cmake-maven-plugin</code> requires this.</p>
@@ -387,7 +386,7 @@ Currently Maven 3.6 and above is required for being able to 
build all parts of P
 <p><a href="linux.html">Linux</a></p>
 </li>
 <li>
-<p><a href="macos.html">Mac OS</a></p>
+<p><a href="macos.html">MacOS</a></p>
 </li>
 <li>
 <p><a href="windows.html">Windows</a></p>
diff --git a/developers/release/release.html b/developers/release/release.html
index 027aa7e..4dae04e 100644
--- a/developers/release/release.html
+++ b/developers/release/release.html
@@ -255,7 +255,7 @@ Please be sure to execute the release with a Java version 
between 1.8 and 11 or
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>   mvn release:branch -P 
with-boost,with-c,with-docker,with-dotnet,with-go,with-logstash,with-python,with-sandbox
 -DbranchName=rel/{current-short-version}</pre>
+<pre>   mvn release:branch -P 
with-boost,with-c,with-docker,with-dotnet,with-go,with-python,with-sandbox 
-DbranchName=rel/{current-short-version}</pre>
 </div>
 </div>
 <div class="ulist checklist">
@@ -270,7 +270,7 @@ Please be sure to execute the release with a Java version 
between 1.8 and 11 or
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>   mvn release:prepare -P 
with-boost,with-c,with-docker,with-dotnet,with-go,with-logstash,with-python,with-sandbox</pre>
+<pre>   mvn release:prepare -P 
with-boost,with-c,with-docker,with-dotnet,with-go,with-python,with-sandbox</pre>
 </div>
 </div>
 <div class="ulist checklist">
@@ -282,7 +282,7 @@ Please be sure to execute the release with a Java version 
between 1.8 and 11 or
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>   mvn release:perform 
-DreleaseProfiles=apache-release,with-logstash</pre>
+<pre>   mvn release:perform -DreleaseProfiles=apache-release</pre>
 </div>
 </div>
 <div class="ulist checklist">
@@ -471,7 +471,7 @@ Otherwise, the non-default modules on develop will 
reference the old version whi
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>mvn release:branch -P 
with-boost,with-c,with-cpp,with-docker,with-dotnet,with-go,with-logstash,with-python,with-sandbox
 -DbranchName=rel/{minor-version}</pre>
+<pre>mvn release:branch -P 
with-boost,with-c,with-cpp,with-docker,with-dotnet,with-go,with-python,with-sandbox
 -DbranchName=rel/{minor-version}</pre>
 </div>
 </div>
 <div class="paragraph">
@@ -480,7 +480,7 @@ So in case of preparing the release branch for 
<code>0.9.0-SNAPSHOT</code> the c
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>   mvn release:branch -P 
with-boost,with-c,with-cpp,with-docker,with-dotnet,with-go,with-logstash,with-python,with-sandbox
 -DbranchName=rel/0.9</pre>
+<pre>   mvn release:branch -P 
with-boost,with-c,with-cpp,with-docker,with-dotnet,with-go,with-python,with-sandbox
 -DbranchName=rel/0.9</pre>
 </div>
 </div>
 <div class="paragraph">
@@ -572,11 +572,11 @@ In order to prepare a release-candidate, the first step 
is switching to the corr
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>mvn release:prepare -P 
with-boost,with-c,with-docker,with-dotnet,with-go,with-logstash,with-python,with-sandbox</pre>
+<pre>mvn release:prepare -P 
with-boost,with-c,with-docker,with-dotnet,with-go,with-python,with-sandbox</pre>
 </div>
 </div>
 <div class="paragraph">
-<p>(The <code>-P 
with-boost,with-c,with-docker,with-dotnet,with-go,with-logstash,with-python,with-sandbox</code>
 tells maven to activate the all profiles that partition the build and makes 
sure the versions of all modules are updated as part of the release)
+<p>(The <code>-P 
with-boost,with-c,with-docker,with-dotnet,with-go,with-python,with-sandbox</code>
 tells maven to activate the all profiles that partition the build and makes 
sure the versions of all modules are updated as part of the release)
 In general the plugin will now ask you 3 questions:</p>
 </div>
 <div class="olist arabic">
@@ -705,7 +705,7 @@ If the commit history doesn&#8217;t look like this, 
something went wrong.
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>mvn release:perform -DreleaseProfiles=apache-release,with-logstash</pre>
+<pre>mvn release:perform -DreleaseProfiles=apache-release</pre>
 </div>
 </div>
 <div class="paragraph">
@@ -717,7 +717,7 @@ Here it automatically executes a maven build (You 
don&#8217;t have to do this, i
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>mvn clean deploy -P apache-release,with-logstash</pre>
+<pre>mvn clean deploy -P apache-release</pre>
 </div>
 </div>
 <div class="paragraph">
diff --git a/index.html b/index.html
index c8ecac9..3a4f8cc 100644
--- a/index.html
+++ b/index.html
@@ -278,20 +278,6 @@
                                        </div>
                                    </div>
                                </div>
-                               <div class="carousel-item">
-                                   <div class="col-md-12 col-lg-4">
-                                       <div class="card h-100 p-5 
justify-content-center"
-                                            
onclick="location.href='https://www.elastic.co/products/logstash';"
-                                            style="cursor:pointer;">
-                                           <div class="d-flex 
align-items-center justify-content-center h-100">
-                                               <img 
src="images/integrations/elastic_logstash_logo.png" alt="Card image cap">
-                                           </div>
-                                           <div class="card-body">
-                                               <h5 
class="card-title"><b>Elastic Logstash</b></h5>
-                                           </div>
-                                       </div>
-                                   </div>
-                               </div>
                            </div>
                            <a class="carousel-control-prev" 
href="#integrationCarousel" role="button" data-slide="prev">
                                <span class="carousel-control-prev-icon" 
aria-hidden="true"></span>
diff --git a/sitemap.html b/sitemap.html
index 3badfe6..f8087be 100644
--- a/sitemap.html
+++ b/sitemap.html
@@ -216,9 +216,7 @@
 
 <li><a href="users/integrations/eclipse-ditto.html">Eclipse Ditto</a></li>
 
-<li><a href="users/integrations/eclipse-milo.html">Eclipse Milo OPC UA 
Server</a></li>
-
-<li><a href="users/integrations/elastic-logstash.html">Elastic 
Logstash</a></li></ul></li>
+<li><a href="users/integrations/eclipse-milo.html">Eclipse Milo OPC UA 
Server</a></li></ul></li>
 
 <li><a href="users/tools/index.html">Tools</a>
 
diff --git a/users/adopters.html b/users/adopters.html
index 33327a4..1044c4a 100644
--- a/users/adopters.html
+++ b/users/adopters.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a href="../users/integrations/eclipse-milo.html" 
class="nav-link">Eclipse Milo OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/blogs-videos-and-slides.html 
b/users/blogs-videos-and-slides.html
index 498eba8..cea6b8c 100644
--- a/users/blogs-videos-and-slides.html
+++ b/users/blogs-videos-and-slides.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a href="../users/integrations/eclipse-milo.html" 
class="nav-link">Eclipse Milo OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/commercial-support.html b/users/commercial-support.html
index 529e0fc..b07cddd 100644
--- a/users/commercial-support.html
+++ b/users/commercial-support.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a href="../users/integrations/eclipse-milo.html" 
class="nav-link">Eclipse Milo OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/download.html b/users/download.html
index d295068..1099c25 100644
--- a/users/download.html
+++ b/users/download.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a href="../users/integrations/eclipse-milo.html" 
class="nav-link">Eclipse Milo OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/getting-started/general-concepts.html 
b/users/getting-started/general-concepts.html
index d9ba22b..0a32e8b 100644
--- a/users/getting-started/general-concepts.html
+++ b/users/getting-started/general-concepts.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/getting-started/plc4go.html 
b/users/getting-started/plc4go.html
index b9b048e..092356f 100644
--- a/users/getting-started/plc4go.html
+++ b/users/getting-started/plc4go.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/getting-started/plc4j.html b/users/getting-started/plc4j.html
index 5d04e1b..39b404b 100644
--- a/users/getting-started/plc4j.html
+++ b/users/getting-started/plc4j.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/getting-started/virtual-modbus.html 
b/users/getting-started/virtual-modbus.html
index 097c2a7..f2b8427 100644
--- a/users/getting-started/virtual-modbus.html
+++ b/users/getting-started/virtual-modbus.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/gettingstarted.html b/users/gettingstarted.html
index 2e290c7..a8cc191 100644
--- a/users/gettingstarted.html
+++ b/users/gettingstarted.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a href="../users/integrations/eclipse-milo.html" 
class="nav-link">Eclipse Milo OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/index.html b/users/index.html
index c65f2db..40a7a7c 100644
--- a/users/index.html
+++ b/users/index.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a href="../users/integrations/eclipse-milo.html" 
class="nav-link">Eclipse Milo OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
@@ -603,20 +600,6 @@
                                     </div>
                                 </div>
                             </div>
-                            <div class="carousel-item">
-                                <div class="col-md-12 col-lg-4">
-                                    <div class="card h-100 p-5 
justify-content-center"
-                                         
onclick="location.href='integrations/elastic-logstash.html';"
-                                         style="cursor:pointer;">
-                                        <div class="d-flex align-items-center 
justify-content-center h-100">
-                                            <img 
src="../images/integrations/elastic_logstash_logo.png" alt="Card image cap">
-                                        </div>
-                                        <div class="card-body">
-                                            <h5 class="card-title"><b>Elastic 
Logstashâ„¢</b></h5>
-                                        </div>
-                                    </div>
-                                </div>
-                            </div>
                         </div>
                         <a class="carousel-control-prev" 
href="#integrationCarousel" role="button" data-slide="prev">
                             <span class="carousel-control-prev-icon" 
aria-hidden="true"></span>
diff --git a/users/industry40.html b/users/industry40.html
index a57984f..faeda47 100644
--- a/users/industry40.html
+++ b/users/industry40.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a href="../users/integrations/eclipse-milo.html" 
class="nav-link">Eclipse Milo OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/integrations/apache-calcite.html 
b/users/integrations/apache-calcite.html
index 2acdacb..aff534d 100644
--- a/users/integrations/apache-calcite.html
+++ b/users/integrations/apache-calcite.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/integrations/apache-camel.html 
b/users/integrations/apache-camel.html
index 2a8a5b5..0114c63 100644
--- a/users/integrations/apache-camel.html
+++ b/users/integrations/apache-camel.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/integrations/apache-edgent.html 
b/users/integrations/apache-edgent.html
index 90ad2f2..7ad7599 100644
--- a/users/integrations/apache-edgent.html
+++ b/users/integrations/apache-edgent.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/integrations/apache-iotdb.html 
b/users/integrations/apache-iotdb.html
index 036ebb6..c6adf02 100644
--- a/users/integrations/apache-iotdb.html
+++ b/users/integrations/apache-iotdb.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/integrations/apache-kafka.html 
b/users/integrations/apache-kafka.html
index 1fd4725..2817d0b 100644
--- a/users/integrations/apache-kafka.html
+++ b/users/integrations/apache-kafka.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/integrations/apache-nifi.html 
b/users/integrations/apache-nifi.html
index 8f1eee6..c8e4a37 100644
--- a/users/integrations/apache-nifi.html
+++ b/users/integrations/apache-nifi.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/integrations/apache-streampipes.html 
b/users/integrations/apache-streampipes.html
index aaeaf17..5fe4b30 100644
--- a/users/integrations/apache-streampipes.html
+++ b/users/integrations/apache-streampipes.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/integrations/eclipse-ditto.html 
b/users/integrations/eclipse-ditto.html
index f8d47f3..72e716d 100644
--- a/users/integrations/eclipse-ditto.html
+++ b/users/integrations/eclipse-ditto.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/integrations/eclipse-milo.html 
b/users/integrations/eclipse-milo.html
index 55f5dfd..734b22c 100644
--- a/users/integrations/eclipse-milo.html
+++ b/users/integrations/eclipse-milo.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <strong class="nav-link">Eclipse Milo OPC UA 
Server</strong>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/integrations/elastic-logstash.html 
b/users/integrations/elastic-logstash.html
deleted file mode 100644
index d66c030..0000000
--- a/users/integrations/elastic-logstash.html
+++ /dev/null
@@ -1,336 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-
-    
-
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head>
-                            <meta http-equiv="Content-Type" 
content="text/html; charset=UTF-8"/>
-    <title>PLC4X &#x2013; </title>
-    <script src="../../js/jquery.slim.min.js" type="text/javascript"></script>
-    <!--script src="../../js/popper.min.js" type="javascript"></script-->
-    <script src="../../js/bootstrap.bundle.min.js" 
type="text/javascript"></script>
-    <!-- The tooling for adding images and links to Apache events -->
-    <script src="https://www.apachecon.com/event-images/snippet.js"; 
type="text/javascript"></script>
-    <!-- FontAwesome -->
-    <link rel="stylesheet" href="../../css/all.min.css" type="text/css"/>
-    <!-- Bootstrap -->
-    <link rel="stylesheet" href="../../css/bootstrap.min.css" type="text/css"/>
-    <!-- Some Maven Site defaults -->
-    <link rel="stylesheet" href="../../css/maven-base.css" type="text/css"/>
-    <link rel="stylesheet" href="../../css/maven-theme.css" type="text/css"/>
-    <!-- The PLC4X version of a bootstrap theme -->
-    <link rel="stylesheet" href="../../css/themes/plc4x.css" type="text/css" 
id="pagestyle"/>
-    <!-- A custom style for printing content -->
-    <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print"/>
-
-            <meta http-equiv="Content-Language" content="en"/>
-            
-</head>
-<body class="composite">
-<nav class="navbar navbar-light navbar-expand-md bg-faded 
justify-content-center border-bottom">
-    <!--a href="/" class="navbar-brand d-flex w-50 mr-auto">Navbar 3</a-->
-    <a href="https://plc4x.apache.org/"; id="bannerLeft"><img 
src="../../images/apache_plc4x_logo_small.png"  alt="Apache PLC4X"/></a>
-    <button class="navbar-toggler" type="button" data-toggle="collapse" 
data-target="#collapsingNavbar3">
-        <span class="navbar-toggler-icon"></span>
-    </button>
-    <div class="navbar-collapse collapse w-100" id="collapsingNavbar3">
-        <ul class="navbar-nav w-100 justify-content-center">
-                        <li class="nav-item">
-                            <a class="nav-link" 
href="../../index.html">Home</a>
-            </li>
-                                                                               
 <li class="nav-item active">
-                                    <a class="nav-link" 
href="../../users/index.html">Users</a>
-                </li>
-                                            <li class="nav-item">
-                                    <a class="nav-link" 
href="../../developers/index.html">Developers</a>
-                </li>
-                                            <li class="nav-item">
-                                    <a class="nav-link" 
href="../../apache/index.html">Apache</a>
-                </li>
-                    </ul>
-        <ul class="nav navbar-nav ml-auto justify-content-end">
-            <li class="nav-item row valign-middle">
-                <a class="acevent" data-format="wide" data-mode="light" 
data-event="random" style="width:240px;height:60px;"></a>
-            </li>
-        </ul>
-    </div>
-</nav>
-<div class="container-fluid">
-    <div class="row h-100">
-                                            
-                                                                    
-                                                                               
                     <nav class="col-sm-push col-md-2 pt-3 sidebar">
-                    <div class="sidebar-sticky">
-                    <ul class="nav flex-column">
-                                                            <li 
class="nav-item">
-                            <a href="../../users/index.html" 
class="nav-link">Section Home</a>
-                            </li>
-                                
-                                                                    
-                                                                <li 
class="nav-item">
-                            <a href="../../users/download.html" 
class="nav-link">Download</a>
-                            </li>
-                                
-                                                                    
-                                                                <li 
class="nav-item">
-                            <a href="../../users/adopters.html" 
class="nav-link">Adopters</a>
-                            </li>
-                                
-                                                                    
-                                            
-                                                                    
-                                                                <li 
class="nav-item">
-                            <a href="../../users/commercial-support.html" 
class="nav-link">Commercial support</a>
-                            </li>
-                                
-                                                                    
-                                                                <li 
class="nav-item">
-                            <a href="../../users/gettingstarted.html" 
class="nav-link">Getting Started</a>
-                                    <ul class="flex-column pl-4 nav">
-                                            <li class="nav-item">
-                            <a href="../../users/getting-started/plc4go.html" 
class="nav-link">Go</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/getting-started/plc4j.html" 
class="nav-link">Java</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/getting-started/general-concepts.html" 
class="nav-link">General Concepts</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/getting-started/virtual-modbus.html" class="nav-link">Virtual 
Modbus</a>
-                            </li>
-                            </ul>
-            </li>
-                                
-                                                                    
-                                                                <li 
class="nav-item">
-                            <a href="../../users/blogs-videos-and-slides.html" 
class="nav-link">Blogs, Videos and Slides</a>
-                            </li>
-                                
-                                                                    
-                                                                <li 
class="nav-item">
-                            <a href="../../users/protocols/index.html" 
class="nav-link">Protocols</a>
-                                    <ul class="flex-column pl-4 nav">
-                                            <li class="nav-item">
-                            <a href="../../users/protocols/ab-eth.html" 
class="nav-link">AB-ETH</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/protocols/ads.html" 
class="nav-link">ADS/AMS</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/protocols/bacnetip.html" 
class="nav-link">BACnet/IP</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/protocols/canopen.html" 
class="nav-link">CANopen</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/protocols/deltav.html" 
class="nav-link">DeltaV</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/protocols/df1.html" 
class="nav-link">DF1</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/protocols/ethernet-ip.html" 
class="nav-link">EtherNet/IP</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/protocols/firmata.html" 
class="nav-link">Firmata</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/protocols/knxnetip.html" 
class="nav-link">KNXnet/IP</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/protocols/modbus.html" 
class="nav-link">Modbus</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/protocols/opc-ua.html" 
class="nav-link">OPC UA</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/protocols/s7.html" 
class="nav-link">S7 (Step7)</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/protocols/simulated.html" 
class="nav-link">Simulated</a>
-                            </li>
-                            </ul>
-            </li>
-                                
-                                                                    
-                                                                <li 
class="nav-item">
-                            <a href="../../users/transports/index.html" 
class="nav-link">Transports</a>
-                                    <ul class="flex-column pl-4 nav">
-                                            <li class="nav-item">
-                            <a href="../../users/transports/tcp.html" 
class="nav-link">TCP</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/transports/udp.html" 
class="nav-link">UDP</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/transports/serial.html" 
class="nav-link">Serial</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/transports/socketcan.html" 
class="nav-link">SocketCAN</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/transports/raw-socket.html" 
class="nav-link">Raw Socket</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/transports/pcap-replay.html" 
class="nav-link">PCAP Replay</a>
-                            </li>
-                            </ul>
-            </li>
-                                
-                                                                    
-                                                                <li 
class="nav-item">
-                            <a href="../../users/integrations/index.html" 
class="nav-link">Integrations</a>
-                                    <ul class="flex-column pl-4 nav">
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/apache-calcite.html" class="nav-link">Apache 
Calcite</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/apache-camel.html" class="nav-link">Apache 
Camel</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/apache-edgent.html" class="nav-link">Apache 
Edgent</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/apache-iotdb.html" class="nav-link">Apache 
IoTDB</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/apache-kafka.html" class="nav-link">Apache 
Kafka</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/apache-nifi.html" class="nav-link">Apache 
NiFi</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/apache-streampipes.html" class="nav-link">Apache 
StreamPipes</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/eclipse-ditto.html" class="nav-link">Eclipse 
Ditto</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
-                            </li>
-                                            <li class="nav-item">
-                            <strong class="nav-link">Elastic Logstash</strong>
-                            </li>
-                            </ul>
-            </li>
-                                
-                                                                    
-                                                                <li 
class="nav-item">
-                            <a href="../../users/tools/index.html" 
class="nav-link">Tools</a>
-                                    <ul class="flex-column pl-4 nav">
-                                            <li class="nav-item">
-                            <a href="../../users/tools/capture-replay.html" 
class="nav-link">Capture Replay</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/tools/connection-pool.html" 
class="nav-link">Connection Pool</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/tools/connection-cache.html" 
class="nav-link">Connection Cache</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/tools/opm.html" 
class="nav-link">Object PLC Mapping (OPM)</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/tools/scraper.html" 
class="nav-link">Scraper</a>
-                            </li>
-                                            <li class="nav-item">
-                            <a href="../../users/tools/testing.html" 
class="nav-link">PLC4X without a PLC and Unit Testing</a>
-                            </li>
-                            </ul>
-            </li>
-                                
-                                                                    
-                                                                <li 
class="nav-item">
-                            <a href="../../users/industry40.html" 
class="nav-link">Industry 4.0 with Apache</a>
-                            </li>
-                                
-                                                                    
-                                                                <li 
class="nav-item">
-                            <a href="../../users/security.html" 
class="nav-link">Security</a>
-                            </li>
-                                                    
-                                                                    
-                                            
-                                                                    
-                                            
-                                                                    
-                                            
-                                                                    
-                                            
-                                                                    
-                                            
-                                                                    
-                                            
-                                                                    
-                                            
-                                                                    
-                                            
-                                                                    
-                                            
-                                                                    
-                                            
-                                                                    
-                                                                
-                                    
-                                            
-                                    
-                                            
-                                    
-                                            
-                                    
-                                            
-                                    
-                                                    </ul>
-        </div>
-        </nav>
-                                            <main role="main" 
class="ml-sm-auto px-4 col-sm-pull col-md-9 col-lg-10 h-100">
-            <div class="sect1">
-<h2 id="elastic_logstash">Elastic Logstash</h2>
-<div class="sectionbody">
-
-</div>
-</div>
-        </main>
-        <footer class="pt-4 my-md-5 pt-md-5 w-100 border-top">
-            <div class="row justify-content-md-center" style="font-size: 13px">
-                <div class="col col-6 text-center">
-                                    Copyright &#169;      2017&#x2013;2021 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>.
-All rights reserved.<br/>
-                    Apache PLC4X, PLC4X, Apache, the Apache feather logo, and 
the Apache PLC4X project logo are either registered trademarks or trademarks of 
The Apache Software Foundation in the United States and other countries. All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
-                                        <br/><div 
style="text-align:center;">Home screen image taken from <a
-                        href="https://flic.kr/p/chEftd";>Flickr</a>, "Tesla 
Robot Dance" by Steve Jurvetson, licensed
-                    under <a 
href="https://creativecommons.org/licenses/by/2.0/";>CC BY 2.0 Generic</a>, 
image cropped
-                    and blur effect added.</div>
-                                </div>
-            </div>
-        </footer>
-    </div>
-</div>
-
-<!-- Bootstrap core JavaScript
-================================================== -->
-<!-- Placed at the end of the document so the pages load faster -->
-<script src="../../js/jquery.slim.min.js"></script>
-<script src="../../js/popper.min.js"></script>
-<script src="../../js/bootstrap.min.js"></script>
-<script type="text/javascript">
-    $('.carousel .carousel-item').each(function(){
-        var next = $(this).next();
-        if (!next.length) {
-            next = $(this).siblings(':first');
-        }
-        next.children(':first-child').clone().appendTo($(this));
-
-        for (let i = 0; i < 3; i++) {
-            next=next.next();
-            if (!next.length) {
-                next = $(this).siblings(':first');
-            }
-            next.children(':first-child').clone().appendTo($(this));
-        }
-    });
-</script>
-</body>
-</html>
\ No newline at end of file
diff --git a/users/integrations/index.html b/users/integrations/index.html
index ed0d9e7..650265f 100644
--- a/users/integrations/index.html
+++ b/users/integrations/index.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/preparing-issues.html b/users/preparing-issues.html
index 232e1ab..ee1a1a7 100644
--- a/users/preparing-issues.html
+++ b/users/preparing-issues.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a href="../users/integrations/eclipse-milo.html" 
class="nav-link">Eclipse Milo OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/ab-eth.html b/users/protocols/ab-eth.html
index 45698db..96503a4 100644
--- a/users/protocols/ab-eth.html
+++ b/users/protocols/ab-eth.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/ads.html b/users/protocols/ads.html
index b5bd6bd..67597b4 100644
--- a/users/protocols/ads.html
+++ b/users/protocols/ads.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/bacnetip.html b/users/protocols/bacnetip.html
index 8a25925..eca174c 100644
--- a/users/protocols/bacnetip.html
+++ b/users/protocols/bacnetip.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/canopen.html b/users/protocols/canopen.html
index 10b991d..1068cae 100644
--- a/users/protocols/canopen.html
+++ b/users/protocols/canopen.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/deltav.html b/users/protocols/deltav.html
index e5c0243..2847b18 100644
--- a/users/protocols/deltav.html
+++ b/users/protocols/deltav.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/df1.html b/users/protocols/df1.html
index b45593b..5f9ae84 100644
--- a/users/protocols/df1.html
+++ b/users/protocols/df1.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/ethernet-ip.html b/users/protocols/ethernet-ip.html
index ca95ea7..c5a061a 100644
--- a/users/protocols/ethernet-ip.html
+++ b/users/protocols/ethernet-ip.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/firmata.html b/users/protocols/firmata.html
index 69315da..a328a19 100644
--- a/users/protocols/firmata.html
+++ b/users/protocols/firmata.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/index.html b/users/protocols/index.html
index e64ded5..a9cebaa 100644
--- a/users/protocols/index.html
+++ b/users/protocols/index.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/knxnetip.html b/users/protocols/knxnetip.html
index 86a6be9..ac7ff85 100644
--- a/users/protocols/knxnetip.html
+++ b/users/protocols/knxnetip.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/modbus.html b/users/protocols/modbus.html
index 3993ad9..4a683fe 100644
--- a/users/protocols/modbus.html
+++ b/users/protocols/modbus.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/opc-ua.html b/users/protocols/opc-ua.html
index 48c3255..69549e6 100644
--- a/users/protocols/opc-ua.html
+++ b/users/protocols/opc-ua.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/s7.html b/users/protocols/s7.html
index ef2a714..612769a 100644
--- a/users/protocols/s7.html
+++ b/users/protocols/s7.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/protocols/simulated.html b/users/protocols/simulated.html
index 4db965b..56396f0 100644
--- a/users/protocols/simulated.html
+++ b/users/protocols/simulated.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/security.html b/users/security.html
index f120e7b..550f03b 100644
--- a/users/security.html
+++ b/users/security.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a href="../users/integrations/eclipse-milo.html" 
class="nav-link">Eclipse Milo OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/tools/capture-replay.html b/users/tools/capture-replay.html
index 6b45d12..1cfa86a 100644
--- a/users/tools/capture-replay.html
+++ b/users/tools/capture-replay.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/tools/connection-cache.html 
b/users/tools/connection-cache.html
index 3b5d0ee..ed2f7e6 100644
--- a/users/tools/connection-cache.html
+++ b/users/tools/connection-cache.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/tools/connection-pool.html b/users/tools/connection-pool.html
index 85ffec4..f85f14b 100644
--- a/users/tools/connection-pool.html
+++ b/users/tools/connection-pool.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/tools/index.html b/users/tools/index.html
index ed316cb..8c0dfa8 100644
--- a/users/tools/index.html
+++ b/users/tools/index.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/tools/opm.html b/users/tools/opm.html
index e43c372..785bc42 100644
--- a/users/tools/opm.html
+++ b/users/tools/opm.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/tools/scraper.html b/users/tools/scraper.html
index c1764be..b344974 100644
--- a/users/tools/scraper.html
+++ b/users/tools/scraper.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/tools/testing.html b/users/tools/testing.html
index d813180..4602c36 100644
--- a/users/tools/testing.html
+++ b/users/tools/testing.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/transports/index.html b/users/transports/index.html
index be39438..c881705 100644
--- a/users/transports/index.html
+++ b/users/transports/index.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/transports/pcap-replay.html 
b/users/transports/pcap-replay.html
index 93fd340..8dbba43 100644
--- a/users/transports/pcap-replay.html
+++ b/users/transports/pcap-replay.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/transports/raw-socket.html b/users/transports/raw-socket.html
index c607a2b..efb946a 100644
--- a/users/transports/raw-socket.html
+++ b/users/transports/raw-socket.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/transports/serial.html b/users/transports/serial.html
index cc5d2e6..c6bdb1b 100644
--- a/users/transports/serial.html
+++ b/users/transports/serial.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/transports/socketcan.html b/users/transports/socketcan.html
index a8f3096..4213ff4 100644
--- a/users/transports/socketcan.html
+++ b/users/transports/socketcan.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/transports/tcp.html b/users/transports/tcp.html
index 07445d9..081b259 100644
--- a/users/transports/tcp.html
+++ b/users/transports/tcp.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 
diff --git a/users/transports/udp.html b/users/transports/udp.html
index d464794..57c75d7 100644
--- a/users/transports/udp.html
+++ b/users/transports/udp.html
@@ -210,9 +210,6 @@
                                             <li class="nav-item">
                             <a 
href="../../users/integrations/eclipse-milo.html" class="nav-link">Eclipse Milo 
OPC UA Server</a>
                             </li>
-                                            <li class="nav-item">
-                            <a 
href="../../users/integrations/elastic-logstash.html" class="nav-link">Elastic 
Logstash</a>
-                            </li>
                             </ul>
             </li>
                                 

Reply via email to