See here for first time setup.
docker compose up
docker compose start
http://localhost:3000
Enter the above URL in your browser.
- Enter a start date and an end date. The start date must be before or the same as the end date.
- Click on
Select Log Files
. If no files were found in the selected date range, you will be prompted to widen your search.
- Select the files you want to re-ingest.
- Click
Ingest Selected Files
to submit the re-ingestion request. You will recieve a prompt when the request is recieved.
- Enter a start date and an end date. The start date must be before or the same as the end date.
- Enter a log attribute (for example, request_method) and the log attribute value (for example, GET) and click the
+
button. You will see your entry appear.
Click x
on the pill to remove an entry.
If you wish to update an existing entry, enter the log attribute and the updated log attribute value, then click the +
button.
You can have one or two enteries.
3. Click Ingest Matching Log Enteries
. You will recieve a prompt when the request for re-ingestion is recieved.
docker compose stop