Zinc Search

Zinc Search output module is designed to send dnsmonster logs to zincsearch.

Configuration Parameters

[zinc_output] ; What should be written to zinc. options: ; 0: Disable Output ; 1: Enable Output without any filters ; 2: Enable Output and apply skipdomains logic ; 3: Enable Output and apply allowdomains logic ; 4: Enable Output and apply both skip and allow domains logic zincoutputtype = 0 ; index used to save data in Zinc zincoutputindex = dnsmonster ; zinc endpoint address, example: http://127.0.0.1:9200/api/default/_bulk. Used if zincOutputType is not none zincoutputendpoint = ; zinc username, example: [email protected]. Used if zincOutputType is not none zincoutputusername = ; zinc password, example: password. Used if zincOutputType is not none zincoutputpassword = ; Send data to Zinc in batch sizes zincbatchsize = 1000 ; Interval between sending results to Zinc if Batch size is not filled zincbatchdelay = 1s ; Zing request timeout zinctimeout = 10s
Last modified December 14, 2024: moved to pure go bpf lexer (#113) (bfb9298)