elastic / elastic/beats

[AutoOps] Cache Template Hash to avoid resending

Open
#50,076 0 comments 0 reactions 1 assignee Claimed by @pickypg View on GitHub
Team:Opex
Dominant language
Go
Stars
12.7k
Forks
5k
Avg merge
2d 15m
Merged PRs (30d)
385

Description

Templates can be quite large, so resending them -- even just daily -- is wasteful if nothing has changed.

The AutoOps module should record a hash for each template that it ships and upon the next poll, it should ignore templates whose hash does not change. In a first implementation, we can maintain these hashes in memory (name -> hash) and then in future enhancements we can write it to a stateful file to try to survive across restarts.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.