Calyptia Core Agent
Support PortalCalyptia Core
23.10
23.10
  • Calyptia Core Agent Documentation
  • Comparison to Fluent Bit
  • Performance and Benchmarking
  • Concepts
    • Key Concepts
    • Buffering
    • Data Pipeline
      • Input
      • Parser
      • Filter
      • Buffer
      • Router
      • Output
  • Installation
    • Getting Started with Calyptia Core Agent
    • Supported Platforms
    • Linux Packages
      • Amazon Linux
      • Redhat / CentOS
      • Debian
      • Ubuntu
    • Docker
    • Kubernetes
    • macOS
    • Windows
  • Administration
    • Configuring Calyptia Core Agent
      • Classic mode
        • Format and Schema
        • Configuration File
        • Variables
        • Commands
        • Upstream Servers
        • Record Accessor
      • YAML Configuration File
      • Unit Sizes
      • Multiline Parsing
    • Transport Security
    • Buffering & Storage
    • Backpressure
    • Scheduling and Retries
    • Networking
    • Memory Management
    • Monitoring
    • HTTP Proxy
    • Hot Reload
    • Troubleshooting
  • Local Testing
    • Validating your Data and Structure
    • Running a Logging Pipeline Locally
  • Data Pipeline
    • Inputs
      • Collectd
      • CPU Log Based Metrics
      • Disk I/O Log Based Metrics
      • Docker Log Based Metrics
      • Docker Events
      • Dummy
      • Elasticsearch
      • Exec
      • Exec Wasi
      • Fluent Bit Metrics
      • Forward
      • Head
      • HTTP
      • Kafka
      • Health
      • Kernel Logs
      • Memory Metrics
      • MQTT
      • Network I/O Log Based Metrics
      • NGINX Exporter Metrics
      • Node Exporter Metrics
      • Podman Metrics
      • Process Log Based Metrics
      • Prometheus Scrape Metrics
      • Random
      • Serial Interface
      • Standard Input
      • StatsD
      • Syslog
      • Systemd
      • Tail
      • TCP
      • Thermal
      • OpenTelemetry
      • Windows Event Log
      • Windows Event Log (winevtlog)
      • Windows Exporter Metrics
    • Parsers
      • Configuring Parser
      • JSON
      • Regular Expression
      • LTSV
      • Logfmt
      • Decoders
    • Filters
      • AWS Metadata
      • CheckList
      • ECS Metadata
      • Expect
      • GeoIP2 Filter
      • Grep
      • Kubernetes
      • Log to Metrics
      • Lua
      • Parser
      • Record Modifier
      • Modify
      • Multiline
      • Nest
      • Nightfall
      • Rewrite Tag
      • Standard Output
      • Throttle
      • Tensorflow
      • Wasm
    • Outputs
      • Amazon CloudWatch
      • Amazon Kinesis Data Firehose
      • Amazon Kinesis Data Streams
      • Amazon S3
      • Azure Blob
      • Azure Data Explorer
      • Azure Log Analytics
      • Counter
      • Datadog
      • Elasticsearch
      • File
      • FlowCounter
      • Forward
      • GELF
      • Google Cloud BigQuery
      • HTTP
      • InfluxDB
      • Kafka
      • Kafka REST Proxy
      • LogDNA
      • Loki
      • NATS
      • New Relic
      • NULL
      • Observe
      • OpenSearch
      • OpenTelemetry
      • PostgreSQL
      • Prometheus Exporter
      • Prometheus Remote Write
      • SkyWalking
      • Slack
      • Splunk
      • Stackdriver
      • Standard Output
      • Syslog
      • TCP & TLS
      • Treasure Data
      • Vivo Exporter
      • WebSocket
  • Calyptia Core Agent for Developers
    • Golang Output Plugins
    • WASM Filter Plugins
    • WASM Input Plugins
Powered by GitBook
On this page
  • Installation Packages
  • Download Calyptia Fluent Bit
  • Installing Calyptia Fluent Bit
  1. Installation

macOS

PreviousKubernetesNextWindows

Last updated 11 months ago

Calyptia Fluent Bit is compatible with latest Apple macOS system on x86_64 and Apple Silicon M1 architectures.

Installation Packages

The packages can be found here:

Download Calyptia Fluent Bit

wget https://calyptia-lts-release-standard.s3.amazonaws.com/macos/23.4.1/calyptia-fluent-bit-23.4.1-apple.pkg

Installing Calyptia Fluent Bit

sudo installer -pkg calyptia-fluent-bit-23.4.1-apple.pkg -target /usr/local/bin/

Now as a simple test, try Fluent Bit by generating a simple dummy message which will be printed to the standard output interface every 1 second:

 calyptia-fluent-bit -i dummy -o stdout -f 1

You will see an output similar to this:


Calyptia Fluent Bit v23.4, patch_level=1
* Enterprise Fluent Bit by Calyptia
* https://calyptia.com
* https://fluentbit.io

[2023/06/19 12:20:38] [ info] [calyptia fluent bit] version=23.4 patch=1 pid=47417
[2023/06/19 12:20:38] [ info] [storage] ver=1.4.0, type=memory, sync=normal, checksum=off, max_chunks_up=128
[2023/06/19 12:20:38] [ info] [cmetrics] version=0.6.1
[2023/06/19 12:20:38] [ info] [ctraces ] version=0.3.0
[2023/06/19 12:20:38] [ info] [input:dummy:dummy.0] initializing
[2023/06/19 12:20:38] [ info] [input:dummy:dummy.0] storage_strategy='memory' (memory only)
[2023/06/19 12:20:38] [ info] [output:stdout:stdout.0] worker #0 started
[2023/06/19 12:20:38] [ info] [sp] stream processor started
[0] dummy.0: [[1687191639.101610000, {}], {"message"=>"dummy"}]
[0] dummy.0: [[1687191640.102175000, {}], {"message"=>"dummy"}]
^C[2023/06/19 12:20:41] [engine] caught signal (SIGINT)
[2023/06/19 12:20:41] [ info] [input] pausing dummy.0
[2023/06/19 12:20:41] [ info] [output:stdout:stdout.0] thread worker #0 stopping...
[2023/06/19 12:20:41] [ info] [output:stdout:stdout.0] thread worker #0 stopped

To halt the process, press ctrl-c in the terminal.

https://calyptia-lts-release-standard.s3.amazonaws.com/macos/