Skip to content

Commit

Permalink
fixed non-ecs field mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-grabau committed Oct 24, 2024
1 parent 0a9582f commit 1f85706
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config/processors/api_aws_app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ filter {
"[log][source][hostname]" => "aws_app"
}
}
# cmd
# "[tmp][__monotonic_timestamp]" => "1289776813424"
# "[tmp][__realtime_timestamp]" => "1704485287095345"
# "[tmp][_source_monotonic_timestamp]" => "1989560529012"
# "[tmp][_cap_effective]" => "1ffffffffff"
mutate {
rename => {
"[tmp][_source_realtime_timestamp]" => "[event][created]"
Expand Down Expand Up @@ -79,7 +74,7 @@ filter {
}
mutate {
rename => {
"[jtmp][class]" => "com.cargill.fps.server.service.impl.pricingserviceimpl"
"[jtmp][class]" => "[dns][answers][class]"
"[jtmp][method]" => "[http][request][mime_type]"
"[jtmp][@severity]" => "[log][syslog][severity][name]"
"[jtmp][level]" => "[log][level]"
Expand Down

0 comments on commit 1f85706

Please sign in to comment.