Security

Splunk framework login page

quxirui
New Member

When I open my app page(localhost:3000/appfx/my/test) first time, I need to input username and password in this page (localhost:3000/appfx/accounts/login/?return_too=). Is there any way to disable this login or auto login? Thanks!

Below is a part of my code in my app

AppFx.load(deps, function(AppFx) {
AppFx.Components.create("appfx-resulttable", "resulttable2", {
contextid: "search4",
pageSize: "40",
el: $("#resulttable2")
}).render();
AppFx.Components.create("appfx-searchcontext", "search4", {
earliest_time: "0",
latest_time: "now",
search: "search source=log.txt"
}).start();

Tags (3)
0 Karma

gkanapathy
Splunk Employee
Splunk Employee
0 Karma

quxirui
New Member

it's localhost:3000/appfx/accounts/login/, it's not localhost:8000/EN/account/login. they are different, one is splunk main page, the other is belong to splunk new framework(http://dev.splunk.com/view/SP-CAAAEMN)

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...