Last update: Sep 15, 2019
If you want to log using the Logstash standard via stdout, you have to add the krakend-logstash
integration in the
root level of your krakend.json
, inside the extra_config
section. The gologging
needs to be enabled too.
For instance:
"extra_config": {
"github_com/devopsfaith/krakend-logstash": {
"enabled": true
}
"github_com/devopsfaith/krakend-gologging": {
"level": "INFO",
"prefix": "[KRAKEND]",
"syslog": false,
"stdout": true,
"format": "logstash"
}
}
The documentation is only a piece of the help you can get! Whether you are looking for Open Source or Enterprise support, see more support channels that can help you.
We use cookies to understand how you use our site and to improve your overall experience. By continuing to use our site, you accept our Privacy Policy. More information