Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clowa/docker-fluentd-azure-loganalytics
- Owner: clowa
- Created: 2023-04-20T20:16:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T17:41:22.000Z (12 months ago)
- Last Synced: 2025-01-09T06:22:31.786Z (7 days ago)
- Topics: docker, fluentd
- Language: Dockerfile
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.