Skip to content

Commit 74cc0df

Browse files
kmeinerzkmeinerz1
andauthored
small fixes in documentation (#810)
Co-authored-by: kmeinerz1 <kaithomas.meinerz@bwi.de>
1 parent 442e6e7 commit 74cc0df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Fixed logging error in _revoke_callback() by adding error handling
1313
- Fixed endless loading in logprep test config
1414
- prevent the auto rule tester from loading rules directly defined inside the config, since they break the auto rule tester and can't have tests anyways
15+
- Fixed typo and broken link in documentation
1516

1617
## 16.1.0
1718
### Deprecations

doc/source/user_manual/execution.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ The :code:`--tags` option allows setting a tag for the generated events, which c
348348

349349
.. code-block:: bash
350350
351-
logprep generate http --tags loglevel --target-url http://localhost:9000/ --input-dir ./examples/exampledata/input_logdata --events 10000
351+
logprep generate http --tag loglevel --target-url http://localhost:9000/ --input-dir ./examples/exampledata/input_logdata --events 10000
352352
353353
354354
The :code:`--timeout` option specifies the HTTP request timeout duration (in seconds), controlling how long the generator waits for a response.
@@ -403,11 +403,10 @@ Here is an example of a more extensive output configuration for the ConfluentKaf
403403
404404
logprep generate kafka2 --output-config '{"bootstrap.servers": "127.0.0.1:9092", "enable.ssl.certificate.verification" : "true"}' --input-dir ./examples/exampledata/input_logdata/ --batch-size 1000 --events 10000
405405
406-
For a full list of available options, refer to the `ConfluentKafka documentation <https://docs.confluent.io/platform/current/clients/librdkafka/html/md_CONFIGURATION.html>`
406+
For a full list of available options, refer to the `ConfluentKafka documentation <https://docs.confluent.io/platform/current/clients/librdkafka/html/md_CONFIGURATION.html>`_.
407407

408408
The :code:`--send_timeout` option determines the maximum wait time for an answer from the broker on polling.
409409

410410
.. code-block:: bash
411411
412412
logprep generate kafka2 --send-timeout 2 --input-dir ./examples/exampledata/input_logdata/ --output-config '{"bootstrap.servers": "127.0.0.1:9092"}' --batch-size 1000 --events 10000
413-

0 commit comments

Comments
 (0)