Manually Installing DNS Monster with ClickHouse on AlmaLinux - Data Not Loading Issue #101
Unanswered
pagliardinipert
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi. A few steps to consider:
hope it helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working on setting up DNS Monster on AlmaLinux to integrate with ClickHouse for data storage. Despite configuring everything as per the setup instructions, I'm encountering an issue where no data is being loaded into ClickHouse.
Here are the steps I've followed:
Installation: I installed DNS Monster on AlmaLinux using Go and configured it to send data to ClickHouse using a .ini configuration file.
[capture]
dnstapsocket = tcp://0.0.0.0:9112
[clickhouse_output]
clickhouseaddress = localhost:9000
clickhouseusername =dnsmonster
clickhousepassword =########
clickhousedatabase =default
clickhouseoutputtype = 1
Configuration Details:
I've configured DNS Monster to send data to ClickHouse at localhost:9000 with the database default, using the user dnsmonster and a configured password.
Despite these configurations, I'm not seeing any data being loaded into ClickHouse. I've checked the connectivity between DNS Monster and ClickHouse, and everything seems fine in terms of network and permissions.
Has anyone encountered a similar issue or can provide insights into troubleshooting this problem? Any help would be greatly appreciated.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions