<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom value based column color when using chart with split-by field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262795#M78884</link>
    <description>&lt;P&gt;I need to wait before I can update the question, I do not have enough reputation &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2016 16:18:51 GMT</pubDate>
    <dc:creator>rehak_michal</dc:creator>
    <dc:date>2016-05-24T16:18:51Z</dc:date>
    <item>
      <title>Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262791#M78880</link>
      <description>&lt;P&gt;I have a field representing runs, runId (run1, run2, run3, ...) of a batch of tests, field testName (test1, test2, test3, ...). For every test during each run I have field testDuration in seconds (10, 20, 30, ...). I used this  query to visualize tests' durations during each run:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| chart max(testDuration) over runId by testName
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That query works fine, but now I need a little change, the chart should stay the same with this small modification: all testDurations that are longer than 20s  should be red and all testDurations that are shorter than 20s should be green. Anybody knows how to do it? Thanks.&lt;/P&gt;

&lt;P&gt;Here is a simple mockup of the chart I am looking for (test names inside columns are just for demonstration purposes)&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1390i4E5103442E361D5E/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 09:33:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262791#M78880</guid>
      <dc:creator>rehak_michal</dc:creator>
      <dc:date>2016-05-24T09:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262792#M78881</link>
      <description>&lt;P&gt;You're looking for charting.seriesColors and simple xml dashboards.  You cant just do it in a regular search, i has to be part of a dashbaord:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
 &amp;lt;label&amp;gt;My dashboard&amp;lt;/label&amp;gt;
 &amp;lt;row&amp;gt;
  &amp;lt;panel&amp;gt;
    &amp;lt;chart&amp;gt;
     &amp;lt;searchName&amp;gt;My saved report&amp;lt;/searchName&amp;gt;
      &amp;lt;option name="charting.legend.labels"&amp;gt;[error,warn,info]&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.seriesColors"&amp;gt;[0xFF0000,0xFFFF00,0x00FF00]&amp;lt;/option&amp;gt;
     &amp;lt;/chart&amp;gt;
  &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/Viz/Chartcustomization"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.2/Viz/Chartcustomization&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also see my explanations/answers here:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/66734/bar-chart-color.html"&gt;https://answers.splunk.com/answers/66734/bar-chart-color.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 13:03:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262792#M78881</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-24T13:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262793#M78882</link>
      <description>&lt;P&gt;Yes Simple XML dashboard is OK for me. But I do not see how to set green and red colors using charting options when my query is a chart split by testName. If I understand the chart command correctly it produces table where the first column is runId, second column is test durations for test1, third test durations for test2, and so on for all tests. Then chart tag takes this table and uses the first column as X-axis values and second and all further columns as Y-axis values stacked onto each other.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 14:18:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262793#M78882</guid>
      <dc:creator>rehak_michal</dc:creator>
      <dc:date>2016-05-24T14:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262794#M78883</link>
      <description>&lt;P&gt;Can you confirm this is what the data looks like?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;runId=1,testName=1,testDuration=4s
runId=1,testName=2,testDuration=5s
runId=1,testName=3,testDuration=41s
runId=2,testName=1,testDuration=34s
runId=2,testName=2,testDuration=45s
runId=2,testName=3,testDuration=41s
runId=3,testName=1,testDuration=14s
runId=3,testName=2,testDuration=25s
runId=3,testName=3,testDuration=31s
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 May 2016 16:09:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262794#M78883</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-24T16:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262795#M78884</link>
      <description>&lt;P&gt;I need to wait before I can update the question, I do not have enough reputation &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 16:18:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262795#M78884</guid>
      <dc:creator>rehak_michal</dc:creator>
      <dc:date>2016-05-24T16:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262796#M78885</link>
      <description>&lt;P&gt;Just post it in the comments. I upvoted to give you more rep too.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 16:32:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262796#M78885</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-24T16:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262797#M78886</link>
      <description>&lt;P&gt;yeah, with just one change that is not important, testName is not number but some name:&lt;BR /&gt;
 runId=1,testName=test1, testDuration=4s&lt;BR /&gt;
 runId=1,testName=test2, testDuration=5s&lt;BR /&gt;
 runId=1,testName=test3, testDuration=41s&lt;BR /&gt;
 runId=2,testName=test1, testDuration=34s&lt;BR /&gt;
 runId=2,testName=test2, testDuration=45s&lt;BR /&gt;
 runId=2,testName=test3, testDuration=41s&lt;BR /&gt;
 runId=3,testName=test1, testDuration=14s&lt;BR /&gt;
 runId=3,testName=test2, testDuration=25s&lt;BR /&gt;
 runId=3,testName=test3, testDuration=31s&lt;/P&gt;

