Skip to content

Commit

Permalink
converts
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Oct 4, 2024
1 parent 673514e commit d966484
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions configs/pilot_log.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ filter {
}

mutate {
remove_field => [ "message_kv", "version", "@version", "[extra][logger_name]", "[extra][logstash_async_version]", "[extra][process_name]", "[extra][thread_name]"]
remove_field => [ "message_kv", "input_message", "version", "@version", "[extra][logger_name]", "[extra][logstash_async_version]", "[extra][process_name]", "[extra][thread_name]"]
convert => { "RequestID" => "integer" }
convert => { "PandaJobID" => "integer" }
convert => { "TaskID" => "integer" }
convert => { "Harvester_WorkerID" => "integer" }
}
# extra.path has this random thing that should be shortened /scratch/atlas_MTFrHlIS/pilot3/pilot/util/realtimelogger.py
}
Expand All @@ -58,8 +62,6 @@ output {
hosts => "atlas-kibana.mwt2.org"
ssl => true
action => "create"
# data_stream => "true"
# data_stream_type => "logs"
index => 'pilot_log'
user => "uc_logstash_indexer"
password => "${LOGSTASH_PWD}"
Expand Down

0 comments on commit d966484

Please sign in to comment.