Project

General

Profile

Task #17937

WSC: show_activitylog()

Added by Sachin Divekar about 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Start date:
18/03/2024
Due date:
18/03/2024
% Done:

100%

Estimated time:

Files


Related issues

Follows LogHarbour: logging - Task #18066: Go lib: GetLogs()Closed15/03/2024Tushar Bhingare

Actions
#1

Updated by Shuvam Misra about 1 year ago

  • Target version set to Sprint 29 Feb
#2

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.

#3

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.

#4

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.

#5

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

#6

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

#7

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.

#8

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

#9

Updated by Shuvam Misra about 1 year ago

  • Target version changed from Sprint 29 Feb to Sprint 15 Mar
#10

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
#11

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.

#12

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

#13

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.

#14

Updated by Shuvam Misra about 1 year ago

  • Status changed from In Progress to Testing
#15

Updated by Tushar Bhingare about 1 year ago

  • % Done changed from 40 to 90

write unit testing for standard and custom validations

#16

Updated by Tushar Bhingare about 1 year ago

  • % Done changed from 90 to 100
  • Status changed from Testing to Closed

Also available in: Atom PDF