Skip to content

dantunan/fluent-bit-for-qnx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is project is aimed at building fluent-bit for QNX7.1

This project is created in Ubuntu 20.04 LTS, it is still in process!

Several tools are required:

  • QNX SDP7.1
  • cmake
  • make

How to build

  1. Activate QNX7.1 SDP

  2. Run command "make all" to build the project, the executable and configure files will be found in the bin folder

How to run

  1. Copy fluent-bit, fluent-bit.conf, fluent-bit-receiver.conf and sys.log into one folder in QNX

  2. Run command "./fluent-bit -c ./fluent-bit.conf" to start a sender process

  3. Run command "./fluent-bit -c ./fluent-bit-receiver.conf" to start a receiver process

  4. Add log to the sys.log file by running "echo test_message >> sys.log"

You should see sender sendout the message and receiver receives it.

Known issue

  • Receiver crashes with memory check failure

About

Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 80.7%
  • C++ 7.8%
  • Shell 3.2%
  • CMake 1.5%
  • Python 1.4%
  • Makefile 1.3%
  • Other 4.1%