How can I install multiple instances of Kibana on one AWS ec2 instance running ubuntu 14.04? My goal is to have a kibana instances for each client with its own index-pattern. I'm assuming that each kibana instance would be bound to its own port
Yes we are using x-pack. But we dont want users to be able to see other user's dashboards, so we need index-patterns for each index (so each index-pattern only has one index). Even with the dashboard only role, users could still see other index dashboards. Hope thats clear. Still would love to know how to install multiple instances of kibana.
You could create a docker image containing kibana and relevant config files and instantiate multiple containers on one EC2 instance and set them up to point to different index patterns. Then use nginx to have different subdomains point to different containers.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.