This documentation applies to the following versions of Splunk: 4.0 , 4.0.1 , 4.0.2 , 4.0.3 , 4.0.4 , 4.0.5 , 4.0.6 , 4.0.7 , 4.0.8 , 4.0.9 , 4.0.10
Identifies correlations between fields.
associate [associate-option]* [field-list]
Searches for relationships between pairs of fields. More specifically, this command tries to identify cases where the entropy of field1 decreases significantly based on the condition of field2=value2. field1 is known as the target key and field2 the reference key and value2 the reference value. If a list of fields is provided, analysis will be restricted to only those fields. By default all fields are used.
Example 1: Return results associated with each other (that have at least 3 references to each other).
Example 2: Analyze all events from host "reports" and return results associated with each other.
Example 3: Analyze all fields to find a relationship.