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

TykTechnologies / tyk / 6321

Build:
DEFAULT BRANCH: master
Ran 01 Mar 2019 05:13PM UTC
Jobs 1
Files 108
Run time 12min
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
6321

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

10509 of 16866 relevant lines covered (62.31%)

0.69 hits per line

Jobs
ID Job ID Ran Files Coverage
2 6321.2 (LATEST_GO=true) 01 Mar 2019 05:13PM UTC 0
62.31
Travis Job 6321.2
Source Files on build 6321
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6321
  • 14ffe74c on github
  • Prev Build on master (#6300)
  • Next Build on master (#6331)
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