Skip to content

Instantly share code, notes, and snippets.

View d3rwan's full-sized avatar

Erwan Deruelle d3rwan

View GitHub Profile
@d3rwan
d3rwan / agent_vector.toml
Last active February 17, 2023 16:31
Discovering vector.dev
# Set global options
data_dir = "/var/lib/vector"
[sources.from_file]
type = "file"
include = ["/var/log/nginx/*.log"]
[sinks.to_broker]
type = "kafka"
inputs = ["from_file"]
@d3rwan
d3rwan / docker-compose.yml
Last active February 11, 2017 18:05
Kong API Manager
version: "2"
services:
cassandra:
image: cassandra:2.2.8
container_name: cassandra
ports:
- "9042:9042"
kong:
image: kong
@d3rwan
d3rwan / docker-compose.yml
Last active January 17, 2017 23:05
ELK stack from scratch, with Docker
version: "2"
services:
# brocker
redis:
image: redis:3.2.6
container_name: redis
ports:
- 6379:6379
volumes:
# agregation par operateur pour un contrat donne
POST finance_v1_20141008/_search
{
"size": 0,
"query": {
"filtered": {
"filter": {
"term": {
"contractId": "2"
}
# pour un contractId et un commercialOperator
POST finance/_search
{
"size": 0,
"query": {
"filtered": {
"filter": {
"bool": {
"must": [
{