Skip to content

Commit

Permalink
Merging deb/5.0.4-1 into 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arlake228 committed Jul 24, 2023
2 parents 03f082e + 78924b6 commit 502da89
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ perfsonar-logstash-output-plugin (5.1.0~a1.0-1) perfsonar-5.1-snapshot; urgency=

-- perfSONAR developers <[email protected]> Wed, 19 Apr 2023 03:38:20 -0400

perfsonar-logstash-output-plugin (5.0.4-1) perfsonar-5.0; urgency=low

* New upstream version.

-- perfSONAR developers <[email protected]> Mon, 24 Jul 2023 10:41:50 -0400

perfsonar-logstash-output-plugin (5.0.3-1) perfsonar-5.0; urgency=low

* New upstream version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ def filter(event)
event.set("[@metadata][result][hop][success_count]", success_count)
event.set("[@metadata][result][hop][error_count]", error_count)
event.set("[@metadata][result][hop][ip]", hop_ips)
event.set("[@metadata][result][hop][ip_str]", hop_ips.join(" "))
event.set("[@metadata][result][hop][as_number]", hop_asns)
event.set("[@metadata][result][hop][as_number_str]", hop_asns.join(" "))
event.set("[@metadata][result][hop][as_organization]", hop_asos)
event.set("[@metadata][result][hop][as_organization_str]", hop_asos.join(" "))
if path_mtu then
event.set("[@metadata][result][mtu]", path_mtu)
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ perfsonar-logstash (5.1.0~a1.0-1) perfsonar-5.1-snapshot; urgency=low

-- perfSONAR developers <[email protected]> Wed, 19 Apr 2023 03:38:20 -0400

perfsonar-logstash (5.0.4-1) perfsonar-5.0; urgency=low

* New upstream version.

-- perfSONAR developers <[email protected]> Mon, 24 Jul 2023 10:41:50 -0400

perfsonar-logstash (5.0.3-1) perfsonar-5.0; urgency=low

* New upstream version.
Expand Down

0 comments on commit 502da89

Please sign in to comment.