algolia-samples / about

Welcome to Algolia Samples! 👋
https://www.Algolia.com
MIT License
2 stars 1 forks source link

[Sample code submission] - Get the logs from an Algolia instance. #47

Open MiguelAngelGarciaGomez opened 2 years ago

MiguelAngelGarciaGomez commented 2 years ago

What's the use case for the sample? In the API monitoring UI you can check the requests that have been done against your application. With the "Search API Logs" option you are able too see the requests that have been made, but it's difficult to filter them by a particular date and to know how many calls have been made between that date and now. You can check more information about this in the following conversation: https://discourse.algolia.com/t/get-the-search-api-logs/16026/2

What's the programming language? JavaScript.

Sample GitHub URL: https://github.com/MiguelAngelGarciaGomez/algolia-get-logs

Author Information (please fill out):

Dependencies: algoliasearch and dotenv.

Checklist:

Please check every part of this checklist for us to process your request. You can do this by marking them with [x] instead of [ ].

Notes: I'm not dure about the first checklist point, as the project I created is based on https://github.com/algolia-samples/api-clients-quickstarts.