{"id":101,"date":"2007-06-17T10:29:41","date_gmt":"2007-06-17T15:29:41","guid":{"rendered":"http:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/"},"modified":"2007-06-17T10:33:34","modified_gmt":"2007-06-17T15:33:34","slug":"afterglow-158-security-data-visualization","status":"publish","type":"post","link":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/","title":{"rendered":"AfterGlow 1.5.8 &#8211; Security Data Visualization"},"content":{"rendered":"<p>Finally! I worked on this <a href=\"http:\/\/afterglow.sourceforge.net\">AfterGlow<\/a> release forever. I submitted a few checkpoints to CVS before I felt read to released <a href=\"http:\/\/downloads.sourceforge.net\/afterglow\/afterglow-1.5.8.tar.gz?use_mirror=surfnet\">AfterGlow 1.5.8<\/a>. I highly recommend upgrading to 1.5.8. It has a few bugfixes, but what you will find most rewarding is the new color assignment heuristic and the capability to change the node sizes. Here is the complete changelog:<\/p>\n<p><code>06\/10\/07        Version 1.5.8<br \/>\n- Nodes can have a size now:<br \/>\n(size.[source|target|event]=&lt;expression returning size&gt;)<br \/>\nSize is accumulative! So if a node shows up multiple times, the<br \/>\nvalues are summed up!! This is unlike any other property in<br \/>\nAfterGlow where values are replaced.<br \/>\n- The maximum node size can be defined as well, either with a property:<br \/>\n(maxnodesize=&lt;value&gt;)<br \/>\nor via the command line:<br \/>\n-m=&lt;value&gt;<br \/>\nThe size is scaled to a max of 'maxsize'. Note that if you<br \/>\nare only setting the maxsize and no special sizes for nodes<br \/>\nAfterglow will blow the nodes up to optimal size so the labels<br \/>\nwill fit.<br \/>\nThere is a limit also, if you want the source nodes to be a max of say<br \/>\n1, you cannot have the target nodes be scaled to fit the labels. They<br \/>\nwill have a max size of 1 and if you don't use any expression, they will<br \/>\nbe of size 1. This can be a bit annoying ;)<br \/>\nBe cautious with sizes. The number you provide in the assignment is not the actual size<br \/>\nthat the node will get, but this number will get scaled!<br \/>\n- One of the problems with assignments is that they might get overwritten with later nodes<br \/>\nFor example, you have these entries:<br \/>\nA,B<br \/>\nA,C<br \/>\nand your properties are:<br \/>\ncolor=\"blue\" if ($fileds[1] eq \"B\")<br \/>\ncolor=\"red\"<br \/>\nyou would really expect the color for A to be blue as you specified that explicitly.<br \/>\nHowever, as the other entry comes later, the color will end up being red. AfterGlow takes<br \/>\ncare of this. It will determine that the second color assignment is a catch-all, identified<br \/>\nby the fact that there is no \"if\" statement. If this happens, it will re-use the more specific<br \/>\ncondition specified earlier. I hope I am making sense and the code really does what you would<br \/>\nexpect ;)<br \/>\n- Define whether AfterGlow should sum node sizes or not.<br \/>\n(sum.[source|target|event]=[0|1];)<br \/>\nby default summarization is enabled.<br \/>\n- Added capability to define thresholds per node type in properties file<br \/>\n(threshold.[source|event|target]=&lt;value&gt;;)<br \/>\n- Added capability to change the node shape:<br \/>\nshape.[source|event|target]=<br \/>\n(box|polygon|circle|ellipse|invtriangle|octagon|pentagon|diamond|point|triangle|plaintext)<br \/>\n- Fixed an issue where, if you use -t to only process two columns<br \/>\nand you can use the third in the property file for size or color.<br \/>\nThe third column was not carried through, however. This is fixed!<br \/>\n- The color assignment heuristic changed a bit. Along the same lines that the size assignment works.<br \/>\nCatch-alls are not taking presedence anymore. You might want to take this into account when defining<br \/>\ncolors. The catch-all will only be used, if there was never a more specific color assignment that<br \/>\nwas evaluated for this node. For example:<br \/>\ncolor=\"gray50\" if ($fields[2] !~ \/(CON|FIN|CLO)\/)<br \/>\ncolor=\"white\"<br \/>\nThis is used with a three-column dataset, but only two are displayed (-t). If the first condition<br \/>\never evaluated to true for a node, the last one will not hit, although the data might have a node that<br \/>\nevaluates to false in the first assignment and then the latter one would grip. As a catch-all it does<br \/>\nget superior treatment. This is really what you would intuitively assume.<br \/>\n- Just another note on color. Watch out, if you are definig colors not based on the fields in the<br \/>\ndata, but some other conditions that might change per record, you will get the wrong results as<br \/>\nAfterGlow uses a cache for colorswhich keys off the concatenation of all the field values. Just<br \/>\na note! Anyone having problems with this? I might have to change the heuristic for caching then. Let<br \/>\nme know.<br \/>\n<\/code><br \/>\n[tags]afterglow, visualization, security log analysis, security visualization[\/tags]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Finally! I worked on this AfterGlow release forever. I submitted a few checkpoints to CVS before I felt read to released AfterGlow 1.5.8. I highly recommend upgrading to 1.5.8. It has a few bugfixes, but what you will find most rewarding is the new color assignment heuristic and the capability to change the node sizes. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,2],"tags":[],"class_list":["post-101","post","type-post","status-publish","format-standard","hentry","category-log-analysis","category-visualization"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Finally! I worked on this AfterGlow release forever. I submitted a few checkpoints to CVS before I felt read to released AfterGlow 1.5.8. I highly recommend upgrading to 1.5.8. It has a few bugfixes, but what you will find most rewarding is the new color assignment heuristic and the capability to change the node sizes.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Raffael Marty\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Future of Tech and Security: Strategy &amp; Innovation with Raffy \u2013 Insights at the intersection of cybersecurity, strategy, and innovation.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"AfterGlow 1.5.8 \u2013 Security Data Visualization \u2013 Future of Tech and Security: Strategy &amp; Innovation with Raffy\" \/>\n\t\t<meta property=\"og:description\" content=\"Finally! I worked on this AfterGlow release forever. I submitted a few checkpoints to CVS before I felt read to released AfterGlow 1.5.8. I highly recommend upgrading to 1.5.8. It has a few bugfixes, but what you will find most rewarding is the new color assignment heuristic and the capability to change the node sizes.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/raffy.ch\/blog\/wp-content\/uploads\/2025\/09\/ogimage.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/raffy.ch\/blog\/wp-content\/uploads\/2025\/09\/ogimage.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2007-06-17T15:29:41+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2007-06-17T15:33:34+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@raffaelmarty\" \/>\n\t\t<meta name=\"twitter:title\" content=\"AfterGlow 1.5.8 \u2013 Security Data Visualization \u2013 Future of Tech and Security: Strategy &amp; Innovation with Raffy\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Finally! I worked on this AfterGlow release forever. I submitted a few checkpoints to CVS before I felt read to released AfterGlow 1.5.8. I highly recommend upgrading to 1.5.8. It has a few bugfixes, but what you will find most rewarding is the new color assignment heuristic and the capability to change the node sizes.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@raffaelmarty\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/raffy.ch\/blog\/wp-content\/uploads\/2025\/09\/ogimage.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/2007\\\/06\\\/17\\\/afterglow-158-security-data-visualization\\\/#blogposting\",\"name\":\"AfterGlow 1.5.8 \\u2013 Security Data Visualization \\u2013 Future of Tech and Security: Strategy & Innovation with Raffy\",\"headline\":\"AfterGlow 1.5.8 &#8211; Security Data Visualization\",\"author\":{\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/author\\\/raffy\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/2007\\\/06\\\/17\\\/afterglow-158-security-data-visualization\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1a1923877d9dbd00d99847074d62faab586cce0a9ee6a4c85e8bb7c46d7418ac?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Raffael Marty\"},\"datePublished\":\"2007-06-17T10:29:41-06:00\",\"dateModified\":\"2007-06-17T10:33:34-06:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/2007\\\/06\\\/17\\\/afterglow-158-security-data-visualization\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/2007\\\/06\\\/17\\\/afterglow-158-security-data-visualization\\\/#webpage\"},\"articleSection\":\"Log Analysis, Visualization\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/2007\\\/06\\\/17\\\/afterglow-158-security-data-visualization\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/raffy.ch\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/category\\\/visualization\\\/#listItem\",\"name\":\"Visualization\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/category\\\/visualization\\\/#listItem\",\"position\":2,\"name\":\"Visualization\",\"item\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/category\\\/visualization\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/2007\\\/06\\\/17\\\/afterglow-158-security-data-visualization\\\/#listItem\",\"name\":\"AfterGlow 1.5.8 &#8211; Security Data Visualization\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/2007\\\/06\\\/17\\\/afterglow-158-security-data-visualization\\\/#listItem\",\"position\":3,\"name\":\"AfterGlow 1.5.8 &#8211; Security Data Visualization\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/category\\\/visualization\\\/#listItem\",\"name\":\"Visualization\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/#person\",\"name\":\"Raffael Marty\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/2007\\\/06\\\/17\\\/afterglow-158-security-data-visualization\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1a1923877d9dbd00d99847074d62faab586cce0a9ee6a4c85e8bb7c46d7418ac?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Raffael Marty\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/author\\\/raffy\\\/#author\",\"url\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/author\\\/raffy\\\/\",\"name\":\"Raffael Marty\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/2007\\\/06\\\/17\\\/afterglow-158-security-data-visualization\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1a1923877d9dbd00d99847074d62faab586cce0a9ee6a4c85e8bb7c46d7418ac?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Raffael Marty\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/2007\\\/06\\\/17\\\/afterglow-158-security-data-visualization\\\/#webpage\",\"url\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/2007\\\/06\\\/17\\\/afterglow-158-security-data-visualization\\\/\",\"name\":\"AfterGlow 1.5.8 \\u2013 Security Data Visualization \\u2013 Future of Tech and Security: Strategy & Innovation with Raffy\",\"description\":\"Finally! I worked on this AfterGlow release forever. I submitted a few checkpoints to CVS before I felt read to released AfterGlow 1.5.8. I highly recommend upgrading to 1.5.8. It has a few bugfixes, but what you will find most rewarding is the new color assignment heuristic and the capability to change the node sizes.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/2007\\\/06\\\/17\\\/afterglow-158-security-data-visualization\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/author\\\/raffy\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/author\\\/raffy\\\/#author\"},\"datePublished\":\"2007-06-17T10:29:41-06:00\",\"dateModified\":\"2007-06-17T10:33:34-06:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/\",\"name\":\"Cyber Security - Strategy and Innovation\",\"description\":\"Insights at the intersection of cybersecurity, strategy, and innovation.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/raffy.ch\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"AfterGlow 1.5.8 \u2013 Security Data Visualization \u2013 Future of Tech and Security: Strategy & Innovation with Raffy","description":"Finally! I worked on this AfterGlow release forever. I submitted a few checkpoints to CVS before I felt read to released AfterGlow 1.5.8. I highly recommend upgrading to 1.5.8. It has a few bugfixes, but what you will find most rewarding is the new color assignment heuristic and the capability to change the node sizes.","canonical_url":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/#blogposting","name":"AfterGlow 1.5.8 \u2013 Security Data Visualization \u2013 Future of Tech and Security: Strategy & Innovation with Raffy","headline":"AfterGlow 1.5.8 &#8211; Security Data Visualization","author":{"@id":"https:\/\/raffy.ch\/blog\/author\/raffy\/#author"},"publisher":{"@id":"https:\/\/raffy.ch\/blog\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/1a1923877d9dbd00d99847074d62faab586cce0a9ee6a4c85e8bb7c46d7418ac?s=96&d=mm&r=g","width":96,"height":96,"caption":"Raffael Marty"},"datePublished":"2007-06-17T10:29:41-06:00","dateModified":"2007-06-17T10:33:34-06:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/#webpage"},"isPartOf":{"@id":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/#webpage"},"articleSection":"Log Analysis, Visualization"},{"@type":"BreadcrumbList","@id":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/raffy.ch\/blog#listItem","position":1,"name":"Home","item":"https:\/\/raffy.ch\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/raffy.ch\/blog\/category\/visualization\/#listItem","name":"Visualization"}},{"@type":"ListItem","@id":"https:\/\/raffy.ch\/blog\/category\/visualization\/#listItem","position":2,"name":"Visualization","item":"https:\/\/raffy.ch\/blog\/category\/visualization\/","nextItem":{"@type":"ListItem","@id":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/#listItem","name":"AfterGlow 1.5.8 &#8211; Security Data Visualization"},"previousItem":{"@type":"ListItem","@id":"https:\/\/raffy.ch\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/#listItem","position":3,"name":"AfterGlow 1.5.8 &#8211; Security Data Visualization","previousItem":{"@type":"ListItem","@id":"https:\/\/raffy.ch\/blog\/category\/visualization\/#listItem","name":"Visualization"}}]},{"@type":"Person","@id":"https:\/\/raffy.ch\/blog\/#person","name":"Raffael Marty","image":{"@type":"ImageObject","@id":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/1a1923877d9dbd00d99847074d62faab586cce0a9ee6a4c85e8bb7c46d7418ac?s=96&d=mm&r=g","width":96,"height":96,"caption":"Raffael Marty"}},{"@type":"Person","@id":"https:\/\/raffy.ch\/blog\/author\/raffy\/#author","url":"https:\/\/raffy.ch\/blog\/author\/raffy\/","name":"Raffael Marty","image":{"@type":"ImageObject","@id":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1a1923877d9dbd00d99847074d62faab586cce0a9ee6a4c85e8bb7c46d7418ac?s=96&d=mm&r=g","width":96,"height":96,"caption":"Raffael Marty"}},{"@type":"WebPage","@id":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/#webpage","url":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/","name":"AfterGlow 1.5.8 \u2013 Security Data Visualization \u2013 Future of Tech and Security: Strategy & Innovation with Raffy","description":"Finally! I worked on this AfterGlow release forever. I submitted a few checkpoints to CVS before I felt read to released AfterGlow 1.5.8. I highly recommend upgrading to 1.5.8. It has a few bugfixes, but what you will find most rewarding is the new color assignment heuristic and the capability to change the node sizes.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/raffy.ch\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/#breadcrumblist"},"author":{"@id":"https:\/\/raffy.ch\/blog\/author\/raffy\/#author"},"creator":{"@id":"https:\/\/raffy.ch\/blog\/author\/raffy\/#author"},"datePublished":"2007-06-17T10:29:41-06:00","dateModified":"2007-06-17T10:33:34-06:00"},{"@type":"WebSite","@id":"https:\/\/raffy.ch\/blog\/#website","url":"https:\/\/raffy.ch\/blog\/","name":"Cyber Security - Strategy and Innovation","description":"Insights at the intersection of cybersecurity, strategy, and innovation.","inLanguage":"en-US","publisher":{"@id":"https:\/\/raffy.ch\/blog\/#person"}}]},"og:locale":"en_US","og:site_name":"Future of Tech and Security: Strategy &amp; Innovation with Raffy \u2013 Insights at the intersection of cybersecurity, strategy, and innovation.","og:type":"article","og:title":"AfterGlow 1.5.8 \u2013 Security Data Visualization \u2013 Future of Tech and Security: Strategy &amp; Innovation with Raffy","og:description":"Finally! I worked on this AfterGlow release forever. I submitted a few checkpoints to CVS before I felt read to released AfterGlow 1.5.8. I highly recommend upgrading to 1.5.8. It has a few bugfixes, but what you will find most rewarding is the new color assignment heuristic and the capability to change the node sizes.","og:url":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/","og:image":"https:\/\/raffy.ch\/blog\/wp-content\/uploads\/2025\/09\/ogimage.png","og:image:secure_url":"https:\/\/raffy.ch\/blog\/wp-content\/uploads\/2025\/09\/ogimage.png","og:image:width":512,"og:image:height":512,"article:published_time":"2007-06-17T15:29:41+00:00","article:modified_time":"2007-06-17T15:33:34+00:00","twitter:card":"summary","twitter:site":"@raffaelmarty","twitter:title":"AfterGlow 1.5.8 \u2013 Security Data Visualization \u2013 Future of Tech and Security: Strategy &amp; Innovation with Raffy","twitter:description":"Finally! I worked on this AfterGlow release forever. I submitted a few checkpoints to CVS before I felt read to released AfterGlow 1.5.8. I highly recommend upgrading to 1.5.8. It has a few bugfixes, but what you will find most rewarding is the new color assignment heuristic and the capability to change the node sizes.","twitter:creator":"@raffaelmarty","twitter:image":"https:\/\/raffy.ch\/blog\/wp-content\/uploads\/2025\/09\/ogimage.png"},"aioseo_meta_data":{"post_id":"101","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-06-08 17:04:38","updated":"2025-06-12 19:59:55","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/raffy.ch\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/raffy.ch\/blog\/category\/visualization\/\" title=\"Visualization\">Visualization<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tAfterGlow 1.5.8 \u2013 Security Data Visualization\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/raffy.ch\/blog"},{"label":"Visualization","link":"https:\/\/raffy.ch\/blog\/category\/visualization\/"},{"label":"AfterGlow 1.5.8 &#8211; Security Data Visualization","link":"https:\/\/raffy.ch\/blog\/2007\/06\/17\/afterglow-158-security-data-visualization\/"}],"_links":{"self":[{"href":"https:\/\/raffy.ch\/blog\/wp-json\/wp\/v2\/posts\/101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/raffy.ch\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/raffy.ch\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/raffy.ch\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/raffy.ch\/blog\/wp-json\/wp\/v2\/comments?post=101"}],"version-history":[{"count":0,"href":"https:\/\/raffy.ch\/blog\/wp-json\/wp\/v2\/posts\/101\/revisions"}],"wp:attachment":[{"href":"https:\/\/raffy.ch\/blog\/wp-json\/wp\/v2\/media?parent=101"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/raffy.ch\/blog\/wp-json\/wp\/v2\/categories?post=101"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/raffy.ch\/blog\/wp-json\/wp\/v2\/tags?post=101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}