Skip to content

Setup Fluentd/Elasticsearch on a docker engine in azure.

Notifications You must be signed in to change notification settings

ianphil/fluentd-azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluentd and Elasticsearch in Azure

This repository is a walk through for building a container environment in Azure. The following resources are created and configured:

  • A UbuntuLTS VM
  • Latest version of Docker engine via Docker VM Extension
  • Secure Docker endpoint using TLS
  • Fluentd Container with custom config
  • Elasticsearch Container

*NOTE: For an in-depth explanation, refer to this blogpost: Protect your Docker Daemon on Azure

Entrypoint script:

sh docker-server.sh

TLS Keys

Keys will be created in folder keys/.

Dependencies

Microsoft Azure CLI 2.0

A great cloud needs great tools; we're excited to introduce Azure CLI 2.0, our next generation multi-platform command line experience for Azure.

Installation

$ curl -L https://aka.ms/InstallAzureCli | bash

Please refer to the install guide for detailed install instructions.

A list of common install issues and their resolutions are available at install troubleshooting.

Resources

About

Setup Fluentd/Elasticsearch on a docker engine in azure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages