Giter Site home page Giter Site logo

nonamesec / coralogix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coralogix/telemetry-shippers

0.0 0.0 0.0 1.41 MB

Coralogix's way to ship our best practices when it comes to interaction with our platform.

License: Apache License 2.0

Shell 6.14% Ruby 3.50% Lua 1.75% Go 16.33% Makefile 2.37% Smarty 60.53% Dockerfile 9.39%

coralogix's Introduction

Coralogix Open Source Integrations

Coralogix Open Source Integrations repository is Coralogix's way to ship our best practices when it comes to interaction with our platform, as well as collaborating with our users. Currently we support:

Logging integrations, Fluentd and Fluentbit,

Metrics integrations, Prometheus,

Tracing integrations, OpenTelemetry.

Please see #Getting Started for more information about the existing integrations.

Getting Started

This repository contains directories for each integration type, logs and metrics, and open-telemetry that can send all.

Inside each integration type there are multiple ways to install our integrations, using helm, installing kubernetes manifests directly, using a docker image or installing a service.

Helm/Kubernetes integrations prerequisite

All K8s integrations, both helm and manifests, require a secret called coralogix-keys with the relevant private key under a secret key called PRIVATE_KEY, inside the same namespace that the integration is installed in.

  • The private key appears under 'Data Flow' --> 'API Keys' in Coralogix UI:
kubectl create secret generic coralogix-keys \
  -n <the-namespace-of-the-integrations> \
  --from-literal=PRIVATE_KEY=<private-key>

for more information regarding the coralogix private key please visit here

The created secret should look like this:

apiVersion: v1
data:
  PRIVATE_KEY: <encrypted-private-key>
kind: Secret
metadata:
  name: coralogix-keys
  namespace: <the-integration-namespace>
type: Opaque 

Installation

Helm

In the 'logs' integrations inside the 'k8s-helm' there are two supported helm charts, one using the Coralogix output plugin, and another one using the http output plugin. We recommend using the http chart, since it's an open source plugin, and therefore it is more community driven.

Under each integration there is an 'image' directory which our GitHub Actions workflows use in order to build the image and publish it to DockerHub.

Our Helm charts repository can be added to the local repos list with the following command. It will create a repository named coralogix-charts-virtual. If you wish to change it to anything else, be sure to adapt your commands in the other segments referring to this repository.

helm repo add coralogix-charts-virtual https://cgx.jfrog.io/artifactory/coralogix-charts-virtual

In order to get the updated helm charts from the added repository, please run:

helm repo update

For installation of each integration, please go inside each intergation's directory:

Kubernetes

Our k8s manifests integration allow you to install without the use of Helm, specifically for those times were using helm is impossible.

For installation of each integration, please go inside each intergation's directory:

These integrations were checked on Kubernetes 1.20+.

coralogix's People

Contributors

povilasv avatar amit-mazor avatar matej-g avatar nicolastakashi avatar daidokoro avatar giltk avatar talknopf avatar michaelbriggs-coralogix avatar juan-coralogix avatar sirnatan1 avatar arthursens avatar royfur avatar adam-oligo avatar dependabot[bot] avatar guyrenny avatar avivgold098 avatar oded-dd avatar vizzyy avatar frank-ang avatar qgervacio avatar razgoldenberg1 avatar ryantanjunming avatar yonatankiron avatar itsmegb avatar jabbottcx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.