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."
- Host: GitHub
- URL: https://github.com/pottekkat/elk-log-apisix
- Owner: pottekkat
- Created: 2023-08-24T14:59:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-25T05:33:52.000Z (over 1 year ago)
- Last Synced: 2025-01-07T15:29:16.700Z (4 months ago)
- Homepage: https://navendu.me/posts/apisix-logs-elk/
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```