Fluentd - Server name not found in configuration files - TinyIds
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
Research direction
Start with the fluent-plugin-sql configuration shown in the issue and reproduce the failure using HOSTNAME/SQLSERVERINSTANCE with the sqlserver adapter. Trace how the host is passed through activerecord-sqlserver-adapter to TinyTDS, then verify that the configuration works without the slash and with the reported dataserver workaround if applicable.
Written by the indexing model from the issue text.
Description
I'm using fluentd and the plugin that I'm using is fluent-plugin-sql & activerecord-sqlserver-adapter when I have the host as "HOSTNAME/SQLSERVERINSTANCE" it gives an error "TinyTDS: Server name not found in configuration files", however when I just keep the HOSTNAME without "/" it works, this actually an issue in ruby on rails, there is the workaround I have seen like to use dataserver instead of the host but it is not working in fluentd using the plugin fluent-plugin-sql
<source>
@type sql
host HOSTNAME/SQLSERVERINSTANCE
database db_name
adapter sqlserver
username user
password pwd
<table>
table tbl_name
update_column insert_timestamp
</table>
</source>
<match **>
@type stdout
</match>
@repeatedly @kenhys @frsyuki @cosmo0920 @ashie @ganmacs
- Dominant language
- Ruby
- Stars
- 112
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from fluent/fluent-plugin-sql
-
enhancement
Difficulty 4/5 3-5 days Newbie friendliness 35/100
fluent/fluent-plugin-sql#151 · 1 comment ·
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 25/100
fluent/fluent-plugin-sql#149 ·
-
bug needs-investigation
Difficulty 3/5 1-2 days Newbie friendliness 48/100
fluent/fluent-plugin-sql#141 · 1 comment ·
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 42/100
fluent/fluent-plugin-sql#138 · 1 comment ·
-
fluent/fluent-plugin-sql#134 · 6 comments · 1 assignee ·
All issues in fluent/fluent-plugin-sql
Similar issues
-
SyncEm always forwards a dummy block, so wrapped methods lose their no-block/Enumerator behavior Open
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
bug P2
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
dependabot
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
githubnext/gh-aw-cao#13349 ·
-
user-reported
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
Kong/developer.konghq.com#7316 ·