Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for log templates #201

Closed
wants to merge 4 commits into from
Closed

Add support for log templates #201

wants to merge 4 commits into from

Conversation

georgweiss
Copy link
Member

On top of a few code beautification changes, this PR adds supports for log templates like so:

LogTemplate subclasses Log by adding a name field with the intention to identify a template and to be able to list available templates in client UIs.

A dedicated Elasticsearch index will maintain the LogTemplates created by users.

CRUD operations on the Elasticsearch repository have been added, but only create and get REST endpoints are supported for now as update/delete operations will require authorization, which is not yet in place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant