python-atlasapi icon indicating copy to clipboard operation
python-atlasapi copied to clipboard

Add analyzer to detect indexing operations in log files

Open mgmonteleone opened this issue 5 years ago • 1 comments

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.

mgmonteleone avatar Feb 10 '20 23:02 mgmonteleone

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.

mgmonteleone avatar Feb 10 '20 23:02 mgmonteleone