afterglow
afterglow copied to clipboard
graph visualization tool
AfterGlow
Change Log
09/08/14 Version 1.6.5 - Two Node Mode
- If the first line of the input only has two columns, twonode mode is set automatically
- The default edge length is now set to 1.5 instead of the old 3, which should make for
more compact graphs by default
- Added edge label capability for GDF and DOT output! (Not GraphSON yet)
label.edge=$fields[2]
- Can duplicate edges if they have multiple labels: (only for GDF!)
label.duplicate=1;
In DOT it will chose the FIRST label used for the edge!
07/08/13 Version 1.6.4 - GraphSON support
- Adding GraphSON data format support for tools like Helios.js
-j : on the command line
or
graphson = 1 : in property file
- Fixing event node size regex check
04/30/13 Version 1.6.3 - Minor edits - Removal of additional scripts
- This version is the first one not to bundle the sample data, perl scripts, and log analysis scripts anymore
Find them on github at: http://github.com/zrlram/parsers and
https://github.com/zrlram/loganalysis
- Fixed issue with color names
- Added xlabels by default. This way, labels are displayed outside of the node itself, not
inside anymore. You can turn this off by using
xlabels = 0
in the configuration file.
- Fixing output bug where target printed twice
10/16/11 Version 1.6.2 - GDF support
- Removed afterglow-lgl.pl finally. Sorry, but I don't think anyone is using LGL anymore
anyways. Get it from CVS if you need it.
- Adding GDF data format support for tools like Gephi.
-k : on the command line
or
gdf = 1 : in property file
12/02/10 Version 1.6.1 - Paul Halliday patch
- Adding new shape: Mrecord
- Adding new meta information. You can now input 5 columns where the last two or three
(depending on whether you are in two or three column mode) are meta data that you can
use in the configuration file.
03/22/10 Version 1.6.0
- Adding edge sizes
(size.edge=
07/30/08 Version 1.5.9.5 - DAVIX special release - Deleted experimental scripts: - afterglow-lgl2.pl - afterglow-walrus.pl - Removing debug statements from afterglow code - Fixing various little issues in afterglow (see source for more information) - Allowing hex numbers as colors (new graphviz feature)
09/08/07 Version 1.5.9 - Adding property to add a URL element to nodes. See sample.properties for an example. - Adding label property to change labels on nodes. This overwrites the old label.(source|event|destination) to use not only boolean values. If you are using [0|1] it turns labels on or off. Otherwise it uses the expression as the label - New is also that you can define "label" which defines the label for all the nodes
06/10/07 Version 1.5.8
- Nodes can have a size now:
(size.[source|target|event]=
02/08/07 Version 1.5.7 - With this release I am not bundling the scripts in the database directory anymore. Get them from CVS if you need them. - Adding label to the graph (-a command line option) - Color nodes which are source AND target differently (color.sourcetarget=...) - Added Text::CSV to parse input data (Thanks Neil)
07/03/06 Version 1.5.6 - Fan out filtering introduced - Introducing subnet() function - Introducing field() function - Code optimization for speedup! - Configuration option to define variables (variable=) - Removed regex() operator (duplicate of match()) - Fixed a few bugs for clustering
03/09/06 Version 1.4 - Fixing omit-threshold bug. Only draw edges if BOTH nodes have a higher threshold, not just one of them. - Introducing cluster capability. This will cluster multiple nodes into one; cluster=expression cluster.{source,event,target}=expression - Introduction of functions to work with colors and clusters: any_regex() regex() match() regex_replace()
03/05/06 Version 1.3 - Adding capability to define colors independent of the node (color=...) - Introducing label.{source,event,target}=[0|1] to disable labels