Hello all,
1) I would like to have a matrix of correlation (with |correlate) for the attribute (more than 20) of my table. I have a table like this:
Date...........Occurences...........Attribute
10/05/2013...........1100...............ATTR1
10/05/2013............537...............ATTR2
11/05/2013...........1218...............ATTR1
11/05/2013............496...............ATTR2
Is it possible to obtain this table with splunk commands?
Date................ATTR1..........ATTR2
10/05/2013...........1100............537
11/05/2013...........1218............496
specification: Date, ATTR1 and ATTR2 are the name of columns
2) I tryed to use a perl script and I obtain this error code:
"External search command 'test' returned error code 2"
What do I make ?