You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replace quickstart setup by deployment examples for helm and compose (#622)
* move quickstart to examples/compose
* add helm installation option
* add opensiem example
* add istio installation
* add istio gateway and virtual service
* use ingress in favor of istio
* update chart version
* update documentation for utilizing fda and ucl in compose example for little bit more consistency
---------
Co-authored-by: djkhl <[email protected]>
logprep run examples/exampledata/config/pipeline.yml "http://localhost:3002/api/v1/pipelines?stage=prod&logclass=ExampleClass""http://localhost:3001/api/v1/general-predetection"
152
162
153
-
Once you have set everything up you can run logprep with the following command.
154
163
Just consider that the first :code:`pipeline.yml` argument is used to define a proper :code:`input`
155
164
and :code:`output` as those are not part of the FDA/UCL output. Also, in the second argument
156
165
you should ensure that the :code:`stage` and :code:`loglcass` are set properly.
157
166
158
-
.. code-block:: bash
159
-
160
-
logprep run quickstart/exampledata/config/pipeline.yml "http://localhost:3002/api/v1/pipelines?stage=prod&logclass=ExampleClass""http://localhost:3001/api/v1/general-predetection"
161
-
162
167
.. note::
163
168
164
-
If you did use the quickstart setup before and run into problems it is advised to first pull
169
+
If you did use the example compose setup before and run into problems it is advised to first pull
165
170
all images again to update them to the latest version:
0 commit comments