Hello everyone,
I am working on a Logstash pipeline to ingest and process daily health monitoring data from a home BP device.
The context of this data is post-operative recovery after a medical procedure (DIEP flap breast reconstruction surgery), and I need to track daily blood pressure readings for trend analysis.
My setup involves:
- Input: JSON/CSV BP readings from a home monitor
- Processing: Logstash filters for formatting timestamps and values
- Output: Elasticsearch index for visualization in Kibana
I would like guidance on:
- Best practice for structuring time-series health data in Logstash
- Recommended indexing strategy for daily BP readings
- Any tips for handling small but sensitive datasets efficiently