skartikey
187a1931e5
chore(inputs.sqlserver): Migrate Azure AD Authentication from ADAL to MSAL ( #16730 )
...
Co-authored-by: Sven Rebhan <36194019+srebhan@users.noreply.github.com>
2025-05-08 11:58:07 +01:00
Thomas Casteleyn
0febb7e588
chore(inputs): Remove deprecated options from sample config ( #15872 )
2024-09-23 11:34:25 -05:00
Jan L. Große
df78bc23f0
feat(inputs.sqlserver): Introduce user specified ID parameter for ADD logins ( #15424 )
...
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-06-17 10:24:52 +02:00
Chad Renstrom
820d79551b
feat(inputs.sqlserver): Add persistent version store metrics ( #15137 )
2024-04-11 16:50:44 +02:00
Andreas Deininger
6814d7af8a
docs: Fix typos ( #14359 )
...
Co-authored-by: Josh Powers <powersj@fastmail.com>
2023-11-29 14:47:39 +01:00
Joshua Powers
c050c010bc
fix: replace github.com/denisenkom/go-mssqldb with github.com/microsoft/go-mssqldb ( #13524 )
2023-07-07 11:01:55 -06:00
Niko
d7dfe4ed48
feat(inputs.sqlserver): Add Azure Arc-enabled SQL MI support ( #13261 )
2023-05-17 12:36:02 -06:00
r3inbowari
19c4316694
chore: Update README.md ( #12989 )
2023-04-04 13:43:49 +02:00
Sven Rebhan
dfc5cdf924
docs: indicate secret-store support in plugin READMEs ( #12592 )
2023-02-02 09:31:23 -07:00
Thomas Casteleyn
61523bd4b9
feat(tools/readme_linter): Check for global configuration section ( #12426 )
2023-01-12 16:55:21 +01:00
Sven Rebhan
63ab159481
feat(secretstores): add support for additional input plugins ( #12067 )
2023-01-09 09:17:23 -07:00
Gianluca Sartori
82555d3e1c
fix(inputs.sqlserver): SqlRequests include sleeping sessions with open transactions ( #12386 )
2022-12-16 06:28:15 -07:00
goswamisandeep
e44129869c
feat(inputs.sqlserver): introduce timeout for query execution ( #12319 )
2022-12-06 07:24:19 -07:00
goswamisandeep
4a378c6ff9
feat(inputs.sqlserver): add metric available_physical_memory_kb in sqlserver_server_properties ( #12292 )
2022-12-01 07:50:38 -07:00
Joshua Powers
49ac03fa80
docs: add global configuration header ( #12107 )
2022-10-26 14:58:36 -05:00
deweter
ab185887c0
feat(inputs.sqlserver): Improved filtering for active requests ( #11709 )
2022-09-07 11:30:11 +02:00
Mya
9a7c308ade
docs: add timeout section ( #11550 )
2022-07-26 10:07:34 -06:00
David Barbarin
8c66d604be
feat(inputs.sqlserver): Update query store and latch performance counters ( #11216 )
2022-06-02 10:04:14 -05:00
Sven Rebhan
56eb914998
chore: Embed sample configurations into README for inputs ( #11136 )
2022-05-24 08:49:47 -05:00
Aleksandr Venger
237658d6cd
feat(inputs/sqlserver): add RecentBackups query ( #10567 )
2022-04-13 09:57:36 -06:00
Giulio Fronterotta
2337fd6e61
docs: update sql readme for creating login in windows ( #10967 )
2022-04-12 08:32:24 -06:00
Sebastian Spaink
5676326ae9
chore(inputs): add descriptions to config in README.md ( #10962 )
2022-04-12 08:29:02 -05:00
Abair
fe240f0c67
docs: updates readme to add service SID auth and cleans up AAD auth dupe info ( #10541 )
2022-02-01 15:27:02 -07:00
Mya
837465fcd5
chore: clean up all errors for markdown lint input plugins s through v ( #10167 )
2021-11-24 11:50:13 -07:00
Jean-Sébastien Dupuy
a2cf4fb98f
docs: add elastic pool in supported versions in sqlserver ( #10044 )
2021-11-02 08:50:38 -06:00
Jean-Sébastien Dupuy
5d2b5d15a7
feat: add additional metrics to support elastic pool (sqlserver plugin) ( #9841 )
2021-10-26 12:07:02 -06:00
reimda
537ac63c68
Sqlserver input: require authentication method to be specified ( #9388 )
2021-07-07 13:09:52 -06:00
Avinash Nigam
f39d68d1fa
SQL Server input plugin - Enable Azure Active Directory (AAD) authentication support ( #8822 )
...
### Required for all PRs:
- [ ] Associated README.md updated.
- [ ] Has appropriate unit tests.
Associated to feature request - [Azure Active Directory (AAD) authentication support in SQL Server input plugin](https://github.com/influxdata/telegraf/issues/8808#issue-801695311 )
Co-authored-by: Sven Rebhan <36194019+srebhan@users.noreply.github.com>
2021-04-21 11:02:07 -05:00
Samantha Wang
5423e7a049
update: inputs.sqlserver support version in readme ( #9040 )
2021-03-24 13:42:58 -07:00
Connor Quagliana
30e189df16
Add an optional health metric for the sqlserver input plugin ( #8544 )
2021-03-11 16:07:38 -05:00
Avinash Nigam
e687cd7a5f
SQL Server HA/DR Availability Group queries ( #8379 )
2020-12-08 15:40:11 -05:00
Russ Savage
dabea48a90
Fix minor typos in readmes ( #8370 )
2020-11-12 10:20:50 -07:00
Giovanni Luisotto
88698a68d9
Fixed Query mapping ( #8200 )
2020-10-07 08:30:54 -06:00
denzilribeiro
f0c2c38931
Database_type config to Split up sql queries by engine type ( #7934 )
2020-09-08 17:36:23 -04:00
Giovanni Luisotto
db0d950b3a
Add cpu query to sqlserver input ( #7359 )
2020-05-07 11:25:03 -07:00
Giovanni Luisotto
c56596dec2
Sql Server - Disk Space Measurement ( #7214 )
2020-04-06 11:53:54 -04:00
Harshit Bansal
a612a4d85f
Add option for explicitly including queries in sqlserver input plugin ( #7150 )
2020-03-16 13:46:42 -07:00
Daniel Nelson
1498f8addf
Add cardinality tips to FAQ and sqlserver input ( #6852 )
2020-01-08 10:52:58 -08:00
Daniel Nelson
0e6500669a
Add missing ServerProperties query to sqlserver input docs ( #6625 )
2019-11-07 16:29:45 -08:00
GeorgeJahad
e553341879
Update sqlserver docs for TLS connections ( #6409 )
2019-09-17 15:48:08 -07:00
denzilribeiro
109d1e1e15
Add support for collecting SQL Requests to identify waits and blocking ( #6144 )
2019-07-22 15:04:15 -07:00
denzilribeiro
149be55c64
Add improved support for Azure SQL Database ( #6111 )
2019-07-12 11:37:00 -07:00
Daniel Nelson
efbc83c8b6
Document that sqlserver input requires SP3
2019-01-22 15:47:57 -08:00
Mark Wilkinson - m82labs
b43165f2d8
Improve Azure Managed Instance support + more in sqlserver input ( #4642 )
2018-09-11 18:47:30 -07:00
Mark Wilkinson - m82labs
d7f279e3d3
Fix SQL Server 2008 compatibility ( #3916 )
...
* Fixed a bug in the performance counter query when run against SQL Server 2016 SP1-CU2. The performance counter DMV contains duplicate entries which are not handled by the query.
* Adding more stats related to workload groups.
* Adding new RG stats, removing "host" tag
* Removed workload group query
* Fixing some 2008 compat issues, removed the host field from the result set.
* Adding fixes for SQL Server 2008 compat around RG columns. Also converted perf counter query to support named instances.
2018-03-22 10:38:40 -07:00
Mark Wilkinson - m82labs
42ccc9f324
Added additional SQL Server performance counters ( #3770 )
...
* Included system databases in server properties, added backup/restore throughput counter, error counters, and user settable counters.
* Added more resource governor counters.
* Added Target and Total Server Memory counters.
* Removed the c_type tag from the performance counters query, added more documentation instead.
2018-02-09 12:45:22 -08:00
Daniel Nelson
8c8c9200e7
Update sqlserver readme; enable query_version = 2 in default config
...
If unset, query_version is still treated as version 1 for compatibility.
2018-02-01 12:13:49 -08:00
Mark Wilkinson - m82labs
426360d61f
Add new sql server output data model ( #3618 )
2018-02-01 11:50:26 -08:00
Zack Zatkin-Gold
dd537b3382
Fix telegraf example arguments ( #2788 )
...
Many of the examples provided within documentation are using a single
dash for the command line arguments, but the telegraf executable
explicitly has two dashes.
There are also some inconsistencies with the ordering of the command
line argument examples. I've ordered them so that the examples will
show: config, config-directory, input-filter, test
2017-05-12 15:22:29 -07:00
root
a9c33abfa5
sql server: update README.md
...
closes #594
2016-01-28 13:50:26 -07:00