You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do I need to add special settings to put into the Logstash configuration file or any others to make it work ? Can firewall or proxy settings block that ?
Actually, I can see logs written only pic.log file.
I have the following gems declared in Rails API Gemfile:
ruby '2.5.0'
gem 'rails', '~> 5.2.0'
...
group :development, :pic, :staging do
gem 'lograge', '~> 0.10.0'
gem 'logstash-event', '~> 1.2'
gem 'logstash-logger', '~> 0.26.1'
...
end
Here is the settings in config/environement/pic.rb:
Do I need to add special settings to put into the Logstash configuration file or any others to make it work ? Can firewall or proxy settings block that ?
Actually, I can see logs written only
pic.log
file.I have the following gems declared in Rails API
Gemfile
:Here is the settings in
config/environement/pic.rb
:there are no logs when I tried to see it in Kibana dashboard (I hoped to filter by decastore by setting
name
option):Even when trying to run the following ruby script:
nothing is sent either.
The text was updated successfully, but these errors were encountered: