msend_bhom2binary/dist/config.ini

28 lines
566 B
INI

[Server]
server=sample-itom-demo.onbmc.com
api_key=ENTER_API_KEY_HERE
[Logging]
log_file = logfile.log
; max_bytes is 10MB
max_bytes = 10485760
backup_count = 5
[EventHandling]
success_flag = True
success_dir = successful_saved_events
max_success_files = 10
max_success_size_bytes = 10485760
[Buffering]
buffer_dir = event_buffer
max_buffer_files = 100
max_buffer_size_bytes = 10485760
retry_check_buffer_status_time = 10
retry_check_buffer_status_count = 2
lock_filename = lock.txt
max_lock_file_size = 10485760
[REST API retry]
wait_time=2000
max_retry_count=3