Merge pull request #3352 from kleesc/elastic_logs_model_implementation
Implement logs model using Elasticsearch
This commit is contained in:
commit
d67bbd4917
20 changed files with 1282 additions and 38 deletions
|
@ -92,6 +92,7 @@ INTERNAL_ONLY_PROPERTIES = {
|
|||
'TUF_SERVER',
|
||||
|
||||
'V1_ONLY_DOMAIN',
|
||||
'LOGS_MODEL',
|
||||
}
|
||||
|
||||
CONFIG_SCHEMA = {
|
||||
|
|
Reference in a new issue