fluent / fluent/fluent-plugin-sql

Fluentd - Server name not found in configuration files - TinyIds

Ouverte
#108 14 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
enhancement
Langage dominant
Ruby
Étoiles
112
Forks
58
Métriques de merge des PR
Aucune PR mergée en 30 j

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

```

@type sql
host HOSTNAME/SQLSERVERINSTANCE
database db_name
adapter sqlserver
username user
password pwd

table tbl_name
update_column insert_timestamp

@type stdout

```

@repeatedly @kenhys @frsyuki @cosmo0920 @ashie @ganmacs

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.