diff --git a/docs/conf.py b/docs/conf.py index 92fc45c5a06dfca80f86ea406a7c002b65b366fb..d57235e5a2c66dfc70885fae7eed47ee38c91f82 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,6 +69,5 @@ master_doc = 'index' # docs/usage.rst:105: WARNING: duplicate label wordpress, other instance in docs/testing.rst # # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-suppress_warnings -suppress_warnings = ['misc.highlighting_failure'] autosectionlabel_prefix_document = True autosectionlabel_maxdepth = 5 diff --git a/docs/logging.rst b/docs/logging.rst index db2957b33045951f50afb1e8d532a10669b0bd86..3e2737d9a3adffc9455a812eb2c84529da75394a 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -67,22 +67,22 @@ doing this since LogQL always expects a stream label to get queried): .. code:: PromQL - '{foo!="bar"}' + '{app=~".+"}' Query all logs for a keyword: .. code:: PromQL - '{foo!="bar"} |= "error"' + '{app=~".+"} |= "error"' Query all k8s apps for errors using a regular expression: .. code:: - '{job=~".+"} |~ `(error|fail|exception|fatal)`' + '{app=~".+"} |~ `(error|fail|exception|fatal)`' -Weave Flux -^^^^^^^^^^ +Flux +^^^^ `Flux`_ is responsible for installing applications. It uses four controllers: