Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.

Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |

Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Example: Sending JSON Data to BVD
Sending Data From Data Center East |
|
In this example, Data Center East sends two sets of JSON data to the BVD receiver. In both sets, the data fields
Lessons learned: Pick the fields in your data that uniquely identify the values you want to send to BVD and include the fields as dimensions in the HTTP post request. Note If you send data to BVD from an application that is not part of the Operations Bridge Suite container deployment (for example a classically installed OMi), define the receiver URL as follows:
If you send data to BVD from an application that is also installed as an Operations Bridge Suite container, define the receiver URL as follows:
|
Sending Additional Data From Data Center East |
|
The primary location of Data Center East is in New York City, with backup servers located in Boston. Both locations send the same set of JSON data. To differentiate the data from the two locations without modifying the JSON data, you can add an additional dimension In this example, we added the dimension
Lessons learned: Directly assign values to your dimensions by adding dim=value pairs to the HTTP post request. |
Sending Data From Data Center West |
|
A second data center, Data Center West, starts sending data similar to the JSON data sent by Data Center East. The data from Data Center West uses the same data channels as the data from East. To distinguish the data from the two centers, you must add the origin to the data. You can do this by adding tags to the URL. Tags are static labels that you can attach to your data to create more specific data channels. In this example, we added the tags
Lessons learned: Attach tags to your data to create specific data channels. |
Associating Data Channels with Widgets |
|
Once BVD has received the data, it creates the corresponding data channels. You can then associate a data channel with your widget in the widget's properties. In this example, the data channel By default, the widget consumes data from the
Lessons learned: Connect your data to a widget by selecting the corresponding data channel in the widget's properties. |