Kibana is an open source plugin for Elasticsearch which can be used to visualize Elasticsearch data and navigate the Elastic Stack. Core Kibana ships with histograms, line graphs, pie charts, sunbursts, and more.
The sources and documentation are distributed under the Apache License, Version 2.0. Learn more: https://www.elastic.co/products/kibana
This task definition pulls the maintained Kibana image from DockerHub.
- Have an active AWS account.
- Create an Amazon ECS cluster.
- This task definition is a template that can then be pasted into the AWS console JSON input area or saved to a file and used with the AWS CLI. It is imortant to replace the -part of this task template with an actual Elasticsearch-URL.
- Run the task definition as a Task or Service.
aws ecs register-task-definition --cli-input-json file://<path_to_json_file>/kibana.json
A task definition is required to run Docker containers in Amazon ECS. Some of the parameters you can specify in a task definition include:
- Which Docker images to use with the containers in your task.
- How much CPU and memory to use with each container.
- The Docker networking mode to use for the containers in your task.
Please see the Amazon ECS Documentation for more information on writing and running Task Definitions.
Amazon EC2 Container Service (Amazon ECS) is a container management service that supports Docker containers and allows you to easily run applications on a managed cluster of Amazon EC2 instances. Amazon ECS eliminates the need for you to install, operate, and scale your own cluster management infrastructure. Learn more here.