Created
July 2, 2014 22:38
-
-
Save SIRHAMY/4da79cbeea0c6f86594d to your computer and use it in GitHub Desktop.
Splunk Chart with custom colors by series
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<module name="HiddenSavedSearch"> | |
<param name="savedSearch">MySavedSearch</param> | |
<module name="HiddenChartFormatter"> | |
<param name="charting.legend.labels">["Normal Response", "Slow Response]</param> | |
<param name="charting.seriesColors">[0x00CC23,0x2428CC]</param> | |
<module name="JSChart"> | |
<param name="maxResultCount">750</param> | |
</module> | |
</module> | |
</module> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment