We attempted to get the silk and flowviewer installed correctly but it appears we have not. I pointed a flow to our server and appears it is not collecting or not sure where it is going. The flowviewer tell me it should be in /VAR/Flows but I do not even have this directory. I am looking for help now.
I need someone to help with the flowviewer installation, i have already configure the flow-tools and silk, i tested flow-tools through flow-capture scripts. I can capture but i can not graph it or render it on the flowviewer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are you getting any hints from your web server logs? Could be a
permissions problem.
On 9/13/2023 10:34 AM, Tsepo wrote:
I need someone to help with the flowviewer installation, i have
already configure the flow-tools and silk, i tested flow-tools through
flow-capture scripts. I can capture but i can not graph it or render
it on the flowviewer.
$silk_data_directory = "/opt/silk/data";
$silk_bin_directory = "/opt/silk/bin";
$site_config_file = "/opt/data/silk.conf"; # If left blank, will look for silk.conf in specified Data Rootdir (see User's Guide)
$sensor_config_file = "/opt/silk/sensor.conf";
$silk_compiled_localtime = ""; # Set to "Y" if you compiled SiLK with --enable-localtime switch
$silk_capture_buffer_pre = (125 * 60); # Start of SiLK file concatenation
$silk_capture_buffer_post= (5 * 60); # End of SiLK file concatenation
$silk_init_loadscheme = 1; # For Flows Initiated/Second - see SiLK rwcount documentation
$silk_active_loadscheme = 5; # For Flows Active/Second - see SiLK rwcount documentation
$silk_class_default = ""; # General SiLK file structure info. silk.conf, sensor.conf
$silk_flowtype_default = ""; # General SiLK file structure info. silk.conf, sensor.conf
$silk_type_default = "all"; # General SiLK file structure info. silk.conf, sensor.conf
$silk_sensors_default = ""; # General SiLK file structure info. silk.conf, sensor.conf
$silk_switches_default = ""; # General SiLK file structure info. silk.conf, sensor.conf
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Did you use the 'rwflowpack_start' script in the /tools subdirectory?
On 9/13/2023 10:38 AM, Tsepo wrote:
FlowViewer_Configurion.pm
silk section
SiLK parameters
$silk_data_directory = "/opt/silk/data";
$silk_bin_directory = "/opt/silk/bin";
$site_config_file = "/opt/data/silk.conf"; # If left blank, will look
for silk.conf in specified Data Rootdir (see User's Guide)
$sensor_config_file = "/opt/silk/sensor.conf";
$silk_compiled_localtime = ""; # Set to "Y" if you compiled SiLK with
--enable-localtime switch
$silk_capture_buffer_pre = (125 * 60); # Start of SiLK file concatenation
$silk_capture_buffer_post= (5 * 60); # End of SiLK file concatenation
$silk_init_loadscheme = 1; # For Flows Initiated/Second - see SiLK
rwcount documentation
$silk_active_loadscheme = 5; # For Flows Active/Second - see SiLK
rwcount documentation
$silk_class_default = ""; # General SiLK file structure info.
silk.conf, sensor.conf
$silk_flowtype_default = ""; # General SiLK file structure info.
silk.conf, sensor.conf
$silk_type_default = "all"; # General SiLK file structure info.
silk.conf, sensor.conf
$silk_sensors_default = ""; # General SiLK file structure info.
silk.conf, sensor.conf
$silk_switches_default = ""; # General SiLK file structure info.
silk.conf, sensor.conf
We attempted to get the silk and flowviewer installed correctly but it appears we have not. I pointed a flow to our server and appears it is not collecting or not sure where it is going. The flowviewer tell me it should be in /VAR/Flows but I do not even have this directory. I am looking for help now.
Patrick Van Horn - Network Engineer
4025 Delridge Way SW, Suite 400; Seattle, WA 98106
(425)306-3370
[BTD_Logo_Tag_RGB]http://www.bartelldrugs.com/
Follow Us On: Facebookhttps://www.facebook.com/BartellDrugs / Twitterhttps://twitter.com/bartelldrugs / Instagramhttps://instagram.com/bartelldrugs/ / YouTubehttps://www.youtube.com/user/BartellDrugs / Pinteresthttps://www.pinterest.com/bartelldrugs/
I need someone to help with the flowviewer installation, i have already configure the flow-tools and silk, i tested flow-tools through flow-capture scripts. I can capture but i can not graph it or render it on the flowviewer.
Are you getting any hints from your web server logs? Could be a
permissions problem.
On 9/13/2023 10:34 AM, Tsepo wrote:
FlowViewer_Configurion.pm
silk section
SiLK parameters
$silk_data_directory = "/opt/silk/data";
$silk_bin_directory = "/opt/silk/bin";
$site_config_file = "/opt/data/silk.conf"; # If left blank, will look for silk.conf in specified Data Rootdir (see User's Guide)
$sensor_config_file = "/opt/silk/sensor.conf";
$silk_compiled_localtime = ""; # Set to "Y" if you compiled SiLK with --enable-localtime switch
$silk_capture_buffer_pre = (125 * 60); # Start of SiLK file concatenation
$silk_capture_buffer_post= (5 * 60); # End of SiLK file concatenation
$silk_init_loadscheme = 1; # For Flows Initiated/Second - see SiLK rwcount documentation
$silk_active_loadscheme = 5; # For Flows Active/Second - see SiLK rwcount documentation
$silk_class_default = ""; # General SiLK file structure info. silk.conf, sensor.conf
$silk_flowtype_default = ""; # General SiLK file structure info. silk.conf, sensor.conf
$silk_type_default = "all"; # General SiLK file structure info. silk.conf, sensor.conf
$silk_sensors_default = ""; # General SiLK file structure info. silk.conf, sensor.conf
$silk_switches_default = ""; # General SiLK file structure info. silk.conf, sensor.conf
Did you use the 'rwflowpack_start' script in the /tools subdirectory?
On 9/13/2023 10:38 AM, Tsepo wrote: