You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you provide some example events (_raw is fine, headers are not important)? Are any of the current indexes relevant such as index=alert_examples?
Nearly all of the example indexes in QA are generated by dozen lines of python so it is not that hard to make the data but the important question is what is the data we want.
Also how many events do we actually want, thousand? million?
Any need for different amount of events per day or can the timestamp increase in linear way making each day have same amount of events?
Are any of the hostnames or appnames relevant or do we just care about _raw and potentially _time?
Do all the events need to have all the keys or can some include UUID and another doesn't?
What are the words that are needed to exist in the event, and are they standalone or part of key=value combination?
A script or pseudocode for the wanted content that I can use or implement would be appreciated.
Test note of bloom filter functionality in QA
Testing datasource
note specs not set in stone
please add questions or suggestions if you have any improvement ideas, aim is to test the functionality of bloom filtering the best way we can in QA
The text was updated successfully, but these errors were encountered: