Skip to content

Remove logs from the admin pages

Bob Van Landuyt requested to merge bvl-remove-admin-logs into master

What does this MR do?

This removes the logs from the admin interface. These views were being populated by reading files from the disk, which wouldn't work in multi-node cloud native environment. A better solution would be to ingest the logs in ES.

Since this feature doesn't work anymore, we should remove it

Related to: #209250 (closed)

Screenshots

Before After
before after

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Bob Van Landuyt

Merge request reports