Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

config max_message_size 10M in v0.10.0, heka didn't send data to ES when input message about 1.4M #1991

Description

@chwma

RT
need any other config items ?

follow is my part config
[hekad]
maxprocs = 16
base_dir = "/export/home/hekad"
max_message_size = 10485760

#attack log default
[nginx_udp_551]
type = "UdpInput"
address = "172.18.182.162:551"
decoder = "JsonDecoder"
send_decode_failures = true
log_decode_failures = true

[JsonDecoder]
type = "SandboxDecoder"
filename = "lua_decoders/json.lua"

[JsonDecoder.config]
payload_keep = false
map_fields = true
Timestamp = "time_stamp"
Type = "log_type"
#type = "ngx_log"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions