We don't provide support how to setup datadog or other services its on your totally we only provide way of loggin
Override:
If you have any other way of logging then you can use integration/logger override to use your own functions to create logs for different kind of events
Supported Services:
Discord Webhooks :
Fivemmanage :
Ox Lib :
Datadog :
Copy these bottom lines and past them into your server.cfg {in last or start of files its your choice}
# make sure put your api key
set FWB:SERVICE "fivemanage"
set FWB:APIKEY "YOUR_API_KEY"
Copy these bottom lines and past them into your server.cfg {in last or start of files its your choice}
#make sure to fill your webhook and its not recommened cause sometime discord act bad due to ratelimit
set FWB:SERVICE "discord"
set FWB:AddItem "https://discord.com/api/webhooks/"
set FWB:RemoveItem "https://discord.com/api/webhooks/"
set FWB:AddMoney "https://discord.com/api/webhooks/"
set FWB:RemoveMoney "https://discord.com/api/webhooks/"
set FWB:AddBank "https://discord.com/api/webhooks/"
set FWB:RemoveBank "https://discord.com/api/webhooks/"
set FWB:AddBlackMoney "https://discord.com/api/webhooks/"
set FWB:RemoveBlackMoney "https://discord.com/api/webhooks/"
set FWB:AddSocietyMoney "https://discord.com/api/webhooks/"
set FWB:RemoveSocietyMoney "https://discord.com/api/webhooks/"
Copy these bottom lines and past them into your server.cfg {in last or start of files its your choice}
#mkae sure to fill detail according to your accounts
set FWB:SERVICE "datadog"
set FWB:KEY "your_api_key", # wroe here your key
set FWB:SITE 'datadoghq.com', # write here your site
Copy these bottom lines and past them into your server.cfg {in last or start of files its your choice}
#this will use ox_lib as creating logs make sure your ox_lib already setup to provide logs
set FWB:SERVICE "ox_lib"