From a8c39335deba9fa274ef58ecdec1c12774d970e9 Mon Sep 17 00:00:00 2001 From: Gerard Wagener Date: Thu, 28 Mar 2019 11:15:51 +0100 Subject: [PATCH] add: [doc] explained how pibs can be connected to d4 server --- docs/workshop/3-pibs/d4-pibs.tex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/workshop/3-pibs/d4-pibs.tex b/docs/workshop/3-pibs/d4-pibs.tex index e2cdb5d..17bb2ec 100644 --- a/docs/workshop/3-pibs/d4-pibs.tex +++ b/docs/workshop/3-pibs/d4-pibs.tex @@ -62,4 +62,22 @@ \end{verbatim} \end{block} \end{frame} + +\begin{frame} + \frametitle{Using PIBS as D4 analyzer} + \begin{itemize} + \item Chaining PIBS to D4 server + \item PIBS polls a redis queue for new created files + \item Each PIBS instance can have its UUID + \end{itemize} + \begin{block}{PIBS tool} + pibs -u e344c4fb-442e-45a6-92b9-d8e30aeef448 -z 127.0.0.1 -p 6379 -y 2 + \end{block} + \begin{itemize} + \item -u specifies uuid + \item -z specifies the redis server + \item -p specifies the port of the redis server + \item -y specifies the redis database + \end{itemize} +\end{frame} \end{document}