Bucket Size Increasing Solution Steps - 548

Bucket Size Increasing Solution Steps - 548












Solution Document for Increasing the Bucket Size
Verified By Tejaswi Botla tejaswi@vunetsystems.com
Prepared By Naveen Sai Naveen.sai@vunetsystems.com

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.

                     Step 2 : Go to the below mentioned Path .

workspace/opt/kibana/optimize/bundles

                     Note : path will vary, according to the Client .

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.

                     Step 7 : Save the File using the below command.

wq!

Step 8 : Restart the kibana .

vuservice kibana stop

                                vusevice kibana start

Step 9 : Now , logout and refresh the entire page and login and check .