Skip to content

Commit

Permalink
Refactor Logstash configuration: Remove unnecessary fields and fix JS…
Browse files Browse the repository at this point in the history
…ON parsing error
  • Loading branch information
ivukotic committed Oct 4, 2024
1 parent 6038eeb commit 6843500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/pilot_log.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ filter {

mutate {
remove_field => [ "message_kv", "input_message", "version", "@version" ]
remove_field => [ "PilotTimeStamp" ]
remove_field => [ "PilotTimeStamp", "@timestamp_nanoseconds" ]
remove_field => [ "[extra][func_name]", "[extra][logger_name]", "[extra][line]", "[extra][path]", "[extra][logstash_async_version]", "[extra][process_name]", "[extra][thread_name]" ]
convert => { "RequestID" => "integer" }
convert => { "PandaJobID" => "integer" }
Expand Down

0 comments on commit 6843500

Please sign in to comment.