You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some similar internal tool that I wrote, but close to re-writing; I would like to use parsible instead. I would like to make the following modifications, let me know if you guys are alright with me committing these back to the code when ready and if they are in scope with the overall direction of the project.
Bulk indexing of logs will support input of a directory, all files in the directory will be indexed. Additionally, -l argument will support multiple files/directories as input.
Bulk indexing will support compressed files and re-compress them after parsing.
Keep track of which files were parsed by having control file in each bulk indexing directory.
Support breaking out bulk indexing into multiple processes that will index given files independently.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I have some similar internal tool that I wrote, but close to re-writing; I would like to use parsible instead. I would like to make the following modifications, let me know if you guys are alright with me committing these back to the code when ready and if they are in scope with the overall direction of the project.
Thanks
The text was updated successfully, but these errors were encountered: