-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated the search query with correct syntax #5113
base: main
Are you sure you want to change the base?
Conversation
|
||
Use sourceCategory in your partitions definitions and avoid keywords to keep your partition broadly scoped. You can always narrow down the scope of your search when you query your partition. | ||
Use _sourceCategory in your partitions definitions and avoid keywords to keep your partition broadly scoped. You can always narrow down the scope of your search when you query your partition. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be in code font?
Use _sourceCategory in your partitions definitions and avoid keywords to keep your partition broadly scoped. You can always narrow down the scope of your search when you query your partition. | |
Use `_sourceCategory` in your partitions definitions and avoid keywords to keep your partition broadly scoped. You can always narrow down the scope of your search when you query your partition. |
@@ -56,7 +56,7 @@ You can bake the Collector into an image, install it manually, or use automat | |||
* Host Metrics (Sumo's [Host Metrics source](/docs/send-data/installed-collectors/sources/host-metrics-source.md) is required.) | |||
* Logs are cached locally, so if a source is throttled by Sumo, you won’t drop data. | |||
* You can bake Installed Collectors into AMIs to allow for consistent deployments across all your hosts. | |||
* Configurable metadata. You can use variables available from Docker and the Docker host to configure the sourceCategory and sourceHost for a Docker log source or a Docker stats. For more information, see Configure sourceCategory and sourceHost using variables. | |||
* Configurable metadata. You can use variables available from Docker and the Docker host to configure the _sourceCategory and sourceHost for a Docker log source or a Docker stats. For more information, see Configure _sourceCategory and sourceHost using variables. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should these be in code font?
* Configurable metadata. You can use variables available from Docker and the Docker host to configure the _sourceCategory and sourceHost for a Docker log source or a Docker stats. For more information, see Configure _sourceCategory and sourceHost using variables. | |
* Configurable metadata. You can use variables available from Docker and the Docker host to configure the `_sourceCategory` and `sourceHost` for a Docker log source or a Docker stats. For more information, see Configure `_sourceCategory` and `sourceHost` using variables. |
@@ -70,7 +70,7 @@ Logic collector. | |||
* No need to bake into any AMIs. Can be fully automated depending on your automation tooling around Docker. | |||
* The Collector will cache the files in the container, so if a Source is throttled by Sumo, you won’t drop data. Ensure that you have ample space, or use persistent storage. | |||
* Easy to upgrade: it’s a container, just deploy a new one! | |||
* Configurable metadata. You can use variables available from Docker and the Docker host to configure the sourceCategory and sourceHost for a Docker log source or a Docker stats. For more information, see Configure sourceCategory and sourceHost using variables. | |||
* Configurable metadata. You can use variables available from Docker and the Docker host to configure the _sourceCategory and sourceHost for a Docker log source or a Docker stats. For more information, see Configure _sourceCategory and sourceHost using variables. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should these be in code font?
* Configurable metadata. You can use variables available from Docker and the Docker host to configure the _sourceCategory and sourceHost for a Docker log source or a Docker stats. For more information, see Configure _sourceCategory and sourceHost using variables. | |
* Configurable metadata. You can use variables available from Docker and the Docker host to configure the `_sourceCategory` and `sourceHost` for a Docker log source or a Docker stats. For more information, see Configure `_sourceCategory` and `sourceHost` using variables. |
@@ -6,7 +6,7 @@ description: Search for a Collector or Source on the Manage Collection page. | |||
|
|||
Many Sumo Logic customers have hundreds of collectors and sources installed and configured. But even with only 10 Collectors, sometimes it can be hard to find the one you need in the list. | |||
|
|||
On the **Collection** page, a search field allows you to search for collectors and sources by name or sourceCategory using complete keywords. | |||
On the **Collection** page, a search field allows you to search for collectors and sources by name or _sourceCategory using complete keywords. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be in code font?
On the **Collection** page, a search field allows you to search for collectors and sources by name or _sourceCategory using complete keywords. | |
On the **Collection** page, a search field allows you to search for collectors and sources by name or `_sourceCategory` using complete keywords. |
Purpose of this pull request
This pull request is to correct the query syntax with
sourceCategory
to_sourceCategory
.Select the type of change
Ticket (if applicable)
Incorrect documentation of _sourceCategory in keyword-search-expressions.md file