.bandit
.coveragerc
.dockerignore
.gitignore
.pre-commit-config.yaml
.pylint-spelling-words
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
NOTICE
README.rst
noxfile.py
pyproject.toml
pytest.ini
setup.cfg
setup.py
.github/actionlint.yaml
.github/actions/setup-actionlint/action.yml
.github/workflows/ci.yml
.pre-commit-hooks/check-changelog-entries.py
.pre-commit-hooks/check-cli-examples.py
.pre-commit-hooks/copyright-headers.py
.pre-commit-hooks/make-autodocs.py
.pre-commit-hooks/sort-pylint-spelling-words.py
changelog/_template.rst
docs/Makefile
docs/all.rst
docs/changelog.rst
docs/conf.py
docs/contents.rst
docs/index.rst
docs/make.bat
docs/sitevars.rst
docs/_static/.gitkeep
docs/ref/modules.rst
docs/ref/saf.collect.rst
docs/ref/saf.forward.rst
docs/ref/saf.process.rst
docs/ref/saf.rst
docs/ref/saf.saltext.engines.rst
docs/ref/saf.saltext.rst
docs/ref/saf.utils.rst
requirements/base.txt
requirements/build.txt
requirements/changelog.txt
requirements/dev.txt
requirements/docs-auto.txt
requirements/docs.txt
requirements/tests.txt
requirements/tools.txt
src/saf/__init__.py
src/saf/manager.py
src/saf/models.py
src/saf/pipeline.py
src/saf/plugins.py
src/saf/py.typed
src/saf/version.py
src/saf/collect/__init__.py
src/saf/collect/beacons.py
src/saf/collect/logs.py
src/saf/collect/noop.py
src/saf/collect/salt_exec.py
src/saf/forward/__init__.py
src/saf/forward/disk.py
src/saf/forward/noop.py
src/saf/forward/test.py
src/saf/process/__init__.py
src/saf/process/noop.py
src/saf/process/regex_mask.py
src/saf/process/regex_mask.pyi
src/saf/process/shannon_mask.py
src/saf/saltext/__init__.py
src/saf/saltext/engines/__init__.py
src/saf/saltext/engines/analytics.py
src/saf/utils/__init__.py
src/saf/utils/dt.py
src/saf/utils/eventbus.py
src/salt_analytics_framework.egg-info/PKG-INFO
src/salt_analytics_framework.egg-info/SOURCES.txt
src/salt_analytics_framework.egg-info/dependency_links.txt
src/salt_analytics_framework.egg-info/entry_points.txt
src/salt_analytics_framework.egg-info/not-zip-safe
src/salt_analytics_framework.egg-info/requires.txt
src/salt_analytics_framework.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/conftest.py
tests/functional/forwarders/__init__.py
tests/functional/forwarders/test_concurrency.py
tests/functional/manager/__init__.py
tests/functional/manager/conftest.py
tests/functional/manager/test_disabled_pipeline.py
tests/functional/manager/test_enabled_pipeline.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/collectors/__init__.py
tests/integration/collectors/beacons/__init__.py
tests/integration/collectors/beacons/test_memusage.py
tests/integration/collectors/beacons/test_multiple.py
tests/integration/collectors/beacons/test_status.py
tests/integration/collectors/logs/__init__.py
tests/integration/collectors/logs/conftest.py
tests/integration/collectors/logs/test_logs.py
tests/integration/collectors/logs/test_logs_with_parse.py
tests/integration/collectors/salt_exec/__init__.py
tests/integration/collectors/salt_exec/conftest.py
tests/integration/collectors/salt_exec/test_arg.py
tests/integration/collectors/salt_exec/test_collatz.py
tests/integration/collectors/salt_exec/test_config_get.py
tests/integration/engines/__init__.py
tests/integration/engines/test_engine.py
tests/unit/__init__.py
tests/unit/process/__init__.py
tests/unit/process/test_regex_mask.py
tests/unit/process/test_shannon_mask.py
tests/unit/salt/__init__.py
tests/unit/salt/engines/__init__.py
tools/.ruff.toml
tools/__init__.py
tools/ci.py
tools/pre_commit.py
tools/pre_commit.py~