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

TykTechnologies / tyk / 6321 / 2

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

01 Mar 2019 05:03PM UTC coverage: 62.309% (-0.04%) from 62.349%
LATEST_GO=true

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

Source Files on job 6321.2 (LATEST_GO=true)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5780
  • Travis Job 6321.2
  • 14ffe74c on github
  • Prev Job for LATEST_GO=true on master (#6300.2)
  • Next Job for LATEST_GO=true on master (#6331.2)
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