-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the web ui is display log data #30
Comments
I do not understand. Could you provide a more detailed description of the expected vs. current results? |
Thanks for the clarification. If the file is not reading any data, please set heppipe.js DEBUG mode and paste any errors you notice during initialization or adjust the filtering. Make sure permissions allow the node process to read that file, and also make sure your regex pattern returns anything on a few samples. If you want all rows, simplify it. |
1.Allow the node process to read that file |
|
1.timestamps are right,because,the HEP logs can show |
Please check if any HEP freeswitch log is ever emitted, I can't help you without seeing what the application does. Yes, paStash should support ESL as well as file reading just fine with an HEP output set to logs only (type 100) |
thank you |
@CollectBugs those are not used by HOMER so you can ignore them. |
thank you
Hi! |
hello! |
my config.js as follows:
var config = {
hep_config: {
debug: true,
HEP_SERVER: '192.168.16.133',
HEP_PORT: 9060
},
esl_config: {
debug: true,
ESL_SERVER: '192.168.16.133',
ESL_PORT: 8021,
ESL_PASS: 'ClueCon',
HEP_PASS: 'multipass',
HEP_ID: 2222,
report_call_events: true,
report_rtcp_events: true,
report_qos_events: true
},
logs_config: {
debug: true,
HEP_PASS: 'multipass',
HEP_ID: 2222,
logs: [
{
tag : 'opus_decoder',
host : '192.168.16.133',
pattern:'^([^ ]) .',
path : '/usr/local/freeswitch/log/freeswitch.log'
}
]
}
};
### the logs is :
Press CTRL-C to Exit...
[Wed Sep 07 2022 15:34:36 GMT+0800 (中国标准时间)] Watching '/usr/local/freeswitch/log/freeswitch.log' (1925996)
Processing pattern [^([^ ]*) .*]
but ,the web ui is display freeswtich.log
The text was updated successfully, but these errors were encountered: