Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 11, 2020 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/9c79c1199508368d7ef416f6eaa2a0c3 to your computer and use it in GitHub Desktop.
Save r-ryantm/9c79c1199508368d7ef416f6eaa2a0c3 to your computer and use it in GitHub Desktop.
/nix/store/fdydjmyfgpkcdisfmxcxxn82czq62k35-fluent-bit-1.3.7
├── bin
│   └── fluent-bit
├── etc
│   └── fluent-bit
│   ├── fluent-bit.conf
│   ├── parsers.conf
│   └── plugins.conf
├── include
│   ├── fluent-bit
│   │   ├── flb_api.h
│   │   ├── flb_bits.h
│   │   ├── flb_compat.h
│   │   ├── flb_config.h
│   │   ├── flb_dlfcn_win32.h
│   │   ├── flb_endian.h
│   │   ├── flb_engine_dispatch.h
│   │   ├── flb_engine.h
│   │   ├── flb_env.h
│   │   ├── flb_error.h
│   │   ├── flb_filter.h
│   │   ├── flb_gzip.h
│   │   ├── flb_hash.h
│   │   ├── flb_http_client.h
│   │   ├── flb_http_server.h
│   │   ├── flb_info.h
│   │   ├── flb_input_chunk.h
│   │   ├── flb_input.h
│   │   ├── flb_io.h
│   │   ├── flb_io_tls.h
│   │   ├── flb_io_tls_rw.h
│   │   ├── flb_kernel.h
│   │   ├── flb_kv.h
│   │   ├── flb_langinfo.h
│   │   ├── flb_lib.h
│   │   ├── flb_log.h
│   │   ├── flb_luajit.h
│   │   ├── flb_macros.h
│   │   ├── flb_mem.h
│   │   ├── flb_meta.h
│   │   ├── flb_metrics_exporter.h
│   │   ├── flb_metrics.h
│   │   ├── flb_mp.h
│   │   ├── flb_network.h
│   │   ├── flb_oauth2.h
│   │   ├── flb_output.h
│   │   ├── flb_pack.h
│   │   ├── flb_parser_decoder.h
│   │   ├── flb_parser.h
│   │   ├── flb_pipe.h
│   │   ├── flb_plugin.h
│   │   ├── flb_plugin_proxy.h
│   │   ├── flb_ra_key.h
│   │   ├── flb_record_accessor.h
│   │   ├── flb_regex.h
│   │   ├── flb_router.h
│   │   ├── flb_scheduler.h
│   │   ├── flb_sds.h
│   │   ├── flb_sha512.h
│   │   ├── flb_slist.h
│   │   ├── flb_socket.h
│   │   ├── flb_sosreport.h
│   │   ├── flb_sqldb.h
│   │   ├── flb_storage.h
│   │   ├── flb_str.h
│   │   ├── flb_strptime.h
│   │   ├── flb_task.h
│   │   ├── flb_task_map.h
│   │   ├── flb_thread.h
│   │   ├── flb_thread_libco.h
│   │   ├── flb_thread_storage.h
│   │   ├── flb_time.h
│   │   ├── flb_time_utils.h
│   │   ├── flb_tls.h
│   │   ├── flb_unescape.h
│   │   ├── flb_upstream.h
│   │   ├── flb_upstream_ha.h
│   │   ├── flb_upstream_node.h
│   │   ├── flb_uri.h
│   │   ├── flb_utf8.h
│   │   ├── flb_utils.h
│   │   ├── flb_version.h
│   │   └── flb_worker.h
│   └── fluent-bit.h
└── lib
└── libfluent-bit.so
6 directories, 79 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment