Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix omhttp.rst broken ref #1066

Merged
merged 1 commit into from
Oct 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions source/configuration/modules/omhttp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ omhttp: HTTP Output Module
Original Author: `Christian Tramnitz <https://github.com/ctramnitz/>`_
=========================== ===========================================================================

.. warning::

This page is incomplete, if you want to contribute you can do this on
github in the `rsyslog-doc repository <https://github.com/rsyslog/rsyslog-doc>`_.



Purpose
=======
Expand Down Expand Up @@ -618,8 +612,6 @@ reloadonhup
If this parameter is "on", the plugin will close and reopen any libcurl handles on a HUP signal. This option is primarily intended to enable reloading short-lived certificates without restarting rsyslog.


.. _statsname_label:

statsname
^^^^^^^^^

Expand All @@ -633,11 +625,8 @@ statsname

The name assigned to statistics specific to this action instance. The supported set of
statistics tracked for this action instance are **submitted**, **acked**, **failures**.
See the :ref:`_statistic_counter_label` section for more details.


See the `Statistic Counter`_ section for more details.

.. _statistic_counter_label:

Statistic Counter
=================
Expand All @@ -664,7 +653,7 @@ accumulates all action instances. The statistic origin is named "omhttp" with fo
- **request.status.fail** - Number of requests returning 3XX, 4XX, or 5XX HTTP status codes. If a requests fails (i.e. server not reachable) this counter will *not* be incremented.


Additionally, the following statistics can also be configured for a specific action instances. See :ref:`_statsname_label` for more details.
Additionally, the following statistics can also be configured for a specific action instances. See `statsname`_ for more details.

- **requests.count** - Number of requests

Expand Down