&lt;P&gt;And potentially more tests.&lt;/P&gt;

&lt;P&gt;Mockup of the desired chart(test names inside columns are just for demonstration purposes):&lt;BR /&gt;
&lt;IMG src="http://i.imgur.com/9oLZPpT.png?1" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;I will update the question with mockup chart later, because I do not have enough karma.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 16:40:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262797#M78886</guid>
      <dc:creator>rehak_michal</dc:creator>
      <dc:date>2016-05-24T16:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262798#M78887</link>
      <description>&lt;P&gt;Will there always be 3 runs??? maybe 10 runs max?&lt;/P&gt;

&lt;P&gt;I've got a solution if so&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 17:36:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262798#M78887</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-24T17:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262799#M78888</link>
      <description>&lt;P&gt;All tests are executed every hour, so there will be infinite number of runs. But if that is not possible I could try to use constant number of runs.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 17:49:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262799#M78888</guid>
      <dc:creator>rehak_michal</dc:creator>
      <dc:date>2016-05-24T17:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262800#M78889</link>
      <description>&lt;P&gt;I guess i meant to ask can runId be 1-3 each time... or 1 - 10 each time?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 17:51:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262800#M78889</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-24T17:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262801#M78890</link>
      <description>&lt;P&gt;Yes, I believe I can manipulate the data that way.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 17:53:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262801#M78890</guid>
      <dc:creator>rehak_michal</dc:creator>
      <dc:date>2016-05-24T17:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262802#M78891</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;description&amp;gt;https://answers.splunk.com/answers/405157/custom-value-based-column-color-when-using-chart-w.html#answer-406209&amp;lt;/description&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;... _index_earliest=-1h@h | rex mode=sed field=testDuration "s/s//g" | eval testName="Test".testName | eval runId="Run".runId | eval testName=mvzip(testName,runId) | eval testName=if(testDuration&amp;gt;20,testName.",red",testName.",green") | chart max(testDuration) AS testDuration over runId by testName&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;column&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.fieldColors"&amp;gt;{"Test1\,Run1\,red":0xFF0000,"Test2\,Run1\,red":0xFF0000,"Test3\,Run1\,red":0xFF0000,"Test1\,Run2\,red":0xFF0000,"Test2\,Run2\,red":0xFF0000,"Test3\,Run2\,red":0xFF0000,"Test1\,Run3\,red":0xFF0000,"Test2\,Run3\,red":0xFF0000,"Test3\,Run3\,red":0xFF0000}&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.seriesColors"&amp;gt;[0x73A550]&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.showDataLabels"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.stackMode"&amp;gt;stacked&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries.allowIndependentYRanges"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.placement"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 May 2016 18:00:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262802#M78891</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-24T18:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262803#M78892</link>
      <description>&lt;P&gt;so there is a ... where you need to fill in your index name, etc.  in the query.&lt;/P&gt;

&lt;P&gt;Then there is this awful fieldcolors option where we account for every condition that ends with ",red" ... unfortunately you cant use wildcards here, or if you can, I couldnt figure out how.  &lt;/P&gt;

