Skip to content

Commit

Permalink
removed now undeeded json as escapes havce been remove
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-grabau committed Oct 24, 2024
1 parent 63fb214 commit dcde0a2
Showing 1 changed file with 0 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,46 +45,6 @@ filter {
rename => { "tmp" => "az"}
}
}
json {
source => "[az][networklocationdetails]"
target => "[az][networklocationdetails]"
tag_on_failure => "_jsonparsefailure_network"
}
json {
source => "[az][devicedetail]"
target => "[az][devicedetail]"
tag_on_failure => "_jsonparsefailure_device"
}
json {
source => "[az][locationdetails]"
target => "[az][locationdetails]"
tag_on_failure => "_jsonparsefailure_location"
}
json {
source => "[az][authenticationprocessingdetails]"
target => "[az][authenticationprocessingdetails]"
tag_on_failure => "_jsonparsefailure_auth_proc"
}
json {
source => "[az][authenticationdetails]"
target => "[az][authenticationdetails]"
tag_on_failure => "_jsonparsefailure_auth_detail"
}
json {
source => "[az][authenticationrequirementpolicies]"
target => "[az][authenticationrequirementpolicies]"
tag_on_failure => "_jsonparsefailure_auth_policy"
}
json {
source => "[az][conditionalaccesspolicies]"
target => "[az][conditionalaccesspolicies]"
tag_on_failure => "_jsonparsefailure_conditional"
}
json {
source => "[az][status]"
target => "[az][status]"
tag_on_failure => "_jsonparsefailure_status"
}
### lowercase all field names
ruby {
init => '@ignore = [ "path", "@timestamp", "@metadata", "host", "@version" ]'
Expand Down

0 comments on commit dcde0a2

Please sign in to comment.