Configure Business Workflow rules π
Available in Enterprise Edition
Business Workflow rules use span tags to make trace behavior in transaction processing explicit and transparent. You can create rules that correlate traces from a specific service or from multiple services that include the same global span tag.
The Business Workflow page includes a system-generated rule by default: All traces will be associated with workflows that are identified by the initiating operations of those traces. This is the only default rule. You canβt edit the default rule, but you can turn it off.
Prerequisites π
You must have an admin role to configure Business Workflow rules.
To create a Business Workflow rule that uses span tags, you have to first index the tag. See Index span tags to create Troubleshooting MetricSets for steps to index a span tag.
Configure a rule π
To configure a new rule from Splunk APM, follow these steps. There is a difference between turning on a rule and applying it. The on/off switch affects an individual rule by turning it on or off. After you modify 1 or more rules, you then use buttons that act on the entire rule set to save or discard those changes. Changes are not applied unless you save them.
Go to Data Configuration then Business Workflow.
Select New Rule.
Select 1 of the following options from the Rule Type menu:
Option
Description
Global Tag
Define workflows based on the value of a global tag in spans associated with a trace. This correlates traces that contain spans with the global tag.
Service
Define workflows based on traces that include a service you select. When a trace matches the rule, you also see a specified tag value or endpoint associated with the trace for the service.
Select a Target Global Tag or Target Service according to the Rule Type you selected.
Target Global Tag prompts you to select an indexed global tag. When you select a tag, the rule correlates all traces with the global tag. To create a Business Workflow rule that uses span tags, you have to first index the tag. See Index span tags to create Troubleshooting MetricSets for steps to index a span tag.
Target Service prompts you to select a service and enter the Source of Workflow Name, which is extra metadata to view about the workflow. You can select to correlate traces for a service by an endpoint for the initiating span or a span tag value. To create a Business Workflow rule that uses span tags, you have to first index the tag. See Index span tags to create Troubleshooting MetricSets for steps to index a span tag.
Select Create to save your changes and create the rule.
View the list of rules to confirm the rule you created is turned on.
By default, the newest rule has the highest priority. This means Splunk APM applies the new rule before applying any other rules. If there are other rules you want to apply first, adjust the priority of the new rule.
Select Save Changes to apply the new rule and priority list.
When to use the default rule π
If the initiating operation of a trace is granular enough to capture meaningful workflows, for example with API calls, then the default rule is useful because it groups related traces by their initiating operation, which is different from other initiating operations.
In systems where many traces have the same initiating operations, for example because there is a gateway in place, then you might want to extract the Business Workflow name from a service other than the initiating operation. In this case, you can use either the service: endpoint
or service name
for a Business Workflow.
Rule behavior and limits π
To reduce the likelihood of partial rule changes generating unexpected results, changes to rules accumulate throughout a single computing session and are applied all together when you select Apply Changes. Change encompasses all of the following:
Creating rules
Editing rules
Deleting or disabling rules
The Business Workflow configuration UI displays rules numbered in continuous sequence 1 to n
, regardless of whether those rules are active or not. Because each trace belongs to only 1 workflow rule, priority matters. When multiple rules can apply to the same trace, that trace is matched to the highest priority rule. Rule creation and configuration is governed by the following properties:
The limit on the number of rules you can have is 99.
You can turn a rule on or off using its toggle switch without affecting the content of the rule.
Using the directional arrows in the UI to move a rule up or down in the list changes the rule priority relative to other rules. Rules at the beginning of the list have higher priority than rules at the end of the list.
For the
Matched service:endpoint
naming rule, if a trace contains multiple endpoints of the service, the earliest service endpoint span is used for the workflow name.For the
Tag value
naming rule, if the service appears in multiple spans within a trace with various values of the selected tag, the earliest occurrence is used for the workflow name.