Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Jan 27, 2024
1 parent bc2a6bb commit 2a08159
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/StashCP.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ filter {
remove_field => [ "headers" , "port"]
tag_on_failure => ["_jsonparsefailure"]
}
if [api_key] != "tPmAT5Ab3j7F9" {
if [api_key] not in ["tPmAT5Ab3j7F9"] {
drop { }
}
}

output {

# stdout {
# codec => rubydebug
# }
stdout {
codec => rubydebug
}

if "_jsonparsefailure" in [tags] {

Expand Down

0 comments on commit 2a08159

Please sign in to comment.