replace support email with github issue link (#1656)
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
@@ -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/).
|
||||
|
||||
@@ -36,9 +36,8 @@ class HostContainer extends Component {
|
||||
</ul>
|
||||
|
||||
<div className={`${baseClass}__no-hosts-contact`}>
|
||||
<p>Still having trouble? Want to talk to a human?</p>
|
||||
<p>Contact Kolide Support:</p>
|
||||
<p><a href="mailto:support@kolide.co">support@kolide.co</a></p>
|
||||
<p>Still having trouble?</p>
|
||||
<p><a href="https://github.com/kolide/fleet/issues">File a Github issue</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -22,7 +22,7 @@ class Kolide404 extends Component {
|
||||
<p>Might we recommend going back on your browser or visiting the <a href="/">home page?</a></p>
|
||||
<div className="gopher-container">
|
||||
<img src={gopher} role="presentation" />
|
||||
<p>Need immediate assistance? <br />Contact <a href="mailto:support@kolide.co">support@kolide.co</a></p>
|
||||
<p>Need assistance? <a href="https://github.com/kolide/fleet/issues">File an issue</a>.</p>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,7 @@ class Kolide404 extends Component {
|
||||
<p>We have alerted the engineers and they are working on a solution.</p>
|
||||
<div className="gopher-container">
|
||||
<img src={gopher} role="presentation" />
|
||||
<p>Need immediate assistance? Contact <a href="mailto:support@kolide.co">support@kolide.co</a></p>
|
||||
<p>Need assistance? <a href="https://github.com/kolide/fleet/issues">File an issue</a>.</p>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user