Commit Graph

65 Commits (b1a2344be11fbdc0e524853af6a4f7f6c17cca2c)

Author SHA1 Message Date
Torkel Ödegaard 4f9fbcc211 dataproxy: added caching of datasources when doing data proxy requests, #9078 8 years ago
Torkel Ödegaard 8bf49c51b9 dataproxy: refactoring data source proxy to support route templates and wrote more tests for data proxy code, #9078 8 years ago
Torkel Ödegaard 63d6ab476a feat: data source proxy refactoring and route handling, #9078 8 years ago
Dan Cech e4cb103966 remove X-Forwarded-* headers added by nginx when proxying data source & plugin requests (#8418) 9 years ago
Dan Cech 007c08f2a8 remove X-Forwarded-* headers added by nginx when proxying data source & plugin requests (#8418) 9 years ago
Torkel Ödegaard 1cd632cc43 plugins: added state property to plugins 9 years ago
bergquist 9ece10ef24 style(dataproxy): simplify expression 9 years ago
Mitsuhiro Tanda 69566a23fc improve security of Prometheus datasource 9 years ago
bergquist d4a96b9741 tech(dataproxy): make the code a little bit more defensive 9 years ago
bergquist dd84fb563a style(dataproxy): renames log functions 9 years ago
bergquist 51bca7d84b tech(dataproxy): moves all parameters to Info call 9 years ago
Ricky Niemi 269d16301a Rename to audit logging to data proxy logging 9 years ago
Ricky Niemi 0fee7c863a Gate data proxy audit logging behind audit_logging server setting 9 years ago
Ricky Niemi d9cbb994b8 Clean up audit log formatting and code 9 years ago
Ricky Niemi d03977ac0e Add initial audit logging to data proxy 9 years ago
Carl Bergquist 2c7adccf12 Use cache for http.client in tsdb package. (#6833) 9 years ago
stuart nelson bc69c8ef40 Add transport cache for reverse proxy (#6776) 9 years ago
stuart nelson 9ed21c6a16 Add transport cache for reverse proxy (#6776) 9 years ago
Daniel Lee 0618122bcd feat(httpsettings): add tls auth option 9 years ago
Daniel Lee 387f8cc0c6 feat(dataproxy): TLS CA Cert for self-signed certs 9 years ago
Daniel Lee c9b2c694f1 refactor(dataproxy): TLS Client Auth 9 years ago
Joe Lanford 56b7e2dfaf Added support for TLS client auth for datasource proxies (#5801) 9 years ago
Torkel Ödegaard b32bbbd1a2 fix(influxdb): enforce database restriction, fixes #6352 9 years ago
wvl a73424d6af Secure Elasticsearch datasources a bit (#6031) 9 years ago
Nozomi Anzai 157435a61c Fix to check white list when the frontend tries to connect DB 9 years ago
Mitsuhiro Tanda 490ea18638 (cloudwatch) fix, don't block by white list (#5632) 10 years ago
Nozomi Anzai bdf68b2183 Fix wrong overwrite of commit:711992c8e2e811abd450cb665008bb0a1b3e29a9 10 years ago
Torkel Ödegaard 5c35fac8fe fix(dataproxy): removed accidental debug code 10 years ago
Torkel Ödegaard 81e9aa4de4 feat(datasource): cancel in flight data source requests, refeatoring #5321 10 years ago
Nozomi Anzai 6586cc4029 Add the datasource of RDBMS (PostgreSQL and MySQL) 10 years ago
Torkel Ödegaard 34e17f7282 feat(alerting): requests looks to be working again 10 years ago
Torkel Ödegaard aef2b6b45f feat(instrumentation): finial polish 10 years ago
Torkel Ödegaard 1a05ae2eaa feat(instrumentation): more work 10 years ago
Torkel Ödegaard 3065d10931 feat(timing): timing is now working with graphite and influxdb 10 years ago
Jared Wiltshire c9d6321f38 Allow for proxying Authorization header and automatically convert (#4832) 10 years ago
Torkel Ödegaard 711992c8e2 fix(influxdb): minor fix for duplicated db param to proxied influxdb call, fixes #4703 10 years ago
Torkel Ödegaard e63ff1c762 feat(dataproxy): set flush interval, need a setting for this 10 years ago
bergquist 75454b02c0 fix(dataproxy): remove partially used cache 10 years ago
bergquist 34eb5acee7 feat(dataproxy): remove 'SetCookie' from reponse 10 years ago
bergquist 4fe72ebf69 feat(macaron): upgrades macaron version 10 years ago
Torkel Ödegaard 5d64568f3e refactoring: some minor refactoring and changes to AWS profile PR #3053 10 years ago
Torkel Ödegaard 9fc91b7aa1 fixed gofmt issue 10 years ago
Torkel Ödegaard 180ba33ac8 feat(cloudwatch): refactoring and cleanup of backend code, started moving hard coded stuff in the frontend to the backend, changed name of metricFind queries region() -> regions() , and namespace() -> namespaces() to be more consistent with the others, #684 10 years ago
Torkel Ödegaard a23217cc6f fix(influxdb): clear existing Authorization header when proxying request to InfluxDB, fixes #2778 10 years ago
Torkel Ödegaard 9603dce469 feat(dataproxy): added whitelist setting and feature for data proxies, closes #2626 10 years ago
Mitsuhiro Tanda 00f76ecaf6 CloudWatch proxy support 10 years ago
Torkel Ödegaard 19f64bc561 fix(data source proxy): clear proxies request from cookies, fixes #2470 11 years ago
Torkel Ödegaard 0ed4744a33 influxdb(auth): fixed issue with using basic auth and influxdb, fixes #2455 11 years ago
Torkel Ödegaard fc43ce657c allow data source proxy to proxy requests over self signed https connections, Closes #2069 11 years ago
Torkel Ödegaard 2fec2c2fa0 Templating: Dashboard will now wait to load until all template variables that have refresh on load set or are initialized via url to be fully loaded and so all variables are in valid state before panels start issuing metric requests. Closes #1255 11 years ago