Currently I have packetbeat http port configuration as below:
ports: [80, 8080, 8585]
My requirement is to update the the list of port dynamically.
Currently I'm doing the same by Updating the conf file packetbeat.yml each time by adding new ports to be considered and restarting the packetbeat.
Is there is any easier way of doing the same.