&lt;P&gt;Finally, there is this seriesColors option where we specify the green color for anything that doesnt match the fieldColors option.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 18:02:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262803#M78892</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-24T18:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262804#M78893</link>
      <description>&lt;P&gt;Here's what it looks like on my end... not perfect as your example but it's as close as I can get it:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1387i4C3255860362D4D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;And here's the data I used:&lt;BR /&gt;
    runId=1,testName=1,testDuration=4s&lt;BR /&gt;
    runId=1,testName=2,testDuration=5s&lt;BR /&gt;
    runId=1,testName=3,testDuration=41s&lt;BR /&gt;
    runId=2,testName=1,testDuration=34s&lt;BR /&gt;
    runId=2,testName=2,testDuration=45s&lt;BR /&gt;
    runId=2,testName=3,testDuration=41s&lt;BR /&gt;
    runId=3,testName=1,testDuration=14s&lt;BR /&gt;
    runId=3,testName=2,testDuration=25s&lt;BR /&gt;
    runId=3,testName=3,testDuration=31s&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 18:05:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262804#M78893</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-24T18:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262805#M78894</link>
      <description>&lt;P&gt;Here's what it looks like on my end... not perfect as your example but it's as close as I can get it:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1388iE5504D5406A03F1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;And here's the data I used:&lt;BR /&gt;
    runId=1,testName=1,testDuration=4s&lt;BR /&gt;
    runId=1,testName=2,testDuration=5s&lt;BR /&gt;
    runId=1,testName=3,testDuration=41s&lt;BR /&gt;
    runId=2,testName=1,testDuration=34s&lt;BR /&gt;
    runId=2,testName=2,testDuration=45s&lt;BR /&gt;
    runId=2,testName=3,testDuration=41s&lt;BR /&gt;
    runId=3,testName=1,testDuration=14s&lt;BR /&gt;
    runId=3,testName=2,testDuration=25s&lt;BR /&gt;
    runId=3,testName=3,testDuration=31s&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 18:05:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262805#M78894</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-24T18:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262806#M78895</link>
      <description>&lt;P&gt;Also I added _index_earliest=-1h@h since you're going to run it every hour and have duplicate runIds if you look at data from all time, or data older than 1hr max.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:46:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262806#M78895</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-09-29T09:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262807#M78896</link>
      <description>&lt;P&gt;in your case, your data is a bit different... remove this eval that modifies testName&lt;/P&gt;

&lt;P&gt;| eval testName="Test".testName &lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 18:34:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262807#M78896</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-24T18:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262808#M78897</link>
      <description>&lt;P&gt;Thanks! I will try to use it and let you know whether it works for me. Also I was wondering is it easy to create test data how you did for this solution?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 19:10:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262808#M78897</guid>
      <dc:creator>rehak_michal</dc:creator>
      <dc:date>2016-05-24T19:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262809#M78898</link>
      <description>&lt;P&gt;Do I understand it correctly that this assumes that testName is a number and known in advance? If so it would not work for my use case because tests have names that describe what they do, for example testUserLogin, testUserLogout, testResetPassword, etc. and they are not know in advance but should be identified from the data.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 19:28:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262809#M78898</guid>
      <dc:creator>rehak_michal</dc:creator>
      <dc:date>2016-05-24T19:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom value based column color when using chart with split-by field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262810#M78899</link>
      <description>&lt;P&gt;would you please add the solution and the screenshot from your comments to your answer so I can upvote it and reference as a possible solution? even if does not fit my exact use case it can fit somebody's else and it is quite valuable to see the approach how to solve things like this&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 20:13:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-value-based-column-color-when-using-chart-with-split-by/m-p/262810#M78899</guid>
      <dc:creator>rehak_michal</dc:creator>
      <dc:date>2016-05-27T20:13:31Z</dc:date>
    </item>
  </channel>
</rss>

