Task #17937
WSC: show_activitylog()
100%
Files
Related issues
Updated by Tushar Bhingare about 1 year ago
- Estimated time set to 4.00 h
- Assignee set to Tushar Bhingare
- Status changed from New to In Progress
I've just begun learning Elasticsearch by pulling a Docker image.
Updated by Tushar Bhingare about 1 year ago
use Kibana Console to insert and retrieve data into the elastic search index.
write a straightforward Go language program that stores logs from log.json in an elastic search database.
Updated by Tushar Bhingare about 1 year ago
In order to add log data into Elastic Search, I have developed a CLI program. It accepts a file as input and adds the log to the elastic search index inside the file.
Updated by Tushar Bhingare about 1 year ago
began writing the show_activitylog() api call. obtaining all the data inside the indexes and figuring out how to include a filter query in it
Updated by Tushar Bhingare about 1 year ago
- % Done changed from 0 to 10
looking for ways to filter documents (log entries) based on optional or mandatory fields
Updated by Tushar Bhingare about 1 year ago
- Estimated time deleted (
4.00 h)
worked on various methods of utilizing typeapi and esapi to filter data with optional fields.
Updated by Tushar Bhingare about 1 year ago
Apply pagination and use a filter to search the data. changes logharbour index data fields to nested
Updated by Shuvam Misra about 1 year ago
- Target version changed from Sprint 29 Feb to Sprint 15 Mar
Updated by Shuvam Misra about 1 year ago
- Follows Task #18066: Go lib: GetLogs() added
- Start date set to 18/03/2024
- Due date set to 18/03/2024
Updated by Tushar Bhingare about 1 year ago
added query to obtain logs for the number of days starting from the present
added fields for both new and old data in the index fields.
Updated by Tushar Bhingare about 1 year ago
- % Done changed from 10 to 30
- Status changed from In Progress to On Hold
putting the status on hold to begin working on the getlogs() function
Updated by Tushar Bhingare about 1 year ago
- % Done changed from 30 to 40
- Status changed from On Hold to In Progress
Rearrange show_activitylog() and use the getLogs function to retrieve records from elastic search.
Updated by Tushar Bhingare about 1 year ago
- % Done changed from 40 to 90
write unit testing for standard and custom validations
Updated by Tushar Bhingare about 1 year ago
- % Done changed from 90 to 100
- Status changed from Testing to Closed