python-atlasapi
python-atlasapi copied to clipboard
Add analyzer to detect indexing operations in log files
As a database administrator, I would like a simple CLI call to detect if there are ongoing index builds on a selected cluster so that I can quickly detect if issues are related to foreground index builds.
This would use the streamed output from https://github.com/mgmonteleone/python-atlasapi/blob/261846652c0c4f5224b681a121893349d123287d/atlasapi/atlas.py#L616 and would parse to detect loglines indicating index builds.
Would add to the CLI interface.