From ca5f63dd4fca06e24887abc3b3a93f0c6e40e3dc Mon Sep 17 00:00:00 2001 From: Victor Vrantchan Date: Fri, 1 Dec 2017 12:15:50 -0500 Subject: [PATCH] replace support email with github issue link (#1656) --- docs/README.md | 2 +- docs/application/working-with-osquery-logs.md | 2 +- frontend/components/hosts/HostContainer/HostContainer.jsx | 5 ++--- frontend/pages/Kolide404/Kolide404.jsx | 2 +- frontend/pages/Kolide500/Kolide500.jsx | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/README.md b/docs/README.md index 65864b5c78..2c775105ef 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,4 +9,4 @@ Welcome to the Kolide documentation. - If you are interested in accessing the Kolide REST API in order to programmatically interact with your osquery installation, please see the [API Documentation](./api/README.md). - Finally, if you're interested in interacting with the Kolide source code, you will find information on modifying and building the code in the [Development Documentation](./development/README.md). -If you have any questions, please don't hesitate to reach out to [support@kolide.co](mailto:support@kolide.co). +If you have any questions, please don't hesitate to [File a GitHub issue](https://github.com/kolide/fleet/issues) or [join us on Slack](https://osquery-slack.herokuapp.com/). You can find us in the `#kolide` channel. diff --git a/docs/application/working-with-osquery-logs.md b/docs/application/working-with-osquery-logs.md index 0f03b02507..c20cf9061f 100644 --- a/docs/application/working-with-osquery-logs.md +++ b/docs/application/working-with-osquery-logs.md @@ -10,4 +10,4 @@ You can also configure the path which logs are written via environment variables As the Fleet server ingests logs from osquery, it will write them to the paths described using the above flags. You are encouraged to forward these logs into your company's log aggregation/alerting pipeline directly. For more information on configuring various systems to ingest osquery logs, consider reviewing the [Log Aggregation](https://osquery.readthedocs.io/en/stable/deployment/log-aggregation/) documentation on the official osquery wiki. -As the Fleet application grows, we are going to expand this feature based on customer feedback. If you would like direct integrations with a specific third-party application, please let us know at [support@kolide.co](mailto:support@kolide.co). +As the Fleet application grows, we are going to expand this feature based on customer feedback. If you would like direct integrations with a specific third-party application, please let us know by [filing an issue on github](https://github.com/kolide/fleet/issues) or [joining us on Slack](https://osquery-slack.herokuapp.com/). diff --git a/frontend/components/hosts/HostContainer/HostContainer.jsx b/frontend/components/hosts/HostContainer/HostContainer.jsx index 555f513f4b..91784aa2ed 100644 --- a/frontend/components/hosts/HostContainer/HostContainer.jsx +++ b/frontend/components/hosts/HostContainer/HostContainer.jsx @@ -36,9 +36,8 @@ class HostContainer extends Component {
-

Still having trouble? Want to talk to a human?

-

Contact Kolide Support:

-

support@kolide.co

+

Still having trouble?

+

File a Github issue.

); diff --git a/frontend/pages/Kolide404/Kolide404.jsx b/frontend/pages/Kolide404/Kolide404.jsx index b546e86a68..ad79dca919 100644 --- a/frontend/pages/Kolide404/Kolide404.jsx +++ b/frontend/pages/Kolide404/Kolide404.jsx @@ -22,7 +22,7 @@ class Kolide404 extends Component {

Might we recommend going back on your browser or visiting the home page?

-

Need immediate assistance?
Contact support@kolide.co

+

Need assistance? File an issue.

diff --git a/frontend/pages/Kolide500/Kolide500.jsx b/frontend/pages/Kolide500/Kolide500.jsx index 5362d0f420..0b518fc4b2 100644 --- a/frontend/pages/Kolide500/Kolide500.jsx +++ b/frontend/pages/Kolide500/Kolide500.jsx @@ -22,7 +22,7 @@ class Kolide404 extends Component {

We have alerted the engineers and they are working on a solution.

-

Need immediate assistance? Contact support@kolide.co

+

Need assistance? File an issue.