AXA 17.3.2 on-premise - How to add a new LogParser node?
book
Article ID: 145782
calendar_today
Updated On:
Products
CA App Experience Analytics
Issue/Introduction
Log Parser struggling with load.
Can we provision another Log Parser node ? And how do we configure it?
Environment
17.3.2 on premise
Resolution
1.- In AXA server:
-copy loganalytics folder to the target server \ aoPlatform
-copy bin/logAnalytics folder to the target server \ aoPlatform
-chmod 777 *.sh
2.- In New server:
cd aoPlatform
cd conf/
vi install.properties
set
INSTALLED_COMPONENTS="-S -LP"
RUNNABLE_COMPONENTS="-S -LP"
./startservices.sh -LP
3. Verification:
-ps -ef | grep logparser
4. (Optional) enabled DEBUG logging in logparser/logstash-5.5.0/conf/log-parser.conf , uncomment the last 3 lines
5. Confirmed that new instance is processing log activity
Feedback
thumb_up
Yes
thumb_down
No