Streaming Binary files’s decoded data to elastic. the binary files is location is a dynamic library. library need to be continuously checked for new files

I am wondering what tools I can use for streaming decoded data from binary files to elastic the the fastest way.

Here is what I am trying to do.
files are located at library .
Those files are binary encoded files to save space. After decoding each file I get human readable structs (in c++). A lot of regular c++ structs.
i want every struct object to be a record in elastic.
I want my library to be continuously checked for new files,then each file will be decoded and its data will be transfered automatically to elastic.

Please help me , it’s important

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.