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
The text was updated successfully, but these errors were encountered:
rangers-bnc
changed the title
storage-to-hec : how to handle multiple file update
storage-to-hec (nsg): how to handle multiple file updates
May 16, 2023
How to handle the fact that the blob input get updated once every minute, so 59-62 times per hour. Then a rollover file is created.
Doesn't it create duplicate entries in Splunk ?
It documented that NSG flow log files are created in blocks:
[0]
{"records":[
(12)[1]
{ ... },{ ... }
=> after 1 minute[2]
,{ ... },{ ... }
=> after 2 minutes...
[n]
]}
(2)The text was updated successfully, but these errors were encountered: