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

https://github.com/anishagg17/requests-elk

A Logstash pipeline to parse and index logs, which are capable of being processed by Elasticsearch and generate visualizations using Kibana.
https://github.com/anishagg17/requests-elk

elastic-stack elasticsearch kibana logstash

Last synced: 8 months ago
JSON representation

A Logstash pipeline to parse and index logs, which are capable of being processed by Elasticsearch and generate visualizations using Kibana.

Awesome Lists containing this project

README

          

# Requests-ELK

Created a `Logstash` pipeline to parse and index logs, which are then processed by `Elasticsearch`.

- Generated the Geo-location based upon the IP-adress of the log.
- Created visualizations using `Kibana`

## Pie-chart

- The inner-pie depict country wise distribution, outer-pie depict city wise disribution(limited to top-5 cities) within the country.

![Screenshot 2021-04-04 at 9 09 55 PM](https://user-images.githubusercontent.com/43617894/113514053-1e38da80-958a-11eb-8e03-0438e70a9306.png)

![Screenshot 2021-04-04 at 9 11 54 PM](https://user-images.githubusercontent.com/43617894/113514104-635d0c80-958a-11eb-95f2-ff713106b50b.png)

## Vertical-Bar

![Screenshot 2021-04-04 at 9 10 10 PM](https://user-images.githubusercontent.com/43617894/113514059-26911580-958a-11eb-8a33-4fdefeda1377.png)

## Map representation

![Screenshot 2021-04-04 at 9 11 34 PM](https://user-images.githubusercontent.com/43617894/113514096-58a27780-958a-11eb-9ee3-622b338b4bf0.png)

## Area representation

![Screenshot 2021-04-04 at 9 10 49 PM](https://user-images.githubusercontent.com/43617894/113514076-3d376c80-958a-11eb-9129-563ddc3aff06.png)

![Screenshot 2021-04-04 at 9 11 02 PM](https://user-images.githubusercontent.com/43617894/113514085-46283e00-958a-11eb-9a25-45767002ec43.png)