Module: Fluent

Defined in:
lib/fluent/env.rb,
lib/fluent/log.rb,
lib/fluent/rpc.rb,
lib/fluent/agent.rb,
lib/fluent/event.rb,
lib/fluent/input.rb,
lib/fluent/label.rb,
lib/fluent/match.rb,
lib/fluent/mixin.rb,
lib/fluent/buffer.rb,
lib/fluent/config.rb,
lib/fluent/engine.rb,
lib/fluent/filter.rb,
lib/fluent/output.rb,
lib/fluent/parser.rb,
lib/fluent/plugin.rb,
lib/fluent/status.rb,
lib/fluent/process.rb,
lib/fluent/version.rb,
lib/fluent/registry.rb,
lib/fluent/timezone.rb,
lib/fluent/formatter.rb,
lib/fluent/test/base.rb,
lib/fluent/config/dsl.rb,
lib/fluent/root_agent.rb,
lib/fluent/supervisor.rb,
lib/fluent/config/error.rb,
lib/fluent/config/types.rb,
lib/fluent/configurable.rb,
lib/fluent/event_router.rb,
lib/fluent/config/parser.rb,
lib/fluent/plugin/in_tcp.rb,
lib/fluent/plugin/in_udp.rb,
lib/fluent/system_config.rb,
lib/fluent/config/element.rb,
lib/fluent/config/section.rb,
lib/fluent/plugin/in_exec.rb,
lib/fluent/plugin/in_http.rb,
lib/fluent/plugin/in_tail.rb,
lib/fluent/plugin/buf_file.rb,
lib/fluent/plugin/in_dummy.rb,
lib/fluent/plugin/out_copy.rb,
lib/fluent/plugin/out_exec.rb,
lib/fluent/plugin/out_file.rb,
lib/fluent/plugin/out_null.rb,
lib/fluent/test/input_test.rb,
lib/fluent/config/v1_parser.rb,
lib/fluent/plugin/exec_util.rb,
lib/fluent/plugin/file_util.rb,
lib/fluent/plugin/in_status.rb,
lib/fluent/plugin/in_stream.rb,
lib/fluent/plugin/in_syslog.rb,
lib/fluent/test/filter_test.rb,
lib/fluent/test/output_test.rb,
lib/fluent/test/parser_test.rb,
lib/fluent/plugin/buf_memory.rb,
lib/fluent/plugin/in_forward.rb,
lib/fluent/plugin/in_gc_stat.rb,
lib/fluent/plugin/out_stdout.rb,
lib/fluent/plugin/out_stream.rb,
lib/fluent/plugin/filter_grep.rb,
lib/fluent/plugin/out_forward.rb,
lib/fluent/plugin/out_relabel.rb,
lib/fluent/plugin/socket_util.rb,
lib/fluent/plugin/string_util.rb,
lib/fluent/config/basic_parser.rb,
lib/fluent/test/formatter_test.rb,
lib/fluent/plugin/filter_stdout.rb,
lib/fluent/config/literal_parser.rb,
lib/fluent/plugin/in_debug_agent.rb,
lib/fluent/plugin/out_roundrobin.rb,
lib/fluent/config/configure_proxy.rb,
lib/fluent/plugin/in_object_space.rb,
lib/fluent/plugin/out_exec_filter.rb,
lib/fluent/plugin/in_monitor_agent.rb,
lib/fluent/plugin/filter_record_transformer.rb

Overview

Fluentd

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Defined Under Namespace

Modules: Config, Configurable, DetachMultiProcessMixin, DetachProcessImpl, DetachProcessMixin, ExecUtil, FileUtil, HandleTagNameMixin, PluginId, PluginLoggerMixin, RPC, RecordFilterMixin, SetTagKeyMixin, SetTimeKeyMixin, SocketUtil, StringUtil, SystemConfigMixin, Test, TextFormatter Classes: Agent, AllMatchPattern, ArrayEventStream, BasicBuffer, Buffer, BufferChunk, BufferChunkLimitError, BufferError, BufferQueueLimitError, BufferedOutput, ConfigError, ConfigParseError, CopyOutput, CopyOutputChain, DebugAgentInput, DetachProcessManager, DummyInput, EngineClass, EventRouter, EventStream, ExecFilterOutput, ExecInput, ExecOutput, FileBuffer, FileBufferChunk, FileOutput, Filter, Formatter, ForwardInput, ForwardOutput, ForwardOutputACKTimeoutError, ForwardOutputConnectionClosedError, ForwardOutputError, ForwardOutputResponseError, GCStatInput, GlobMatchPattern, GrepFilter, HttpInput, Input, Label, Log, Match, MatchPattern, MemoryBuffer, MemoryBufferChunk, MessagePackEventStream, MonitorAgentInput, MultiEventStream, MultiOutput, NewTailInput, NullOutput, NullOutputChain, ObjectBufferedOutput, ObjectSpaceInput, ObsoletedParameterError, OneEventStream, OrMatchPattern, Output, OutputChain, OutputThread, Parser, ParserError, ParserFilter, PluginClass, PluginLogger, RecordTransformerFilter, Registry, RelabelOutput, RootAgent, RoundRobinOutput, StatusClass, StatusInput, StdoutFilter, StdoutOutput, StreamInput, StreamOutput, Supervisor, SyslogInput, SystemConfig, TailInput, TcpInput, TcpOutput, TextParser, TimeFormatter, TimeSlicedOutput, Timezone, UdpInput, UnixInput, UnixOutput

Constant Summary collapse

DEFAULT_CONFIG_PATH =
ENV['FLUENT_CONF'] || '/etc/fluent/fluent.conf'
DEFAULT_PLUGIN_DIR =
ENV['FLUENT_PLUGIN'] || '/etc/fluent/plugin'
DEFAULT_SOCKET_PATH =
ENV['FLUENT_SOCKET'] || '/var/run/fluent/fluent.sock'
DEFAULT_LISTEN_PORT =
24224
DEFAULT_FILE_PERMISSION =
0644
DEFAULT_DIR_PERMISSION =
0755
Engine =
EngineClass.new
Plugin =
PluginClass.new
Status =

Don’t use this class from plugins. The interface may be changed

StatusClass.new
VERSION =
'0.12.29'