📦
OpenHIM Platform
  • OpenHIM Platform
  • Getting Started
  • 📜Recipes
    • Central Data Repository with Data Warehousing
    • Central Data repository (no reporting)
    • Master Patient Index
  • 📦Packages
    • Interoperability Layer Openhim
      • Local Development
      • Environment Variables
    • Monitoring
      • Environment Variables
    • Kafka Mapper Consumer
      • Local Development
      • Environment Variables
    • Data Mapper Logstash
      • Local Development
      • Environment Variables
    • Job Scheduler Ofelia
      • Local Development
      • Environment Variables
    • Analytics Datastore - Clickhouse
      • Local Development
      • Environment Variables
    • Analytics Datastore - Elasticsearch
      • Local Development
      • Running in Clustered Mode
      • Environment Variables
    • Client Registry - SanteMPI
      • Environment Variables
    • Dashboard Visualiser - Jsreport
      • Local Development
      • Environment Variables
    • Dashboard Visualiser - Kibana
      • Local Development
      • Environment Variables
    • Dashboard Visualiser - Superset
      • Local Development
      • Environment Variables
    • Message Bus - Kafka
      • Local Development
      • Environment Variables
    • FHIR Datastore HAPI FHIR
      • Local Development
      • Environment Variables
    • Kafka Unbundler Consumer
      • Environment Variables
    • Message Bus Helper Hapi Proxy
      • Environment Variables
    • Reverse Proxy Nginx
      • Local Development
      • Environment Variables
    • OpenFn
      • Environment Variables
    • Reverse Proxy Traefik
      • Environment Variables
  • 🗒️Cheat sheet
  • Architecture
  • Guides
    • Provisioning remote servers
      • Ansible
      • Terraform
    • Resource Allocations
    • Disaster Recovery Process
      • Elasticsearch
      • HAPI FHIR Data
      • OpenHIM Data
    • Development
      • Config Importing
    • Performance Testing
  • Community
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Packages
  2. Data Mapper Logstash

Environment Variables

Listed in this page are all environment variables needed to run Logstash.

Variable Name
Type
Relevance
Required
Default

LOGSTASH_INSTANCES

Number

Number of service replicas

No

1

LOGSTASH_DEV_MOUNT

Boolean

DEV mount mode enabling flag

No

false

LOGSTASH_PACKAGE_PATH

String

Logstash package absolute path

yes if LOGSTASH_DEV_MOUNT is true

LS_JAVA_OPTS

String

JVM heap size, it should be no less than 4GB and no more than 8GB (maximum of 50-75% of total RAM)

No

-Xmx2g -Xms2g

ES_ELASTIC

String

ElasticSearch Logstash user password

Yes

dev_password_only

ES_HOSTS

String

Elasticsearch connection string

Yes

analytics-datastore-elastic-search:9200

KIBANA_SSL

Boolean

SSL protocol requirement

No

True

LOGSTASH_MEMORY_LIMIT

String

RAM usage limit

No

3G

LOGSTASH_MEMORY_RESERVE

String

Reserved RAM

No

500M

PreviousLocal DevelopmentNextJob Scheduler Ofelia

Last updated 2 years ago

Was this helpful?

📦