NOTE : All the changes we have made in non-sudo user centos setup. Others can follow the same steps as per their setup requirements.
Step 1 : Login to Kibana running Shipper.
workspace/opt/kibana/optimize/bundles
Step 3: Open the File Vienna.bundles.js using vim command.
vi Vienna .bundles.js
Step 4 : It will take some time to load the code . Wait , till it gets load .
Step 5 : Now , Search for bucket size should be using below command in vi editor .
/bucket size should be
Step 6 : Now the change the value as per the requirement .
Example : In our case we are changing the values from 100 to 1000. So, Before changes :
max=\”100\”\n
bucket size should be less than 100\n
After Changes :
max=\”1000\”\n
bucket size should be less than 1000\n
Note : Check the Snapshot attached for Better Understanding.
wq!
Step 8 : Restart the kibana .
vuservice kibana stop
Step 9 : Now , logout and refresh the entire page and login and check .