Skip to main content

th2_check2_recon

Project description

This repository is a library for creating th2-check2-recon applications.

Installation

pip install th2-check2-recon

This package can be found on PyPI.

Configuration

  • use_kafka - defines if kafka client should be passed to user defined rules
  • kafka_configuration - kafka connectivity details

Kafka Configuration

  • topic - default topic for published events.
  • key - add default key as configuration option.
  • fail_on_connection_failure - defines if service should fall when kafka connection cannot be established.
  • bootstrap.servers - comma separated list of host:port of kafka broker instances. Default: ['localhost:9092']

Full configuration list can be found here

Useful configurations from full list are:

  • security.protocol - Protocol used to communicate with brokers. Default value: plaintext. Possible values: [ plaintext, ssl, sasl_plaintext, sasl_ssl ]
  • sasl.mechanism - SASL mechanism to use for authentication. Should be configured if security.protocol is based on SASL. Possible values: [GSSAPI, PLAIN, SCRAM-SHA-256, SCRAM-SHA-512, OAUTHBEARER]
  • sasl.username - SASL username for use with the PLAIN and SASL-SCRAM-.. mechanisms
  • sasl.password - SASL username for use with the PLAIN and SASL-SCRAM-.. mechanisms
  • group.id - Client group id string. All clients sharing the same group.id belong to the same group.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

th2_check2_recon-3.3.2.dev5658279463.tar.gz (14.4 kB view details)

Uploaded Source

File details

Details for the file th2_check2_recon-3.3.2.dev5658279463.tar.gz.

File metadata

File hashes

Hashes for th2_check2_recon-3.3.2.dev5658279463.tar.gz
Algorithm Hash digest
SHA256 51257c389e6b77abcb3f5be03d6a8a8f937d718a4f24a0107451031cc4bf180d
MD5 effea0e5b66502c54b3fd1d61b784c66
BLAKE2b-256 6f18838501019a00eb7b7ade1f94ed6ccb241a44f8d5a081a8f3400dd9e4f40b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page