Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clowa/docker-fluentd-azure-loganalytics

Docker image of fluentd to send kubernetes logs to azure log analytics
https://github.com/clowa/docker-fluentd-azure-loganalytics

docker fluentd

Last synced: 7 days ago
JSON representation

Docker image of fluentd to send kubernetes logs to azure log analytics

Awesome Lists containing this project

README

        

[![Build docker images](https://github.com/clowa/docker-fluentd-azure-loganalytics/actions/workflows/docker-buildx.yaml/badge.svg)](https://github.com/clowa/docker-fluentd-azure-loganalytics/actions/workflows/docker-buildx.yaml)
[![Check base image update](https://github.com/clowa/docker-fluentd-azure-loganalytics/actions/workflows/check-base-image-update.yaml/badge.svg)](https://github.com/clowa/docker-fluentd-azure-loganalytics/actions/workflows/check-base-image-update.yaml)

# Overview

This repository contains a Dockerfile for building a Fluentd image that can be used to send logs to Azure Log Analytics.

Supported platforms:

- `linux/amd64`
- `linux/arm64/v8`

## Build the image locally

```bash
docker build -t clowa/fluentd-azure-loganalytics --push .
```

## CI setups

- Checks every night if the base image has been updated. This is currently limited to to the used tag of the image.