Discussions

Ask a Question

How to connect docker service of emqx

I've set up a service which is used for mqtt connecting of IoT devices, thus the devices can connect to the emqx service;
But I found there's no approach of connecting to 1883 port which is used for MQTT over TCP listener, neither domain or ip can be used for connecting;So i got confused about this in the doc:

ANSWERED

Docker Metrics

Hi,

ANSWERED

What happens to the data if we use medstack db

I know that medstack encrypt data both at rest and transit, but is medstack going to encrypt the data inside the table as well such that if we login to the db we will be able to look the db data only encrypted (looking for only PHI)

ANSWERED

sftp-server

set-up sftp server on docker container and do any copy, or cat actions with files on sftp server

ANSWERED

Encrypting health data

We use a containerized DB (MariaDB) and store PHI. I know data is encrypted at rest on MedStack. Is there a need to further encrypt data/columns containing sensitive health information for HIPAA or PHIPA compliance? Storing encrypted data makes it difficult/expensive to use the encrypted data in queries so would like to avoid this in many cases.

ANSWERED

Has anyone set up an APM?

We're interested in setting up an APM in our cluster but haven't seen a guide on implementing one. Which service providers work well with MedStack Control and how have people set them up before? What does the interaction/deployment look like?

ANSWERED

Advanced monitoring and telemetry

What kind of advanced monitoring and telemetry can be implemented in a cluster? Currently, the baseline metrics are resource utilization for nodes and containers, but it would be great to learn what can be done with additional services in the application layer.

ANSWERED

how can we allow medstack storage SAS token to allow read from all IPs in the world

I use the following url to read some file I saved in medstack (I'm replacing sensitve date with curly brackets {vars}:

ANSWERED

CORS error when trying to use Azure Storage PUT request from frontend application

I'm trying to do a PUT to azure with axios on React:

ANSWERED

Test Environment Before Going Live

Hi, is there a way to set up a test environment before going to production? I am migrating from Heroku and have recently containerized my application, I want to make sure nothing was broken during the process and do a test run of how MedStack works.