An open API service indexing awesome lists of open source software.

https://github.com/pottekkat/elk-log-apisix

Code and configuration files for the blog post, "Combing through APISIX Logs with the Elastic (ELK) Stack."
https://github.com/pottekkat/elk-log-apisix

Last synced: 2 months ago
JSON representation

Code and configuration files for the blog post, "Combing through APISIX Logs with the Elastic (ELK) Stack."

Awesome Lists containing this project

README

        

# Combing through APISIX Logs with the Elastic (ELK) Stack

This repo contains the code and configuration files for the blog post, "Combing through APISIX Logs with the Elastic (ELK) Stack."

## Usage

To set everything up including deploying APISIX, Elasticsearch, Logstash, Kibana, and the sample applications, and configure APISIX in standalone mode, run:

```shell
docker compose up
```