Skip to content

Instantly share code, notes, and snippets.

@firegrass
firegrass / .drone.yml
Created September 3, 2018 14:41 — forked from arehmandev/.drone.yml
.drone.yml example
workspace:
base: /build
pipeline:
build-image:
image: docker
commands:
# Build development target, which includes xdebug.
# Tag with both api-build:<build_number> and api-build:latest.
@firegrass
firegrass / beats-logstash-tls.md
Created January 19, 2017 09:22 — forked from andrewkroh/beats-logstash-tls.md
Using TLS between Beats and Logstash

Using TLS between Beats and Logstash

Beats to Logstash over TLS

The purpose of this document is to help with configuring and troubleshooting using TLS on the connection between Beats and Logstash.

Configuration

You must configure TLS on both the client and server to make this work. This