0 Votes

Full-text search of BES Console Content
Log In or Register to download the BES file, and more.


Relevance

 
  * Session Relevance
Show indented relevance
table "border=all" of concatenation of trs of (td of item 0 of it & td of item 1 of it & td of item 2 of it & td of item 3 of it & td of item 4 of it) of ((b of "ID" as html, b of "Link" as html, b of "Type" as html, b of "Site Name", b of "Content" as html) ; ((id of item 0 of it as string as html) , link of item 0 of it, (if analysis flag of item 0 of it then "Analysis" else if baseline flag of item 0 of it then "Baseline" else if fixlet flag of item 0 of it then "Fixlet" else if group flag of item 0 of it then "Group" else if task flag of item 0 of it then "Task" else "Unknown") as html ,name of site of item 0 of it as html, item 1 of it as html) of (it, (concatenations of ps of (("Name:" & (if exists name of it then name of it else "")) ;(if exists relevance clauses of it then ("Relevance:" & it) of relevance clauses of it else "") ; (if exists scripts of actions of it then ("Script:" & it) of substrings separated by "%0a" of scripts of actions of it else "") ; (if exists scripts of actions of components of component groups of it then substrings separated by "%0a" of scripts of actions of components of component groups of it else "")) whose (it as string as lowercase contains "MY_SEARCH_TERM" as lowercase))) whose (item 1 of it as string !="") of (fixlets of (bes sites; bes custom sites; operator sites of bes users)))

Property Details

ID2999556
Status
TitleFull-text search of BES Console Content
Keywordssearch, session relevance, table, html, content
DescriptionThis Session Relevance performs a full-text search of content in the BES Console. Update the "MY_SEARCH_TERM" text. Optionally, the '(bes sites; bes custom sites; operator sites of bes users)' term could be filtered down for faster searches. The result is an HTML Table containing the ID, Link, Type, Site Name, and the Title, Relevance Expressions, or ActionScript Lines containing the search term. This is handy when doing things like updating inter-related Fixlets/Analyses, and trying to determine every place that a given file download, registry key, or client setting is referenced to ensure they are updated together.
Added by
Last Modified by on 11/22/2014 9:50:19 AM
Counters 1 Download
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Sharing

Relevance Image Sharing:

<a href='https://bigfix.me/cdb/relevance/2999556'><img src='https://bigfix.me/cdb/relevanceimage/2999556?width=400' border='0'></a>
Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
jgstew -
I'd love to see a good option for sharing Dashboards, WebReports, Baselines, etc..
JasonWalker -
In my environment I have this wrapped in a Console Dashboard to allow for easy updates of the Search Term and the Sites to Search. I don't know of any good resources for sharing full Dashboards so here's the query at the heart of it.