.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
datadog_pipeline.json
pyproject.toml
pytest.ini
requirements.txt
sample_fix_messages.txt
splunk_test.sh
validate.sh
.github/workflows/CODEOWNERS
.github/workflows/ISSUE_TEMPLATE.md
.github/workflows/PULL_REQUEST_TEMPLATE.md
.github/workflows/ci.yml
.github/workflows/release.yml
aws/lambda_firehose_transform.py
docker/Dockerfile
docker/docker-compose.yml
docs/integrations/AWS.md
docs/integrations/Datadog.md
docs/integrations/Splunk.md
docs/integrations/logstash_fluentbit.md
docs/monitoring/README.md
fixparser/__init__.py
fixparser/_version.py
fixparser/exporters.py
fixparser/main.py
fixparser/parser.py
fixparser/dicts/FIX44.xml
fixparser/dicts/FIX50SP2.xml
fixparser/dicts/FIXT11.xml
fixparser/templates/ui.html
fixtranslator.egg-info/PKG-INFO
fixtranslator.egg-info/SOURCES.txt
fixtranslator.egg-info/dependency_links.txt
fixtranslator.egg-info/top_level.txt
fluentbit/fluent-bit.conf
logstash/dockerfile
logstash/pipeline.conf
splunk_ta/modular_input.py
tests/conftest.py
tests/test_api.py
tests/test_api_key.py
tests/test_batch_parse.py
tests/test_dict_upload_and_parse.py
tests/test_export_event_enabled.py
tests/test_exporters_mock.py
tests/test_parser.py
tests/test_parser_edgecases.py
tests/test_parser_modes.py
tests/test_secure_file_load.py
tests/test_secure_xml.py
tests/test_security_middleware.py
tools/bench_send.py