Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 1, 2020 10:16
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/766d1cd665e2f9ec0f5ee8bb2708541d to your computer and use it in GitHub Desktop.
Save r-ryantm/766d1cd665e2f9ec0f5ee8bb2708541d to your computer and use it in GitHub Desktop.
/nix/store/nmyc7al5j201sbgzhibz90jiy57945nv-fluent-bit-1.5.2
├── bin
│   └── fluent-bit
├── etc
│   └── fluent-bit
│   ├── fluent-bit.conf
│   ├── parsers.conf
│   └── plugins.conf
├── include
│   ├── fluent-bit
│   │   ├── flb_api.h
│   │   ├── flb_aws_credentials.h
│   │   ├── flb_aws_util.h
│   │   ├── flb_bits.h
│   │   ├── flb_callback.h
│   │   ├── flb_compat.h
│   │   ├── flb_config.h
│   │   ├── flb_config_map.h
│   │   ├── flb_dlfcn_win32.h
│   │   ├── flb_dump.h
│   │   ├── flb_endian.h
│   │   ├── flb_engine_dispatch.h
│   │   ├── flb_engine.h
│   │   ├── flb_env.h
│   │   ├── flb_error.h
│   │   ├── flb_filter.h
│   │   ├── flb_filter_plugin.h
│   │   ├── flb_gzip.h
│   │   ├── flb_hash.h
│   │   ├── flb_http_client_debug.h
│   │   ├── flb_http_client.h
│   │   ├── flb_http_server.h
│   │   ├── flb_info.h
│   │   ├── flb_input_chunk.h
│   │   ├── flb_input.h
│   │   ├── flb_input_plugin.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_output_plugin.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_signv4.h
│   │   ├── flb_slist.h
│   │   ├── flb_socket.h
│   │   ├── flb_sosreport.h
│   │   ├── flb_sqldb.h
│   │   ├── flb_stacktrace.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
└── fluent-bit
└── libfluent-bit.so
7 directories, 90 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment