• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TykTechnologies / tyk / 6910
62%
master: %

Build:
Build:
LAST BUILD BRANCH: v2.9.4.8
DEFAULT BRANCH: master
Ran 10 Jul 2019 06:34PM UTC
Jobs 1
Files 82
Run time 9s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
6910

push

travis-ci

buger
Fix broken logstash UDP support (#2141)

This PR disables `gas` reconnection functionality when `"logstash_transport": "udp"` because it doesn't support `udp`.
 
Also, we need to fix doc here: https://tyk.io/docs/log-data/#a-name-aggregated-logs-with-logstash-a-aggregated-logs-with-logstash. It says `logstash_transport: The Logstash transport to use, should be "tcp".` but we support `udp` too. And, it would be easier for user if we give a logstash input configuration there like:

```
input {
	tcp {	
		port => 5044
		codec => json
	}
}
```
Fixes #2136

9738 of 15531 relevant lines covered (62.7%)

0.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6910.1 (LATEST_GO=true) 10 Jul 2019 06:34PM UTC 0
62.7
Travis Job 6910.1
Source Files on build 6910
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6910
  • a69f1703 on github
  • Prev Build on release-2.8 (#6909)
  • Next Build on release-2.8 (#6914)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc