#include "syslog-ng.h"#include "driver.h"#include "logreader.h"#include "logwriter.h"#include "logmatcher.h"#include "parser/parser-expr.h"#include "filter/filter-expr.h"#include "value-pairs/value-pairs.h"#include "rewrite/rewrite-expr.h"#include "logproto/logproto.h"#include "afinter.h"#include "str-utils.h"#include "logscheduler-pipe.h"#include "filter/filter-expr-parser.h"#include "filter/filter-pipe.h"#include "parser/parser-expr-parser.h"#include "rewrite/rewrite-expr-parser.h"#include "block-ref-parser.h"#include "template/user-function.h"#include "cfg-block.h"#include "cfg-path.h"#include "multi-line/multi-line-factory.h"#include "metrics/dyn-metrics-template.h"#include "logthrsource/logthrfetcherdrv.h"#include "logthrdest/logthrdestdrv.h"#include "stats/stats.h"#include "healthcheck/healthcheck-stats.h"#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>

Go to the source code of this file.
Variables | |
| LogSourceOptions * | last_source_options |
| LogReaderOptions * | last_reader_options |
| LogProtoServerOptionsStorage * | last_proto_server_options |
| LogProtoClientOptionsStorage * | last_proto_client_options |
| LogWriterOptions * | last_writer_options |
| FilePermOptions * | last_file_perm_options |
| MsgFormatOptions * | last_msg_format_options |
| LogDriver * | last_driver |
| LogSchedulerOptions * | last_scheduler_options |
| LogParser * | last_parser |
| FilterExprNode * | last_filter_expr |
| LogTemplateOptions * | last_template_options |
| ValuePairs * | last_value_pairs |
| ValuePairsTransformSet * | last_vp_transset |
| LogMatcherOptions * | last_matcher_options |
| HostResolveOptions * | last_host_resolve_options |
| StatsOptions * | last_stats_options |
| HealthCheckStatsOptions * | last_healthcheck_options |
| LogRewrite * | last_rewrite |
| CfgArgs * | last_block_args |
| DNSCacheOptions * | last_dns_cache_options |
| MultiLineOptions * | last_multi_line_options |
| DynMetricsTemplate * | last_dyn_metrics_template |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |