-
Notifications
You must be signed in to change notification settings - Fork 42
Add Kubernetes autodiscover test cases for standalone Agent #1090
Comments
I had a look into this and tried to figure out what is needed here. I see some possible blockers here:
@jsoriano @mdelapenya let me know what you think about the above and if this scenario would be reasonable and doable. Also any pointers on top of it are more than welcome. |
Hey @ChrsMark, thanks for looking into this. Yes, I agree with your assumptions, we should simplify the deployment using standalone Agent, and if Agent is only able to output to ES, we are going to need a ES deployed. |
Thanks for your feedback @jsoriano. I tried to add a simple case at #1645 and it seems to work. Only tricky part is that I use a background script to fetch events from ES api and write them to the expected file. Other option would be to tune the suite so as to be able to fetch/check events directly from ES but I'm not sure what effort it would require. Let me know what you think. |
@ChrsMark if it works, I think we can start with this. If we see this trick is a burden to maintain we can reconsider in the future. |
Continue with #1064 to cover also autodiscover test cases with standalone Agent.
Current tests use the
file
output to write the events, if it is not possible to use this output with Agent we will need to refactor this part to write the events in Elasticsearch or other supported output.// cc: @mdelapenya @ChrsMark
The text was updated successfully, but these errors were encountered: