Skip to content

Commit

Permalink
fix values
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Jul 17, 2024
1 parent 5de7804 commit 78756d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
18 changes: 1 addition & 17 deletions charts/logprep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,23 +106,7 @@ logger:
# Note:
# For the `http_input` endpoints you have to add the endpoint `/health: plaintext` to ensure
# readiness probes are working.
input:
type: http_input
message_backlog_size: 150
collect_meta: True
metafield_name: "@metadata"
uvicorn_config:
host: 0.0.0.0
port: 9000
workers: 2
access_log: true
server_header: false
date_header: false
endpoints:
/auth-json: json
/json: json
/lab/123/(ABC|DEF)/pl.*: plaintext
/lab/123/ABC/auditlog: jsonl
input: {}

# The logprep output connector configuration
# Note: This is only the default output. Additional outputs can be configured in
Expand Down
3 changes: 3 additions & 0 deletions doc/source/examples/minikube.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ with the following commands:
Deploy the example
------------------

The following steps install the actual opensiem example on the minikube cluster.
It will install

At first you have to install the prometheus PodMonitor CRD:

.. code-block:: bash
Expand Down

0 comments on commit 78756d3

Please sign in to comment.